Memory Pool Memory Pool Refreshing

6,584 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (726,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,441 181,441 00000000000008b5dcfd70f61ab44bcb92e257c976ce0aeb820105b292477a65 0.19 MB 317 118
181,440 181,440 00000000000000e527fc19df0992d58c12b98ef5a17544696bbba67812ef0e64 0.06 MB 79 63
181,439 181,439 00000000000004b4d72b8631a85ec7d226dc696f1913ba1bf735b7c8dec207b8 0.15 MB 264 114
181,438 181,438 000000000000092a726162fcdf74c2456e309e224526a7e7067290b45ce2d645 0.01 MB 16 0
181,437 181,437 0000000000000226a3272e2fb932b73c6f7692ec8270bee349e74c6c7afed57c 0.05 MB 104 144
181,436 181,436 00000000000006a8e8e5d21629b2344313fbe2ee61b4973db98ad5f9ccbe92fe 0.42 MB 945 151
181,435 181,435 0000000000000313ae31a3f2a0958c983ee9eafcde223fc870dbeaf2c39ab68d 0.05 MB 135 211
181,434 181,434 00000000000000a1552dcc31b3b3bced81212870b82c720ef36425082726512c 0.05 MB 135 171
181,433 181,433 00000000000000da2ff5e59d32ccdbdf8230d79d461178643cdc82d291c71283 0.05 MB 141 144
181,432 181,432 000000000000027e8b82fba6bfeddf754abe787a9fa1f51ce4142618539e0acd 0.05 MB 132 112
181,431 181,431 000000000000084abbbd06ea9de52343860538bee211fd96b476024d5dd4a0e1 0.05 MB 112 174
181,430 181,430 000000000000011ccadaf12be6d84830b3bba4ff4163c68172bf5f08a0f938b4 0.07 MB 154 135
181,429 181,429 00000000000005c124b0e8b589e9840764c20f82fc436f1c8e67d868e7c6138a 0.06 MB 105 88
181,428 181,428 00000000000004cebd4c71f5a0529119ad43785f383209b472429f577c93268a 0.20 MB 376 128
181,427 181,427 00000000000000ce43ef5b9154fde468198fc9d84d4606b35824cd55271ce277 0.01 MB 23 115
181,426 181,426 000000000000041a73ac6ea8cc172b01f257ae60e450e39833ab788ef92722ee 0.17 MB 414 157
181,425 181,425 00000000000000a8a45161e4b231e1c299a8541980dda3c079e8b5babfb9803f 0.02 MB 58 10
181,424 181,424 000000000000063bcd22ce8f039a3a6c9cdc62e9923a4011bce43ee8973e88c7 0.13 MB 212 87
181,423 181,423 0000000000000330168caaea8015f921cee6b15f755e066426d4ebd5a7e00aa1 0.00 MB 1 0
181,422 181,422 000000000000005a4222ad99e7376df2b192459d4800319b7b2c11859112600a 0.07 MB 147 84
181,421 181,421 00000000000007bad74dbb70988fdc854b8a943903cd5c5d4928159120383005 0.24 MB 623 143
Previous 10 blocks ↓
Total Size: 768.96 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,615.36 GB sent, 92.63 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.