Memory Pool Memory Pool Refreshing

21,628 transactions (4.91 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,974 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (902,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,045 7,045 00000000a72d798b3fbeaf6eb83b4bdbc340a61e41f5db02c53e2e8903822f6b 0.00 MB 1 0
7,044 7,044 00000000d72e6a08414c439b5fa6617dd9528202a586fa252bf9e32733d6843f 0.00 MB 1 0
7,043 7,043 0000000071a1fb064c6ea03c5a3e2bda8660f2c853d935c197e03f87d254b4c9 0.00 MB 1 0
7,042 7,042 0000000035ce6849182998e5c3ebca7df396885e0ea53e9bb28eafb98d5f7d9b 0.00 MB 1 0
7,041 7,041 000000000a7730e01cb8697d6ccf1ad93e235ba42e86eb467dc22a7d581e5137 0.00 MB 1 0
7,040 7,040 0000000002d7292bf3f95b1396e5ccf025e6b43c2287db8bbf3b5b2b366974b6 0.00 MB 1 0
7,039 7,039 0000000095611515a473f2c6c11b291a07846def79300a2e7dca2c487651beda 0.00 MB 1 0
7,038 7,038 0000000070cdf861aced1a06b79a4072650000d6cf4c360642ab0a5171784352 0.00 MB 1 0
7,037 7,037 00000000ba7796b119b0230c5b5d9b2f55296930ce323ecaa3ab5e8ba0c26851 0.00 MB 1 0
7,036 7,036 000000005b3f9f5a28b3a6269666a7cce802abd90fe1f6f4f3f678907b054c81 0.00 MB 1 0
7,035 7,035 00000000bbed92b5479c99db0db6180da4f5d985100ec7fa49542b50f55e63aa 0.00 MB 1 0
7,034 7,034 00000000f38abfe1610549168b2b686005cd1a388a2f06f6fc779813baaa27a1 0.00 MB 1 0
7,033 7,033 00000000ed6073468988f71c78808ce5ad2a0f5f0c648681478e4dcec6032b29 0.00 MB 1 0
7,032 7,032 00000000ea5c1e26bc1d5c062b837f3f639477515b23b093e7ab0de78a718572 0.00 MB 1 0
7,031 7,031 0000000064c177ee27588d11dffda0f450f131ca155ece5987a88d211976adb9 0.00 MB 1 0
7,030 7,030 000000000763975802abb62458b61145ed86ef888029acaccfa2bd567781419f 0.00 MB 1 0
7,029 7,029 000000003a1f2355922617c1ce8c0b0ee6c08e2614ccc6d4a898191fe3f1c237 0.00 MB 1 0
7,028 7,028 00000000c8c441b920be149d400444f6cf0ac57d04974196d012430ad9746c5e 0.00 MB 1 0
7,027 7,027 000000007770e0b928a9a972c10c1a7bd91afdefc0eaf09580158e1703d17cf2 0.00 MB 1 0
7,026 7,026 0000000032a4ee63719e555ba720f48b999c6927b8c5fc4ec1aa881b8cfad9d0 0.00 MB 1 0
7,025 7,025 000000003fc7d34950a54c00a42dce0347bca5b7e8dddc355c7e5515689c3a51 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,984.32 GB sent, 107.06 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.