Memory Pool Memory Pool Refreshing

10,546 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (652,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,232 255,232 00000000000000328d47c2d8eeb74f143691bc6c0a0860ebd419190fa8501766 0.12 MB 259 133
255,231 255,231 0000000000000030e557370ce2751bbc04d159e491c1295f66f96a84d380873e 0.02 MB 41 105
255,230 255,230 0000000000000003acd8bd429fbc1e7071dc70d0594c08db5ab2afa3432b4076 0.07 MB 143 102
255,229 255,229 0000000000000030d07d9dccfc01f941e1ab086877a9eaa73e54c6eca195c2ab 0.25 MB 663 126
255,228 255,228 0000000000000037d7ec9265de84c46ef8a92087caaf8f69c20c125fae61bff7 0.08 MB 209 136
255,227 255,227 00000000000000170022571f4409806d1eff25077f6524bdeabe293148e6a67a 0.15 MB 336 105
255,226 255,226 000000000000002179c69d55b3a416b855af214809caace5f54811c086ab8fbf 0.05 MB 125 104
255,225 255,225 0000000000000037e42aaffe3f01da806d869bc2edacb2e81274415c6796704a 0.22 MB 495 81
255,224 255,224 000000000000002e8cf1364ae506d021334b30c5ca4440a99c2c58b48970c89a 0.25 MB 623 186
255,223 255,223 0000000000000024bbfa8794c01f25cce8989314d3992a99bc73dbb165f32929 0.03 MB 48 61
255,222 255,222 0000000000000000f67ac0d4ec359322c652079a4003fc5845472e1dad6a9aba 0.16 MB 372 124
255,221 255,221 0000000000000030c84510a98b25eb1a94f4c160982176a70e9ea59d409173bd 0.08 MB 278 169
255,220 255,220 00000000000000342ce9bfb5ead8661147a0c754887b6d31a47be3a887b44d93 0.10 MB 406 199
255,219 255,219 0000000000000006d6bc9f2918551298aa2df39d6281b804d725a7cf9914ef01 0.02 MB 32 75
255,218 255,218 0000000000000018b6e40517784c1e97c4ce615525344d20b6a1b3f0ccf8e2b5 0.23 MB 441 88
255,217 255,217 000000000000000c74d2f712aa15e075d1ed3df84fff83b456c839ec64499874 0.06 MB 138 111
255,216 255,216 000000000000000f2585ab98eed0360a90ee32815c6405aeb540841d03d9dd5c 0.10 MB 266 133
255,215 255,215 000000000000000654a6b0ee919ad51dcac10958a0deaf10d503ea9a1f0b8ee6 0.14 MB 145 61
255,214 255,214 00000000000000124c22d7c023d4cee264d5b9c11ea6ad290fb0f847e00a4b82 0.04 MB 98 135
255,213 255,213 000000000000003599b2a1d78b49c92c8a62621480ba7ac3b1f92895d91db0e2 0.02 MB 65 142
255,212 255,212 00000000000000348eed570924b9758f2fe1bd1de9d0b0efd85db53670dc736c 0.01 MB 24 74
Previous 10 blocks ↓
Total Size: 769.04 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,626.98 GB sent, 93.10 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.