Memory Pool Memory Pool Refreshing

2,038 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,963 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 2,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (752,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,786 155,786 00000000000008fab188274b201822ac02c15037521b92391360ea5a4c67e06e 0.03 MB 120 510
155,785 155,785 00000000000006d494140c4c57d2eb23b6ed3d517f14df95338972937f791289 0.05 MB 143 51
155,784 155,784 000000000000097159e908a0ddb28e5300f8fd407fc0695ddf713020ebe23077 0.00 MB 13 0
155,783 155,783 00000000000007e5de61d9ed56d8cefbe02f6e3f7ea390ee54729447910070ff 0.01 MB 15 85
155,782 155,782 0000000000000c2a34c3eb7ddef6c0401e49ab5e1dfec421231c6dd9116f4fcc 0.00 MB 12 349
155,781 155,781 0000000000000d93d2b3bf9173bc057f3a66f62677f0ea774365c0a0cd0c4967 0.03 MB 35 165
155,780 155,780 0000000000000f582e3274e50af1e901632d7608f9d98326c01febcbe22cb25c 0.01 MB 20 100
155,779 155,779 00000000000006a05e60b6896ca977e880e48d205d6dc0f5cd5e121018e34997 0.02 MB 56 102
155,778 155,778 0000000000000adcd8a2a32658ccceb2d2560d4c38c4fa3553c7f57776e0de7c 0.03 MB 75 86
155,777 155,777 0000000000000f4ba074d45d84776b84197ab4cdc13bd425b3ff6bca881a6696 0.03 MB 101 38
155,776 155,776 00000000000005091895483339fadd2f4dadda6bd6a4307a8de9f70d3dcea73a 0.01 MB 31 47
155,775 155,775 00000000000009363b26e47ea6b9aec2973c97a8a57f87ba412bb8c2c3f7baca 0.01 MB 47 251
155,774 155,774 0000000000000ee807e593c4ac8cd22855a6ea289429b243657e3e0cda27ff96 0.01 MB 11 27
155,773 155,773 0000000000000d6b25620c4c09f946782235ac5960219bf2d1aa8ed58cee387d 0.00 MB 9 34
155,772 155,772 000000000000057c0b777a51acfe09f9b739d7d20efc4ca0379cac4ac6c3fd21 0.02 MB 40 76
155,771 155,771 00000000000005017ac110ba247eee56c16a6de50536b17fc22f76d6cbe50904 0.00 MB 12 11
155,770 155,770 0000000000000d4ab5a051e986dfa0dc21489aa3e8412c27cc892708f5b27830 0.03 MB 35 83
155,769 155,769 00000000000004eec0783ff0302d84f0308125a0b48457ae2bbebf4bd1ff1383 0.01 MB 15 35
155,768 155,768 00000000000000124c4dbb26c25feff783655bc0426f09c68a1846e0149c6e58 0.00 MB 10 33
155,767 155,767 00000000000004d447231d036caa0249d5d330450f8bdffcc9b900bbc382c93c 0.00 MB 9 358
155,766 155,766 0000000000000aac55294d73bb6edf06152d2994e2c109b80a62c07aa723d83e 0.05 MB 177 5
Previous 10 blocks ↓
Total Size: 769.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,646.35 GB sent, 95.32 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.