Memory Pool Memory Pool Refreshing

7,389 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (594,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,485 313,485 000000000000000028ffe9caa88e11645824729e5bded398928dfa5b716d281b 0.15 MB 239 28
313,484 313,484 00000000000000000efdc615c0b62b0376d7fa63828ba9f203f8a812d83ed3f4 0.11 MB 185 26
313,483 313,483 000000000000000014cb11ae7f32c7f57ed0eb7cf441f33f5db0f10dd75f6426 0.49 MB 893 28
313,482 313,482 000000000000000020ababe51f2efab7ccde75517b50d5ba011d831ebd470a49 0.20 MB 324 25
313,481 313,481 00000000000000003aa600ea7833d3c79564eb8e6c01f3c68c9b099747657d18 0.16 MB 310 29
313,480 313,480 00000000000000002a62cf746557525a2600624a829f7e45675d6082e740c567 0.11 MB 183 27
313,479 313,479 00000000000000002686c34ce5e312652ede08ba64a87ac56afc7bfee5b887bd 0.20 MB 300 25
313,478 313,478 000000000000000005c097853f5ad9158639678c6c5c4d08c706e00d4aea96bc 0.04 MB 104 29
313,477 313,477 000000000000000025e6313b05de6a8024650ad3bf77dc63701dbfaf8125613e 0.24 MB 341 24
313,476 313,476 0000000000000000112926d7e4c0bd8b041e4610be50a9fa0e6e6fd66392802a 0.07 MB 142 30
313,475 313,475 00000000000000002ba66410cdcde40c5bb7a844593d7299829c1de0a42b1b6f 0.05 MB 57 6
313,474 313,474 000000000000000016c9ca511ad8373cdb711cbb12a671aac701a9a9d3d68caa 0.08 MB 186 48
313,473 313,473 000000000000000029ef0a97c9317ba56a167ffbce90c54f9ce0121f558bc052 0.51 MB 890 29
313,472 313,472 000000000000000008f33c87d1cbe000f7e91721b5c91f4f9ae73ad3df561c5c 0.29 MB 482 24
313,471 313,471 00000000000000002219dd5bcb6eebc941fdb970c81577b1ccc7d2db985e6384 0.04 MB 128 32
313,470 313,470 00000000000000002f4ddafbd56a93a69cb2a3a08b657ee57fd8e341f45d729e 0.32 MB 439 24
313,469 313,469 000000000000000031b9a9358db8c41a46ac35ffaa3ccd43cf925ff7a9b0a646 0.20 MB 386 27
313,468 313,468 000000000000000023bb05569caa7853de4610b387d2bdc65b3def4f8184957d 0.43 MB 715 24
313,467 313,467 00000000000000002d63c812acab0955c4b03d1ca3736cc165df317eef388126 0.14 MB 242 28
313,466 313,466 0000000000000000044734f1d9b2b3b9f42c315a7816a78ffe684bdd5a8f56bb 0.35 MB 673 29
313,465 313,465 00000000000000001cc1256c3db056094f663a4d95401623b7991d00847109a5 0.10 MB 174 22
Previous 10 blocks ↓
Total Size: 769.00 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.63 GB sent, 92.79 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.