Memory Pool Memory Pool Refreshing

1,921 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,916 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (668,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,500 239,500 00000000000001401a9f32d825106023daedfda9f4508476f3d55d3ee7556b4c 0.25 MB 655 202
239,499 239,499 000000000000005fe55910f1f14e274f0189455f479b7804c38d049086d0ab73 0.13 MB 259 176
239,498 239,498 0000000000000113366fe2e43a6014be94303c4a15e2f6c05577a5a9bb8e00a2 0.16 MB 153 63
239,497 239,497 000000000000001dfb8e96a2738a33fce2388f06102481206efdf24703620979 0.25 MB 675 198
239,496 239,496 00000000000000f88c4590cdffb6b5338b69d4ac4d1716c4ed64c6cc6ad54383 0.15 MB 351 177
239,495 239,495 00000000000000a7dbd59de020c1612b80bd3def55e9804498e038db505a2cac 0.10 MB 181 183
239,494 239,494 00000000000000750bed52cd75adb6b2fd6973e4de9864aedd4d53bb4818a169 0.04 MB 100 109
239,493 239,493 00000000000001308702af7a375b977bf3073663b112928e8456e6670d228c7c 0.19 MB 431 157
239,492 239,492 0000000000000058c420e23b0802a2869ecbebda64d7164d49c300a4c9b0e643 0.17 MB 452 236
239,491 239,491 00000000000001587abd8a11abd789f017772e3ae089987643dd14b208e69f59 0.16 MB 252 93
239,490 239,490 0000000000000131005c4740d217042e1553cb7e817e7c285ec269272c7bc6c0 0.25 MB 541 169
239,489 239,489 000000000000015f1bceda6b2d314cdf26a51d6eee6437d64280253fc4a1df49 0.25 MB 459 149
239,488 239,488 00000000000000d7d0aa9640d3015c5a621983ed473ed593dcc24789f34a33d9 0.25 MB 809 273
239,487 239,487 00000000000000c9409d33f8cabc30559a97bd9d543aa76bff19b1415dae50f4 0.16 MB 356 174
239,486 239,486 00000000000000b5ba168b30ee5db3b749b0ec80685076ded71ab15c76b96c2e 0.02 MB 31 103
239,485 239,485 00000000000000997eec549be5704707070e72c57e6ceb82e5930659d4f64200 0.09 MB 189 179
239,484 239,484 000000000000002dcc515cd30d741eadd9cb4c7f3f44f4b498bed031c2758c6a 0.21 MB 449 165
239,483 239,483 0000000000000099c339907f534ab193963611909b208ecb4e3a6bebf77270e9 0.01 MB 26 164
239,482 239,482 000000000000004e046ce374d9be8c171275d78bb2acf3aeaad9f2700cbef531 0.09 MB 237 198
239,481 239,481 0000000000000065d63fab96157e828511efc8ef5d4c3dd2c4ceeb37617d22ad 0.05 MB 112 164
239,480 239,480 000000000000007e7b1307fdf87742c1180a6e54cfbc3a11233256e7a8624942 0.03 MB 43 46
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.89 GB sent, 94.79 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.