Memory Pool Memory Pool Refreshing

622 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 614 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (801,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,266 106,266 0000000000018980fd43003502881de59ff5a8179a5171ef75c5dd1ff4648c45 0.00 MB 3 1,550
106,265 106,265 0000000000025222467ec1f5168749e28a02fe4507597d249b68e685ba2e0609 0.00 MB 1 0
106,264 106,264 0000000000004129b80489a1543d8362d198f826b1c2992506d12ab8a39f80f0 0.00 MB 1 0
106,263 106,263 00000000000036a8545895bc2e45d0076b6bb7d6626d580560ee841feecfa4a3 0.00 MB 6 0
106,262 106,262 000000000000e0ddd79b70dff50e1039ca5077364dadbb676ea9da5e20031731 0.00 MB 4 0
106,261 106,261 000000000001c415ef515147e03a08548e4b88571c6ba575b6db2239476fbbdf 0.00 MB 3 1,937
106,260 106,260 000000000001d77ca97594bf713d2f0fb4455172d658a3965d5bfded9247db45 0.00 MB 3 0
106,259 106,259 0000000000012c1085fc2cde59b5fa0cdd730fbcbfe6681439325f750abf066c 0.00 MB 3 0
106,258 106,258 00000000000043fa8b6d393bc33c99514b765d69df4b352e430cf39e3d8f3592 0.00 MB 4 0
106,257 106,257 0000000000000394ad626e8df5ae52c4a9ab691a51f1543a62d1d8213995e0b1 0.00 MB 11 0
106,256 106,256 00000000000288654762a094637832b89129322f21da1c9af1d6e0186a4a0578 0.01 MB 28 0
106,255 106,255 0000000000025e02413dd9defda7f6ae6cc0ddbb375d4ba9f1aaa5745091e364 0.00 MB 1 0
106,254 106,254 000000000001303a359c2b53a116b0af9c631eb813c423c9784e518a4da4583f 0.00 MB 1 0
106,253 106,253 000000000001000688ed1e71615784a504c3ac186f18fa545c608def07c54091 0.00 MB 1 0
106,252 106,252 000000000002eb9e801d9f0cc79ed1f15870ae79c141ad086c6b42f43dab93d0 0.00 MB 3 0
106,251 106,251 000000000000920be453c6076088d0b231e09bb8b285b6d5c0096e4b019e5e9b 0.00 MB 2 0
106,250 106,250 00000000000107c868c7ae5886d39f87797bc74dfc3d9f380dc6f88059b55e54 0.00 MB 7 0
106,249 106,249 000000000000c76c13c7402c3c24e94ec1deaee53bb0475d2768a712fe0cb6d9 0.00 MB 7 0
106,248 106,248 00000000000277dda5fb1c56206fca91628492ecbb53d6682e77ef24949ce486 0.00 MB 1 0
106,247 106,247 0000000000000907b10c0cb70f3b1ec77e759fd4a57db4966a8bd33f31d191bf 0.00 MB 2 0
106,246 106,246 0000000000001ac29cd82b9edb937623623f3bd9b8dbf5c28280a3616810359e 0.00 MB 4 6,756
Previous 10 blocks ↓
Total Size: 769.57 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,650.09 GB sent, 95.80 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.