Memory Pool Memory Pool Refreshing

7,053 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 ago 1.00 vMB 2,891 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (443,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,715 463,715 000000000000000000b3e8008fb8b993e9be9bc03b1a058043ee0b4a1dc0a93b 1.00 MB 1,231 109
463,714 463,714 0000000000000000008cdddb01ac053d5b4b6c1290778af7a1ddc6a6b237209f 1.00 MB 2,276 136
463,713 463,713 00000000000000000067e1c9303baf10b76341fb53b92145c40fbdd5a1f85258 1.00 MB 2,346 165
463,712 463,712 000000000000000000d1f311e70260a2fde377f7d3b16f468bbd41e9fe9885e6 1.00 MB 2,009 174
463,711 463,711 000000000000000000a8a4f6b342758e0c1b4ac947dba3f97c15dedbb508f408 1.00 MB 1,299 196
463,710 463,710 00000000000000000067e7cad6e3c021d31812afdf56975b8074e9013f233c17 1.00 MB 2,322 155
463,709 463,709 0000000000000000019adfd046b73a39037cd9a0869c517b614aebf5b208c7ce 1.00 MB 1,940 131
463,708 463,708 000000000000000000cc239c5191593fa05e05cc6d512e0887a17d8eccdb80ff 1.00 MB 2,862 152
463,707 463,707 0000000000000000005a7f0e0f13e154eed55460beda5a7334163f14ec5c1509 1.00 MB 3,233 133
463,706 463,706 00000000000000000167d4cbbcc5fee0abcab7a8845af215ecdbb512691474f9 1.00 MB 1,923 125
463,705 463,705 000000000000000000e0d8b51f57ac891d5b06121d5407084d7fda6e49328ad9 1.00 MB 1,776 140
463,704 463,704 000000000000000001dbcdbb2f89171e9a54c02a1c1828e67268044c1cddc53a 1.00 MB 2,918 199
463,703 463,703 000000000000000000bc2fd9710e0cd368c8faabeb083bdd42dab9b087e0295f 1.00 MB 2,090 152
463,702 463,702 000000000000000000924f75d9aea78801a01bf0a4075576743753024a224aa5 1.00 MB 2,627 182
463,701 463,701 0000000000000000013046e6c9acdee99874e5d5f708a18a759beaa837c89ba8 1.00 MB 1,900 138
463,700 463,700 00000000000000000202a04faa97ceea641704a99282282931cf7640c0989ac4 1.00 MB 2,127 128
463,699 463,699 00000000000000000110bc29da8f57aa92ec7d59ba854032253830675a4cbf7f 1.00 MB 1,662 166
463,698 463,698 00000000000000000145ce3d0b91045445a2908899a04481183270c7f40d19a5 1.00 MB 2,037 164
463,697 463,697 00000000000000000134e973e989d95db4fb6a8a220f3f87c95191022cea34d6 1.00 MB 1,688 165
463,696 463,696 000000000000000001aa15fb47dd48238fa8eca81fa327aabff8e621d6511463 1.00 MB 1,278 140
463,695 463,695 0000000000000000002cbbc45e0831cee85ec25fabfc658c843349f2eb93fd25 1.00 MB 2,118 171
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.52 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.