Memory Pool Memory Pool Refreshing

10,218 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (609,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,866 297,866 000000000000000097a4600c4de88ef4d6b0d60852cdff496ea683e4be3b0254 0.35 MB 646 29
297,865 297,865 00000000000000002dcce2f91f82774b338a7a316e0ceba1a4f3e76cbe55082c 0.01 MB 34 40
297,864 297,864 0000000000000000858c8c46c374cfc4ed3d406cc58ae4e91933a0be7edb3e8c 0.58 MB 1,024 27
297,863 297,863 0000000000000000850932303713dc2d997b01b9718158a3548aed9364dbb012 0.00 MB 16 18
297,862 297,862 0000000000000000659a59317952b31584853989686ac97a1b378111e9ca02e4 0.27 MB 512 34
297,861 297,861 00000000000000007a694f723b24d6a92a332178c2022ac15cfc13c480c11249 0.13 MB 132 15
297,860 297,860 0000000000000000474c9dce7167b8c5671521470029c412e51a2ddf5c76910d 0.09 MB 94 20
297,859 297,859 0000000000000000732a78f0c72cb36295b4258df6589a188db6be156a862cbd 0.04 MB 90 35
297,858 297,858 00000000000000002cff52cad2cfbcacbb9033ac1f0aad65ab9febebf8b49fe7 0.22 MB 393 30
297,857 297,857 0000000000000000948c57c37351c80fbf0e42dbfc6ce45ec81cf3e01c4f027d 0.09 MB 204 35
297,856 297,856 00000000000000003e06b5ef72106dfd496f61a5fd9442bcfeb980fd47ad15b6 0.15 MB 255 34
297,855 297,855 000000000000000096ef2070f851d7f118dc4db77d97fe1edf3fffdde7beac0c 0.31 MB 566 33
297,854 297,854 000000000000000052a96e382f50405f4efa92ee3143cc143be22cceb6de060c 0.13 MB 194 22
297,853 297,853 00000000000000005cf542a65363f0afc18dada665fb2ef210cb6bfd6b77209b 0.27 MB 407 30
297,852 297,852 0000000000000000635dd47037c6972fe78603ee259b7d2dc353b8985d85cf92 0.24 MB 512 36
297,851 297,851 00000000000000005f2d2016b71516def95e5d7b2e7a673f83bdf9bad39bbf37 0.10 MB 43 10
297,850 297,850 00000000000000009a71c7cad0d28f52bdae6bd3de233ca9f57b908db7fed8ad 0.33 MB 257 14
297,849 297,849 00000000000000000319601da3c6ec1d61d85d855a3881e5aec00e597f538fc1 0.35 MB 718 35
297,848 297,848 000000000000000002a61da2742d5e95c094c6dfb9b2683ebdfede4a803fa50e 0.38 MB 1,024 51
297,847 297,847 000000000000000038a12e1b8bc9562cddc5cfa24ba7c418f4b945f6b1677e41 0.10 MB 187 22
297,846 297,846 00000000000000001ea22faacd5573ef3f913ab56cf8e4e007cc0dd83369b628 0.86 MB 1,513 32
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.