Memory Pool Memory Pool Refreshing

1,297 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,272 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (684,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,458 223,458 00000000000001a53455a628178cafca162c1ddb8b3bc7d449463cd5ffc3f2bf 0.16 MB 91 47
223,457 223,457 000000000000036b051967749c3382984af8bb0e66dccea95c801519f2bcda6b 0.30 MB 288 57
223,456 223,456 000000000000042f8e41a115d12730ee0655ef46fc0a2e2c6bde4b99dbee1eb1 0.25 MB 791 306
223,455 223,455 00000000000003bafa6778bfa644115a96347b522dc5f3d333a79ca8f4ee024e 0.06 MB 210 1,090
223,454 223,454 00000000000003ed4a81c8f56e9f8a45e16a3068368acc586a0ba8ca6d2f1b9e 0.25 MB 698 262
223,453 223,453 00000000000003643fce87a78b58b79f44cfa90df9bb3e27b010afb121b24936 0.06 MB 163 1,022
223,452 223,452 00000000000000f6e9dc53e424296fe0400d15be6bbc91fd457c68854402ad26 0.25 MB 688 320
223,451 223,451 00000000000004265f7c717d38755e00324afa347d78d8e58ee953c0914d71ea 0.26 MB 316 3
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.