Memory Pool Memory Pool Refreshing

508 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (684,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,450 223,450 0000000000000062a5d3faa84910a890b66e1642f6f48050cb0f94ae58557207 0.17 MB 452 219
223,449 223,449 0000000000000218f7f16d403cba5bd82d53b570102e1db4539832b45b05c2df 0.13 MB 204 149
223,448 223,448 0000000000000391807d590d670f2b6e0d9035f76cd18ef85fa28968a2e580b8 0.06 MB 117 177
223,447 223,447 000000000000025461d5ca038d5b0fa7c765f25861f74afcf02b1438105f5e11 0.25 MB 450 198
223,446 223,446 00000000000002d6b3df9c9cec9822a7cae7015fdaea3767ca1635f8714d61d4 0.12 MB 208 139
223,445 223,445 00000000000000c8b0eeebc7412f65f9659875851beb8b0713ce6e63840d9d23 0.25 MB 671 321
223,444 223,444 0000000000000220892e3d57b4f811e0d9b2dd73eca694ea9b34e06f52874cbd 0.25 MB 595 257
223,443 223,443 000000000000001234ef06465103e88023a4d899e990ca19fcc0a555456a1cf2 0.15 MB 248 133
223,442 223,442 00000000000000b453534ebb99e7a20cd19d9f8fcede5d2dbcd16a335ccc040b 0.00 MB 4 0
223,441 223,441 00000000000000efd9532982dcfc8da8af73a85b6fd6051252b6ae1a27989515 0.25 MB 562 206
223,440 223,440 00000000000003ba151385c7d374f578f186bf9ebe9cf6665441d938d0732b41 0.25 MB 778 282
223,439 223,439 0000000000000239e4d8d1d7db57bee7ddbe5fe4152c2629924d322eb860b6a2 0.05 MB 139 230
223,438 223,438 000000000000010782c83928ba81a83509356e47fd08f66a95072fbbfe401ce5 0.05 MB 120 158
223,437 223,437 0000000000000283bfc85f3cb4ba1180a1d9344f45f227b17a50b21c7b86fc4e 0.14 MB 256 129
223,436 223,436 0000000000000171b8eb98ee798ba510ad3f1641574fe4fc3480dacae441a79f 0.26 MB 637 203
223,435 223,435 00000000000002028c00aa292ee8ff658d31efec2e8671e11ce0e86739fa3805 0.13 MB 342 190
223,434 223,434 00000000000003cf61fa02ecdd8ed2585bba47d417ef6c588daa93d4d5e9db02 0.17 MB 285 149
223,433 223,433 0000000000000151b940370bc21ff5d59ef9d4428306ffcf77cbc4d35a29faa8 0.23 MB 128 25
223,432 223,432 00000000000003b62473fc0138827521a2e8c3a8a6d54f085ec7140b0b143b25 0.25 MB 587 194
223,431 223,431 00000000000000a31c8d00efced57f5a7940e4044dc3d0118e06b1defd44fdc7 0.25 MB 802 260
223,430 223,430 000000000000021113204012516bec53b986320d190a7e9ca81e58a5d5b378b4 0.00 MB 8 162
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.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.