Memory Pool Memory Pool Refreshing

4,710 transactions
15.06 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (893,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,452 14,452 000000000881f20dc6f3e00adbd73a7e025ae67d26e1a43973884f6b5bc4309c 0.00 MB 1 0
14,451 14,451 00000000fd0db537f6fdb7e5732dcdb928bed96017d7e11bb62970912c372ac5 0.00 MB 1 0
14,450 14,450 00000000980676044bed0389795bc8ec5f0cb41413343cd9f8102f0ea415f994 0.00 MB 1 0
14,449 14,449 000000008e2c0c54613ccdde49406076cf2823b129e8f2b85f06008bd7667f75 0.00 MB 1 0
14,448 14,448 000000000fbc634cd7d450c8c2847b4cb08619e69bf4ee2813b1007b3836cf26 0.00 MB 1 0
14,447 14,447 0000000096a3418307c695fb114445613af7af74aad437aa94440cb493e0a52e 0.00 MB 1 0
14,446 14,446 0000000006db2daf9d1f543704e6e27ad5bb7b6e61ff0b56f0b1f1b667237293 0.00 MB 1 0
14,445 14,445 0000000007fc0ed52f7ad38f35aebdf4e8fa3ae4a9c5db2a0bb0b5ae5382b9db 0.00 MB 1 0
14,444 14,444 000000009a51708b378b2274560c7aac7aaa7d25af6d8a77ecdb1cd3851bf28a 0.00 MB 1 0
14,443 14,443 000000007517db93760eec3e9037b5035c4d52c4551da45c206a64ce91475f86 0.00 MB 1 0
14,442 14,442 000000003171a5e6d15fecac9faeb26ce7f857b9a8634235f18f4bc8c224ddee 0.00 MB 1 0
14,441 14,441 000000000b158bd24d530d91d2bf54ff5f1ca59fbe89d748c9f2b54e1c66d9be 0.00 MB 1 0
14,440 14,440 000000001e4f8ef6511d1f21fad630519a34fcfbd659ec7afc4b5b14d516bb4f 0.00 MB 1 0
14,439 14,439 000000009a2790918e14a199ce1d38b97734fa190d6d61fc169588fddc323690 0.00 MB 1 0
14,438 14,438 0000000080487c84c0ce5e47035b34b8ffdb038d27b71692630c45e31f20ea59 0.00 MB 1 0
14,437 14,437 0000000002f52b344d58e02f94c1e3c477a98822953cca02ef008da8f4b7c9de 0.00 MB 1 0
14,436 14,436 000000007532720386a01b17282f3c1c2157256da5bec8c007c71b6b48fe32dc 0.00 MB 1 0
14,435 14,435 000000003b9c7a20d17a14465e3b4c914059ff57dd47273f5381002fbaeb3c89 0.00 MB 1 0
14,434 14,434 000000006985042bad0d3c2a08cabb212a0a64b971085c97f8a66561eacae18b 0.00 MB 1 0
14,433 14,433 00000000e094b34c1333616253c48a4b752be10f5082abf212ee7fd6dbac9237 0.00 MB 1 0
14,432 14,432 000000001fc3f07c566ff16685bec58bf3d7d77ae30e5c48ec1a00f8e92df344 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.