Memory Pool Memory Pool Refreshing

1,863 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,857 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (594,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,490 313,490 000000000000000008982e92abe162992a832f5e49faa6d6101647f6e1046f21 0.09 MB 256 40
313,489 313,489 00000000000000000bf8681bce11f98abf642af71d26f4be81b2ac015ef33ec3 0.14 MB 212 31
313,488 313,488 00000000000000001ca35fbf55d907c0cf19ba9569936e38c7bbb24e2d0ae617 0.04 MB 81 24
313,487 313,487 0000000000000000276ea1827244f4940e21e17fe50406c3856f1d67b5f5666a 0.16 MB 351 27
313,486 313,486 000000000000000033c660a865e8a6f8dc6e67a70d4e2992b2695ce7b6527f2c 0.46 MB 767 25
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
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.