Memory Pool Memory Pool Refreshing

4,000 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (790,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,481 117,481 000000000000b8f57df97821dff2a6a3f9f52e36d477e86d6013c230a612a284 0.00 MB 9 1,477
117,480 117,480 0000000000007370a3cc3b3e927374004a7369e7e5b3792ab76ef1b1d5b6c436 0.00 MB 2 3,875
117,479 117,479 00000000000069004e2cf08fa897b3b18db8e422192a3c3067904bfe81d558b9 0.01 MB 11 334
117,478 117,478 00000000000010d484418032988679937ce1350bd4216667f32ee155fabd9baa 0.00 MB 4 1,221
117,477 117,477 00000000000021f15ef84da84e3d05b10ebadd328ffcf51bf9d1d2ac073d41bd 0.00 MB 1 0
117,476 117,476 00000000000097dcb8d5f1b1b8cd58a4843a9bdd0d8a4dd63374572aab12ed2d 0.00 MB 4 0
117,475 117,475 00000000000010b1549e6bd2879d20e34d64d85a3344a7567c04e546c71f0c13 0.00 MB 10 587
117,474 117,474 0000000000004d57c29ae5d9746b0807e61161c9d58c92bb925be54bb6c8646f 0.00 MB 12 319
117,473 117,473 00000000000060ce1abc74e850ed871acfcffe6e084a760906227e1469a15776 0.00 MB 17 1,018
117,472 117,472 00000000000076dcd93de2715ae1ffc56331224e087e35fefecd595b7c5c9ad5 0.00 MB 12 773
117,471 117,471 00000000000031583ff26b166e3285eceabb43e7a2ddedfdc1d8b803c0368012 0.01 MB 8 176
117,470 117,470 000000000000516727679f6c918554f0bdc857b2935b5ea39cf9a3a7c0ce134f 0.00 MB 2 3,875
117,469 117,469 000000000000495a810b78bf2032338ad35680c54271f06ed8de9d47e96ed8e6 0.00 MB 8 484
117,468 117,468 0000000000002a0c763ede52ba0a49fe856ecb1ec7164ad185c06c7840cad564 0.00 MB 16 500
117,467 117,467 000000000000b3d8732e29d5d34588d63946b256bc5574548bc82663c9f69841 0.00 MB 13 0
117,466 117,466 00000000000005daea93b44abfce73e98ffd5a8d085ae25122a0c075e47309da 0.01 MB 13 323
117,465 117,465 000000000000415ff21c4d74d23b07278c582dbacc85c3c8a5f554b2fc61c0c9 0.00 MB 2 3,861
117,464 117,464 00000000000095106c7478d263a1dd7a18ace2317fac8e15e7965f03e478e4ad 0.00 MB 11 315
117,463 117,463 0000000000006e68cc14f3a77ec8497d122c5321c769341878494882a1f2438f 0.00 MB 8 333
117,462 117,462 00000000000016bbe62e6352513dadafe88f629b422558155a6084d0819b8cd2 0.00 MB 3 1,438
117,461 117,461 000000000000149f178867ab5350c9c6eb6543f2c992365247a7aa251e6cbb22 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.