Memory Pool Memory Pool Refreshing

2,706 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (778,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
129,254 129,254 000000000000141f36de5c2312c28115b9fc170e921dd9fe14796758f75e16f9 0.02 MB 32 277
129,253 129,253 00000000000000d5316bf780cd1c73cfe1ff14da9aca4f765426114693fd15d2 0.02 MB 54 1,313
129,252 129,252 00000000000019da4c5d7aa60818394f58b7ed6c96f8713d2bfb1fbcabbda2e4 0.04 MB 80 949
129,251 129,251 000000000000000a7c65005bf4407e6e44b35129d160d5293f9edbedb8e62a50 0.02 MB 37 1,344
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.