Memory Pool Memory Pool Refreshing

1,076 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (74,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,466 833,466 00000000000000000000776804f8b4f9ee38b373de1f08e2efb54fabb504fe88 2.09 MB 1,862 19
833,465 833,465 000000000000000000037e7f6262486a8011b3e8f1427a5ac89a2d3c562b6a41 1.74 MB 3,267 25
833,464 833,464 00000000000000000002cd2d710a27de464fa07fc00b1a89752e22baa2758803 2.05 MB 2,697 25
833,463 833,463 00000000000000000001a576e21315079c4c3a591ff2ee12bcfdf9970ff3ea87 1.74 MB 2,535 46
833,462 833,462 00000000000000000001829ca41136ae5075f54d1f1583363726160a0493d81c 2.03 MB 2,362 28
833,461 833,461 000000000000000000011c7cbd0c3ce44d873752c0782a2e72a92e0c76dd5da7 1.76 MB 2,939 27
833,460 833,460 00000000000000000002ca95ed418c2304e9ddbc9c2759a9b8a1524afa44386a 1.87 MB 1,781 39
833,459 833,459 0000000000000000000351cb328a6c10b288a3540b6208d7667efcd24b0c5189 1.89 MB 2,038 47
833,458 833,458 00000000000000000000458ae7ae9526686ed4b0f3ceefde87c4b8a21b03ff40 1.89 MB 2,686 45
833,457 833,457 00000000000000000001dab0b15d67c2984b07d58f3390c41c6c46fd8da8bd51 1.64 MB 2,875 73
833,456 833,456 0000000000000000000371c25e033c9c4c2b609f82ebfd3011c5894542008d86 1.96 MB 2,346 27
833,455 833,455 000000000000000000031c759fdf0c5134230794b3dfdbeefed0936d9e219cf5 1.75 MB 3,066 41
833,454 833,454 000000000000000000027e4339ba6a651554fc3c6b1bf2e4573d5919c7bda8b0 1.64 MB 3,941 38
833,453 833,453 000000000000000000013dfe4e970a8facdacd5b3d42b48be90e8fb386c73808 1.81 MB 3,151 41
833,452 833,452 000000000000000000032746f9796ed71e57a1ee6e866912e468fa37bbe68f9c 1.89 MB 2,864 41
833,451 833,451 0000000000000000000116eaffbc90dbe903f7970f502beb1ec159375b0ce912 1.70 MB 3,130 57
833,450 833,450 000000000000000000017b60480d1abea2ec6c1d8f3abaedeb54dba04d1ba4da 1.61 MB 3,157 43
833,449 833,449 0000000000000000000218fe3dd7ddf1ba1a28ae4cb45410b96a7d1a0525b591 1.62 MB 3,311 62
833,448 833,448 00000000000000000000ebeafc1945e0a41d0eb13c45e746963fc2fb579a5624 2.46 MB 2,697 30
833,447 833,447 000000000000000000025164f8e0d6dbd23e808a056d1ce1125d3ec801e8fecb 1.56 MB 2,534 46
833,446 833,446 00000000000000000002851ce546224f05b452d5d231a205b754ae826c7ca595 1.57 MB 3,166 44
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.