Memory Pool Memory Pool Refreshing

8,988 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (646,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,811 260,811 000000000000000860e7c5d618f3d9eef131acfd60e8b1e024bcf05501f7c775 0.24 MB 282 77
260,810 260,810 0000000000000019b701cbc5b319ade4819974e52970d20cddc237201302e3dd 0.01 MB 29 102
260,809 260,809 00000000000000032d1cea8ef3e8875fb8d095e56189d7c5325684d1b390c4af 0.15 MB 128 31
260,808 260,808 000000000000000497e3e6256ac763af86d73376bd8fdd275df4394cea2b94c1 0.15 MB 345 106
260,807 260,807 000000000000001cc0b20c4f52c99723f8cf3eef0f866f84a9b2d6cb5abe14de 0.14 MB 318 128
260,806 260,806 000000000000001770db8a208a473f23021abc8db4360ca1688084b192c2e434 0.10 MB 258 141
260,805 260,805 0000000000000013303dc82d191f0a24ad0e9c0d4ce5cb9d0820dfdd6d9909fb 0.25 MB 553 2,805
260,804 260,804 0000000000000013bdffcb4a6d7c31d3cf02f0c2f98e59aecebcc50f19a8340c 0.03 MB 73 128
260,803 260,803 00000000000000006f61b55901faa54489ddb209cf674a4d50066ce19bab7e50 0.08 MB 147 26
260,802 260,802 0000000000000016a7cf11627d1a9b4be973c543d2814d9d72bae3ecc1da71d8 0.35 MB 765 112
260,801 260,801 00000000000000057df55508ed884df487f546fd113862c2dcdcc2435cce6be5 0.16 MB 296 81
260,800 260,800 000000000000001495f806b8735dd8970dbfaa41464e9f28d710f36ef7adccdd 0.14 MB 217 71
260,799 260,799 0000000000000001576982160e8c615e1232e8319ad3a000c2c57e22b3f56b20 0.02 MB 64 88
260,798 260,798 00000000000000012591001db4c977b24f153bea32f2d5076762a3c254063d4f 0.00 MB 7 96
260,797 260,797 000000000000000e889c3f6e6f11e38d04d5476883219e2c217dbe26e8cb5467 0.04 MB 106 131
260,796 260,796 000000000000001326b7023844f2d8c6c87c0c2d27ec9448384d8d2f2756cef4 0.02 MB 42 85
260,795 260,795 00000000000000101cdbf18e6f611d88557b00ce144cdf71e796130253a42208 0.02 MB 40 82
260,794 260,794 00000000000000109d93ea782db7ac99e0580a1ba5c652961c92cb8892451416 0.08 MB 190 91
260,793 260,793 0000000000000015aa845cf5f4d94404a3fbd9f98b99b65dd9492c406f5c9ea7 0.01 MB 23 132
260,792 260,792 00000000000000196d4ddc1bc992e617664ece51852ac88bbb98fc928d371892 0.04 MB 78 81
260,791 260,791 000000000000001c20807d05779954129e4d60c30c39cb8613393c6af66aaaf4 0.15 MB 384 98
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.19 GB sent, 93.02 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.