Memory Pool Memory Pool Refreshing

4,828 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (74,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,474 833,474 00000000000000000000de5fb2d063b9a415e2cfaa0b1e937535b2501e3480c8 1.63 MB 3,513 35
833,473 833,473 000000000000000000024b0d66daa2f83338233baf76c93be2870324e99f7c93 1.76 MB 3,011 24
833,472 833,472 000000000000000000033c4953f54fcbaa6e9e8f2949f301a89b5e12a971206e 1.68 MB 2,779 46
833,471 833,471 000000000000000000028c3658bd8f18ff215160760f7b721bca993499b7d663 3.42 MB 595 15
833,470 833,470 0000000000000000000203042648d058889da178babe12451fd2b24f451186fa 1.97 MB 1,285 17
833,469 833,469 0000000000000000000386fff7c3cba931f2d23e2618cf1f51a5bc6afcbcdbb3 1.82 MB 3,197 44
833,468 833,468 000000000000000000034f97536c5a20a718c7a796a40000b0c0474094c17679 2.09 MB 1,412 20
833,467 833,467 00000000000000000002846af0f18f5fc06665c156a04e62f605486d156cd565 1.90 MB 1,983 26
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
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.