Memory Pool Memory Pool Refreshing

7,703 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,658 (429,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,516 478,516 0000000000000000008b8dcde77d15bb286c0104fc002268da97462be97eff5b 1.00 MB 1,408 82
478,515 478,515 000000000000000000af81cf02a3956204a67b57d28475c9277f9d3b6bbfb912 0.96 MB 504 45
478,514 478,514 00000000000000000087df4d3a197724536d5ef0c3df70e1bc39f3fc95f4c82a 1.00 MB 213 29
478,513 478,513 0000000000000000003b7317fae95bfac59fc5098dfbfade79e071056bc80092 1.00 MB 127 26
478,512 478,512 0000000000000000002ac4829e2001278f19cdbc48e6d80d3e50d0d2ee577ac0 1.00 MB 1,335 90
478,511 478,511 0000000000000000004847fbb75a4c7e04b282d4e3db7387d802e908eea383ce 0.97 MB 102 23
478,510 478,510 000000000000000000bde536bff58158ab2bf97d8e7fead5b32b2415bfe26573 1.00 MB 212 29
478,509 478,509 00000000000000000113f8e3b99f9908777054af9977ea540754292e8032c1bd 1.00 MB 374 23
478,508 478,508 0000000000000000004a50adb7651195489a014ba9843d705d2a5e74c94e25df 0.30 MB 633 150
478,507 478,507 0000000000000000008dad433b598923144fff468b2ba7dad0d8d0b06b8961c9 1.00 MB 363 35
478,506 478,506 000000000000000000bc2fea2354850eee5930317d44af7dd610330e5378cf2d 1.00 MB 1,318 72
478,505 478,505 00000000000000000144c93eac3dafabacc19efd37774c4939b434ab3c1e6a44 1.00 MB 1,911 150
478,504 478,504 000000000000000000cd800242c161c9bd41f2948425a86360337020b4651e41 1.00 MB 912 63
478,503 478,503 0000000000000000009ecd86d8eb821052c6fa0dbf1c57d797f086b65141326e 1.00 MB 1,811 97
478,502 478,502 0000000000000000003cfdfee94db1e8409379516b264eadb6e4207156eb78a3 1.00 MB 2,036 140
478,501 478,501 00000000000000000051cfb8c9b8191ec4ef14f8f44f3e2290d67a8a0a29dd05 1.00 MB 1,496 179
478,500 478,500 0000000000000000013c4f15ddf9040b6210dc86dfbe7371417ef83ea7bfba34 1.00 MB 589 45
478,499 478,499 000000000000000000750a322fb1f81e249197b9061c81297b2c9e6bdd5d4182 1.00 MB 151 23
478,498 478,498 0000000000000000000921f46ce2a057787fd3ed438c4709459f506f9effa4df 1.00 MB 841 67
478,497 478,497 00000000000000000134068df1056d2fa0fc66fb1025cdeeffe2830a133260f1 1.00 MB 355 32
478,496 478,496 00000000000000000022d31b37374aff2208fcea045ecbafb92ba4c08bff383a 1.00 MB 1,692 161
Previous 10 blocks ↓
Total Size: 768.91 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,602.64 GB sent, 92.31 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.