Memory Pool Memory Pool Refreshing

1,565 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,755 (726,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
181,420 181,420 00000000000005141bdafbda61ea13a05dabb5283ba72fb5ecd0116ccdde59cf 0.08 MB 180 103
181,419 181,419 00000000000000a6eb8deffff5971539e9c0b510ba00dadb07a86c32f634f819 0.16 MB 284 101
181,418 181,418 00000000000009180ca87eaa3c6d0a870fc61014d908cbd8f046545c1b94434e 0.35 MB 877 168
181,417 181,417 000000000000077a56590f88ee91a84fd0e138ef6bf33483430cee5bb733fb9f 0.05 MB 121 133
181,416 181,416 00000000000000d3d77210da7577635e46c7f35021c8f436795fac4fc17aa02a 0.05 MB 128 126
181,415 181,415 00000000000004d1cf1d5ad039ee2751572b2f8b9aa87fbf056bc3948f961c23 0.00 MB 13 255
181,414 181,414 000000000000027f8e1092ae77748be9c110a4ea72942fd5e70c06396e01d5e0 0.02 MB 63 52
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.