Memory Pool Memory Pool Refreshing

926 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (577,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,345 330,345 00000000000000001ae82daf024848e24ceabbcdc6cb591299081a4e33ec7cde 0.33 MB 1,024 49
330,344 330,344 00000000000000000a693d633a2010d3568a05ed4a574500e5b8c1be3a3e927f 0.19 MB 353 29
330,343 330,343 00000000000000000c7d6effb8ca4584e4b105ec21ea7a4f6806127e007e1d74 0.12 MB 137 16
330,342 330,342 000000000000000019de90da68efdfe848a8513406970a8b044982328a3b8d50 0.08 MB 256 887
330,341 330,341 00000000000000000ccb9da001e7567bc70930bf5f70138d7236f6957f9c8ec3 0.57 MB 787 143
330,340 330,340 000000000000000012e43f86f99dd0b6714f0365136f7f9d2bb3a1aeb2c83666 0.75 MB 1,446 25
330,339 330,339 00000000000000000a69325522e03e9772939a00ac4d0f78eddba8e7a3f53dd6 0.15 MB 512 54
330,338 330,338 00000000000000000e3effbf1493ec81b977d1642f40cf99da63d696878a9e2a 0.15 MB 271 25
330,337 330,337 00000000000000000f22ccec5e1d52abb6b16884045024a054703935d1150423 0.26 MB 427 26
330,336 330,336 000000000000000000af9ced05a4ddc057ba83b6978ed4c044df7be00d0b2831 0.05 MB 84 19
330,335 330,335 0000000000000000194a8a7bdc3f2eeaec0bfe3d3ce28b9bc114cd5ab4cdda42 0.32 MB 321 24
330,334 330,334 000000000000000019324d32d9dfcf29cc4a9e0002c667f9ee68c7c4db050ab0 0.06 MB 112 24
330,333 330,333 00000000000000001723a41fa641ddf34e9be01f6d589d5d598623c1c8f5597a 0.13 MB 208 22
330,332 330,332 000000000000000002cb631171c39823479ee7b1a9bf0a63b094f7464ed8b739 0.54 MB 876 25
330,331 330,331 00000000000000001578617a66652cd34561634989f8a8402933453b71e58025 0.49 MB 868 26
330,330 330,330 00000000000000001793f5ec8fcd9b32658fc13b388b9fce3da30d329be9d15e 0.26 MB 249 16
330,329 330,329 0000000000000000160d0c062a5977a89fb7d1a140b5d352d332bb26738c3d41 0.18 MB 512 39
330,328 330,328 000000000000000019797f51efb46b03f152063173279f440762ef0672156d7a 0.03 MB 65 31
330,327 330,327 0000000000000000191c84743c0861427b9078fe63b22fa0de818685f47e6d90 0.40 MB 884 29
330,326 330,326 00000000000000000884c84c99cd77816a84e20953588d1cf8543b14e0d2fda7 0.02 MB 36 7
330,325 330,325 00000000000000000db51e492fbf69a76b4dee0851ff1356710419e9e23aead7 0.20 MB 329 20
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.