Memory Pool Memory Pool Refreshing

6,433 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (658,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,867 248,867 0000000000000059f6cf790ef1c234002d139d0c35ac9d265aa62587622d3fbf 0.03 MB 36 26
248,866 248,866 0000000000000043ffa30fbc0ce890aa297c3e4d8da74f6edfea20e4a183b111 0.25 MB 611 161
248,865 248,865 000000000000005265fc0d56a3220076a64dc5b6cedf99f6b53e0040a98a2e64 0.00 MB 11 121
248,864 248,864 0000000000000051056f5a44ddc1ea78a89459ddb5a8cfacb3dabeef85aa2e61 0.04 MB 77 107
248,863 248,863 000000000000000962215aedc96374b0e4caf1e0f23b9789ec9af46f52e853dd 0.08 MB 210 149
248,862 248,862 000000000000007e9e3b48908186a0b236aba3d402f098f3d225f64c981aaf82 0.03 MB 50 114
248,861 248,861 0000000000000029029167b4e4402da10ce41f8774bc901d81eca61397b1482a 0.05 MB 104 142
248,860 248,860 000000000000007bb382c47b7199fc39e794ca9fc0098b582c07d409a47b3fed 0.11 MB 277 137
248,859 248,859 000000000000007412a2242d0f6a4607107ce80212689250a32858a67af8f6d3 0.07 MB 149 170
248,858 248,858 000000000000003f64340931806aa24facfb1e5889604d2ec5be8589bd6c9632 0.15 MB 280 109
248,857 248,857 00000000000000128dac734dc368e053215845007244addf8b235c8db014ccf7 0.11 MB 285 154
248,856 248,856 00000000000000626409226727a498bc4575ce43d96033692a46343e32ad78e9 0.18 MB 442 156
248,855 248,855 000000000000002f66d61e9d367a6c9b4bfed9215c04b5459d6a6d49a05ca84b 0.00 MB 7 80
248,854 248,854 00000000000000246558cd9782514b3c6d5e7092e2d93e59a9407a140144ba68 0.12 MB 266 143
248,853 248,853 000000000000005715061131c7cfa28586acd8e1360aa0c4339c6a0f8f239434 0.07 MB 90 73
248,852 248,852 00000000000000411a10196dbb28733d5966ac112e570f30aa3b9ce97914aded 0.22 MB 516 166
248,851 248,851 000000000000007e0a3534b4557a05547dfb38979cf291a5a858cd1ee4bd3d7b 0.01 MB 18 113
248,850 248,850 0000000000000083a1546eb0d8dec631aa038c0bc8b4a3bf0e467d7977d96f1e 0.01 MB 24 115
248,849 248,849 000000000000007ea7cce7524cac44736c4a7c43e9adde4d3b3ea4bf640584d2 0.09 MB 184 121
248,848 248,848 000000000000001abc58b01119f33f228fe41b7efcb980f9d6fee20612390543 0.07 MB 169 177
248,847 248,847 00000000000000152bd86aa39c37f112396ea29df0dc9c626c1fe5ff7385af81 0.01 MB 17 123
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.