Memory Pool Memory Pool Refreshing

7,204 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,949 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (778,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,275 129,275 000000000000109cadc98d59038c66a5d0cafa675d0cf9ef82d24a9c1ad8b8c0 0.03 MB 70 1,044
129,274 129,274 0000000000000afcf8e725f35bfe21f35229a51aa02295c9bf96cf9fc0727077 0.01 MB 31 1,233
129,273 129,273 000000000000165197d1dd7ae891006f8ea3db69765d86d1f58dbaef13910692 0.02 MB 50 1,328
129,272 129,272 0000000000001ae0f349d6e97f54632634814744504b81a3cd9bcd41db6d78bb 0.00 MB 12 2,012
129,271 129,271 00000000000008449d510482d510ab3a5f3b8d7466baf763d22be072b53566a5 0.05 MB 172 84
129,270 129,270 000000000000163d38f184dae4aa9907208180681b1d44c30c4b55882629673b 0.02 MB 38 1,137
129,269 129,269 0000000000000c32a0c53a0869f1bf297dca926e5946546bafb99de4a878ccaa 0.02 MB 50 713
129,268 129,268 0000000000000dff2f326310717d667c815e7582f1d77477a70aaf8efb91dacd 0.04 MB 80 844
129,267 129,267 000000000000118dc053cad897c8a9960b968a5caf9f2de36c7b264d7383adca 0.04 MB 102 937
129,266 129,266 0000000000001b4045b7eabf71a5d5ac919c434de57e18c9c5a625baa6ceaacf 0.01 MB 25 434
129,265 129,265 00000000000010c4212f62aca52079c69fdba12632860a422a20dfd29c929beb 0.02 MB 43 882
129,264 129,264 0000000000001a6b487cd3e40ea20a3d99f485c23aef5da83f5dacac7e41a70f 0.00 MB 10 969
129,263 129,263 0000000000000b51a9b6f5013312375d9a4c182ff216a4e2512df5d45ea26f83 0.03 MB 99 432
129,262 129,262 0000000000001a1213e2db3a005c2386ff3d76dd7b46d169d59663c80d0f9429 0.01 MB 13 1,326
129,261 129,261 000000000000048174bf2823a686f90d6b9c6d7fab15ef503916065460388b56 0.08 MB 203 1,497
129,260 129,260 00000000000007e9ae689c0dcdb873a99a52b7f3df0864e25314d12499470196 0.04 MB 111 431
129,259 129,259 0000000000000026d219f3c387abd216074397a9b74b9e1d130b647cd81f2848 0.04 MB 112 1,138
129,258 129,258 0000000000000ef034cc01e8868c1482c713df524362711ae254b4a98b3b64f4 0.01 MB 43 0
129,257 129,257 000000000000058e7dc3370d78a9595a1ad67b8b0342dcb8dd4eb2c63c67a32f 0.02 MB 36 1,063
129,256 129,256 00000000000000c3c0ed54bf6d2979aa2983f70a5bc07b50ab76d4d0dcd6e9b5 0.05 MB 165 38
129,255 129,255 0000000000000c3c1c39d8d29988df893990aefc1adb1e78893a7cb17855ecb2 0.02 MB 54 1,527
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,616.52 GB sent, 92.74 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.