Memory Pool Memory Pool Refreshing

6,848 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (816,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,705 91,705 00000000000176b6c00592ed3924b056b0ab9a8aab662476963f8877333a77b5 0.00 MB 1 0
91,704 91,704 0000000000037c9b65f3bd0ce4dbe5d90978d9817c72e5484e89317dc44f7d1d 0.00 MB 1 0
91,703 91,703 0000000000066808bbe914e394c8fd785efde221f03671692782fe809308a06b 0.00 MB 2 0
91,702 91,702 0000000000058faff66b7115d1288fd632791c061e814772120a7c2efa47a205 0.00 MB 1 0
91,701 91,701 000000000003fd8e89f44b6fdc7b7aa30797fb57b5d69f284747f53f79ab595c 0.00 MB 2 0
91,700 91,700 000000000000e001deecac420b8f2ed64ed0efbe32254f547ad11834da0488b5 0.00 MB 1 0
91,699 91,699 000000000003608e5db89c27f3599b8a99b0846b074f6a5c045ecb6e41f44981 0.00 MB 2 0
91,698 91,698 0000000000006344e0d12158e5fc3d2d045be429edc4f5cac2d35d670053f87b 0.00 MB 2 0
91,697 91,697 00000000000992ab9b69992898609239f0616edc8c2ce4625d31c62da7da93b9 0.00 MB 1 0
91,696 91,696 00000000000754f9f21317c5928fb79f38f5791ee1d73963a61c3cd1f2876eaa 0.00 MB 2 0
91,695 91,695 000000000005239af67f543cccc06a0217ec9c8d0e196a682972afa615064750 0.00 MB 1 0
91,694 91,694 00000000000ac83205d01aff9d82ab83bbd15b2c07f51a61724c935d9c8d43cc 0.00 MB 1 0
91,693 91,693 00000000000bca2d08fab67b805e9ecf9e0f203a8da62e9c8b03a532f2f56344 0.00 MB 1 0
91,692 91,692 000000000006f426c9aec693503f2adcce4a911e1ee6d6bbad204021c37cfac2 0.00 MB 1 0
91,691 91,691 00000000000b5fe3c521ce2871971d91daef88bd37cb905c8f4b6e962052273e 0.00 MB 1 0
91,690 91,690 0000000000016435a06055603d92d9661171a469919c5dce54438892ea56f132 0.00 MB 1 0
91,689 91,689 0000000000007e47b0e8722beee9e4db6adc1fc02fe386f502efc7fc8c13bfad 0.00 MB 1 0
91,688 91,688 000000000005b02ec1c462b1a55375506db033f0bc4a470233b16609dba0c9dd 0.00 MB 1 0
91,687 91,687 00000000000c591f9dae0989ce57c39f614319d5647d4e70a9fd6dcf872dfdb1 0.00 MB 1 0
91,686 91,686 000000000002f93b872cb03f030f46c405dc4fc11eb14f0d2e140ead71bbd121 0.00 MB 1 0
91,685 91,685 0000000000054024d2e70a90a75e6349fa67ce61b9a2716a105c9bac38a817a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,726.48 GB sent, 99.37 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.