Memory Pool Memory Pool Refreshing

1,628 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,609 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (821,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,120 87,120 00000000001ccb5d03fae6be6e371fc7ec8bc1dc208492523314ac1eb855b522 0.00 MB 5 0
87,119 87,119 00000000000de4d0f6daf4bd1e022c6325c53e5d1aaee1aa3f56e0241105a3a7 0.00 MB 10 0
87,118 87,118 00000000000061aa80dfe4ec58373001580126b1ff783516ded101da70d3dc81 0.00 MB 1 0
87,117 87,117 00000000000710a84ab3b508a323a9c9cff4caa3374265eca6aa9697170f899e 0.00 MB 3 0
87,116 87,116 0000000000115a26cc3dd1b90dd81da940f9641ca67d8c6a4d4d66521257a69e 0.00 MB 2 0
87,115 87,115 00000000001e2d82011d5a225749fff9a099808ced536506078b6bd4bd2d8719 0.00 MB 4 0
87,114 87,114 000000000017722e900963c9dc99eb96457f6a6dd54cfc79b7414cf4bd02ea65 0.00 MB 3 0
87,113 87,113 00000000000b94e77a68b4592a876b01fb8e2deab360fac004e00e750d47c31f 0.00 MB 1 0
87,112 87,112 00000000000b11fd27ad8765931feb476d9339a1d8102c79d4a8144801a68ce0 0.00 MB 1 0
87,111 87,111 000000000012972cc2fe5d26d90384b03b299b8e3fa77d8dae94e5708df4d895 0.00 MB 2 0
87,110 87,110 00000000000380792cf3beb8aa40c86c92e777238ed083786971984c28305fc3 0.00 MB 1 0
87,109 87,109 000000000019c5ca4d4e0df8a7ce9c534fbb090db8fb79dd8470b027d4001bf8 0.00 MB 1 0
87,108 87,108 00000000001dd8e0839d5c69fbbe921cc7fddccc35f12b40cf23e60c98f7d084 0.00 MB 1 0
87,107 87,107 0000000000025f8cad3727e5f87791a7ca7d3f0fc22a133d24637033983724b6 0.00 MB 3 0
87,106 87,106 0000000000172188ebffd250b21b3f48196d4cb4e23bb260ef3887103758b003 0.00 MB 2 0
87,105 87,105 0000000000178639b22071c192acade2bd143e68bd5d8f8f621953968971b350 0.00 MB 3 0
87,104 87,104 00000000000e0bfcf8ccda4460cc3b74e824416e669e6185ae1b470edca9f1ed 0.00 MB 3 0
87,103 87,103 000000000001e1a4e8eed53edc659f0cb326c6c7c80fe7a5c1d05d60ebd80d65 0.00 MB 3 0
87,102 87,102 00000000000e61ae886441314becaa0d8f75bf1d1e70ce09980e2d8363033e2a 0.00 MB 1 0
87,101 87,101 000000000009a6563129c0e62acefc3f8fa7f9b9ddab3cf7c62db74ba18e0acf 0.00 MB 1 0
87,100 87,100 000000000004137c8f84dc38be84f6e68a6a876f4da1e9f3fd51c6f8c9629af8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.