Memory Pool Memory Pool Refreshing

7,896 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,843 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (23,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,332 884,332 000000000000000000008f298753160b60501fe3f22534e186cc8b0884c03e63 1.70 MB 3,227 1
884,331 884,331 00000000000000000001e488b63bed645f4f71657df3fb7a3ab491586f8e1ab2 1.86 MB 4,734 3
884,330 884,330 00000000000000000000ff3f545731d92dfd0ad96dce405148260ec51ea1cef5 1.74 MB 3,333 2
884,329 884,329 000000000000000000022e89116b91b2f93af163d512d2e0b4bbcb93a80d234b 1.73 MB 3,520 5
884,328 884,328 000000000000000000012e852f15a60e22bad13668e6f3bb5bcf5c5883195e89 1.66 MB 3,825 6
884,327 884,327 00000000000000000001b0a4278acdc15e3c9659f9d0bbb3259e11c03c7c5e2b 1.94 MB 4,777 1
884,326 884,326 000000000000000000009ba92c7d5362027f9a325925e2b9ac8dbfd9ef34ed39 1.52 MB 2,447 3
884,325 884,325 0000000000000000000087d8ce3b13a5ca3166add46e6640d087eb01fe0d3468 1.64 MB 3,636 2
884,324 884,324 000000000000000000024510691e9294e29d8a717d5f7e049c0cddf9d7c1cec2 1.87 MB 2,636 2
884,323 884,323 000000000000000000011174eaf0425f2f565ca78fcd97478d9ec22c34fdf089 1.62 MB 3,380 4
884,322 884,322 0000000000000000000168ac0670015bf10afbe9a49b5abc64800ed429aaf3c8 1.82 MB 3,628 2
884,321 884,321 000000000000000000018cdb8d83db094580bc9e2dab003897a1bb4aa3fcadbd 1.69 MB 2,987 3
884,320 884,320 00000000000000000000f64aa05634853aaa2b97f99bfc82b2d2be6058b9a40d 1.57 MB 3,573 4
884,319 884,319 00000000000000000001e5c0ed3f8731d1aef25c7e86d612323c497f5eb5c8a3 1.65 MB 4,212 4
884,318 884,318 00000000000000000000da7fe76f1cf626ee8dde5d72a701477da9dc816238ff 1.62 MB 4,091 7
884,317 884,317 00000000000000000000d8733dc1b314a9316d2799c40567f3aabb9be2cc083d 1.65 MB 2,468 3
884,316 884,316 00000000000000000000e9f4be2bf06fd5d36691bab86541d46901319062abf9 1.65 MB 3,460 1
884,315 884,315 0000000000000000000082eeec940429514e7e866dc7675da4ca745ed12f4514 1.62 MB 3,025 3
884,314 884,314 000000000000000000006369d6bed55927a3807e186b8d5073856c8a853c746c 1.69 MB 3,299 7
884,313 884,313 0000000000000000000117882e0fd2afa04bffbcc654fc865e9b3b7404321a48 1.60 MB 2,528 3
884,312 884,312 0000000000000000000153844fcc0c43e824a095266a05a61dffea981cae8951 1.55 MB 3,950 6
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.