Memory Pool Memory Pool Refreshing

14,224 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (202,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,128 705,128 00000000000000000009390ab4c5879f07c3f8adbe566846e723e6902e123763 1.52 MB 2,471 15
705,127 705,127 00000000000000000001697fd1aa41bae3d83ad43125c44f4b19acd04e17a7fe 1.69 MB 2,441 15
705,126 705,126 000000000000000000064b43d53ad1ebecb89a1ad9a09d50b1a00c74a90d360b 1.41 MB 3,335 27
705,125 705,125 00000000000000000008b28bee04f0f820f9cf35835fbe8a00fdc91d06f128d3 1.13 MB 2,260 12
705,124 705,124 00000000000000000004b4dd70418c80a71bb11d21a1a30d7f6573b3ec5d42e9 0.94 MB 1,759 13
705,123 705,123 00000000000000000007d5e6af73a2472cedc502ca439d66b4ca7271d9f6dc57 1.38 MB 2,801 7
705,122 705,122 0000000000000000000044599586ec0678ceb270789a9f8c3d7d27f2a6404349 1.44 MB 2,660 19
705,121 705,121 00000000000000000007da2c3f5a64cf7929642de4ec28f817cc220102d4af27 0.79 MB 913 15
705,120 705,120 0000000000000000000959d8b2d085586d09159806c2997367cc498fd14ae69f 0.28 MB 354 14
705,119 705,119 00000000000000000002c1f2dd031501c8c8ad53723e2c5fd4cbb11512764590 1.22 MB 1,683 3
705,118 705,118 0000000000000000000ccd732e0a07e4a7eb7dccce65a132bb9bf4047c602be1 1.46 MB 2,659 20
705,117 705,117 0000000000000000000226f2e541ad1686cae703eefbc07739648a73106db938 1.06 MB 1,795 11
705,116 705,116 00000000000000000001ad0dcfd76c016d5717ab1755bfba153bb7a429722e41 1.35 MB 2,833 6
705,115 705,115 00000000000000000003695a7c3a5c7eef880a62d4a46dda4b0e17fd3930b0ff 1.54 MB 2,984 6
705,114 705,114 0000000000000000000aba944064f740c454d10d7a45497920d0fa55f1385d85 1.30 MB 1,283 12
705,113 705,113 0000000000000000000dcfe16bc23dc648e39ee84853bdebfeecf645b5e11c19 1.31 MB 1,598 14
705,112 705,112 000000000000000000097f64c3d88cd1e66ee4df4bd9dcb7bf0922d58f3c0d5f 1.29 MB 2,147 15
705,111 705,111 0000000000000000000b9bec275c3cf016f81a9fafb42f7dc6daeb91640c2102 1.47 MB 3,017 22
705,110 705,110 000000000000000000000c66a2e48715436fcb229df6f2a22804813b7eae3e44 0.73 MB 1,149 6
705,109 705,109 0000000000000000000107528696f2b34cc569f9edc4e4c24f26bbe7d8467bd7 1.44 MB 3,109 15
705,108 705,108 00000000000000000000a3b1213b1d205b82e5d63c673fddf2dd6e1ddeb3559a 0.18 MB 239 13
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.