Memory Pool Memory Pool Refreshing

3,826 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (103,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,115 804,115 000000000000000000054c3ecc83b302b0ad7669a2b426e63f137df29c9bc458 2.01 MB 4,936 8
804,114 804,114 00000000000000000000b93508ce72dc70bcfdd0c33d1baf6e254bc31e5a3f85 1.92 MB 4,739 10
804,113 804,113 000000000000000000013008baa79dfc5b3c3f77e5d9a3e0110fc921706453b2 1.96 MB 5,231 9
804,112 804,112 00000000000000000005342d6418970cbe02175a6411eb388f402801c0cef020 1.63 MB 3,538 11
804,111 804,111 000000000000000000023fdf18ce936ad578ccdd45f55bc791ab76e25befdab0 1.72 MB 3,113 11
804,110 804,110 00000000000000000000af4de4ae35c0ceebc8880c7d49a360e8c70e82b43fa7 1.97 MB 5,968 7
804,109 804,109 00000000000000000002c130d4aae2a9c41407917d7c259ac3750e1fab345b39 1.50 MB 2,071 8
804,108 804,108 000000000000000000018b91a0eb2c6e0ab0ea9a0e65ce68dced611c9a401a1c 1.44 MB 2,553 16
804,107 804,107 00000000000000000001c8a3b0032351dcf8f535c5181824c0983a7e67643e06 2.13 MB 6,777 6
804,106 804,106 00000000000000000005287eec72e379efb084e67e520038585d05cc75d3a1e1 1.57 MB 1,384 7
804,105 804,105 00000000000000000004f871ffffd607c0431ed85d5a0f2fc7bb3d2a43e18368 1.52 MB 3,325 15
804,104 804,104 00000000000000000000b64a3ef3fca7f0c3e1dc30b99dae3b7b8280a53e5cf6 1.71 MB 2,720 8
804,103 804,103 00000000000000000004a0eab5c75c8b02e904d58e35f02eb932fa6cd6e5723e 1.53 MB 3,527 14
804,102 804,102 00000000000000000000d11a281e3ce322ccd680d1fb075081e3a2a905e474d1 1.56 MB 3,114 11
804,101 804,101 0000000000000000000401770a067538ba66e451aa1d44ab87fc0a18d48b80fb 2.02 MB 6,286 6
804,100 804,100 00000000000000000001f8ba2f646ecac08e242ba71c574e0532bc4e51dc442b 1.93 MB 5,530 6
804,099 804,099 00000000000000000003b0deb8efdca0e7031511cc1d228dcb0b875fba099bd2 1.72 MB 2,745 8
804,098 804,098 00000000000000000002e2dee81508f8d02787fa409c6b3c166203905585e6ef 1.42 MB 2,241 10
804,097 804,097 000000000000000000040df19a35ed59f47b4127f361f6abcf451177fe7c7b49 1.47 MB 2,982 14
804,096 804,096 00000000000000000002b833ff53b1552ae30c955f22fb6473520f3ebba0f896 1.73 MB 2,166 9
804,095 804,095 00000000000000000005149fae58aace1355c23db2919ab63101ee1b32885ced 1.29 MB 1,433 9
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.