Memory Pool Memory Pool Refreshing

630 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,004 (750,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,388 157,388 0000000000000d38cd66f9653fca0918abf851a956ddfb005579942915c6a82b 0.01 MB 25 0
157,387 157,387 000000000000058d133d4dee9185da2bbe6f4a3b699d7799f88d4b7bef5b325a 0.03 MB 27 1,595
157,386 157,386 00000000000003350e25c5c25a561e039d4c78ba74c1bca871e0a345ededbcb4 0.01 MB 16 8
157,385 157,385 0000000000000c1669305f950bde4cc449713a89a0bf344be7956eaa6acf83f7 0.00 MB 6 528
157,384 157,384 0000000000000311d302614dfd849a3f94b8703ee1dac614e40c8bff6225d4fc 0.01 MB 17 30
157,383 157,383 0000000000000848aea4d68d1908d0efb35cba1add511e570548410256261bc9 0.00 MB 16 0
157,382 157,382 00000000000003eae265fad4859fbb9d3d0e78e080edc07adea26d79e42d3894 0.04 MB 87 142
157,381 157,381 0000000000000a48c3968d08d8b315ea2f04890c1abc68e2a1a8e333e658c538 0.02 MB 91 6
157,380 157,380 0000000000000c02dfd69bc09c84d0f5121431b219dcb13a372ab494282bb5f3 0.00 MB 1 0
157,379 157,379 00000000000001bb5bae8ae5f50e2b3b7bdcce65ed86cfa85c5f6f1b8ad12608 0.00 MB 14 0
157,378 157,378 00000000000005c6dde9ce12c57e058bade292f853227b37e335bba654be0baf 0.03 MB 84 86
157,377 157,377 0000000000000c07888a931e043a64fe545a6500245e6788432cc2f8c00c2753 0.02 MB 22 82
157,376 157,376 000000000000065fbd04a1e666a4bc72289c124d54a500be76768d96bf75b89c 0.04 MB 98 106
157,375 157,375 0000000000000205532eaabee54de01551653e9e858a10ecf6bfc3e1268de43f 0.01 MB 28 1,481
157,374 157,374 00000000000007f4949f44a6a11628d54cf5bb89548295530386cb27044c6d12 0.02 MB 38 86
157,373 157,373 000000000000022e365c5319c85e93e520e5ae1f1c73ce73e12f146c2620b010 0.01 MB 16 79
157,372 157,372 0000000000000de4e26a91769ed5d50ab5526fea3812a836132412dbd132f32c 0.05 MB 130 58
157,371 157,371 000000000000043c299abb351312a1a04827051e3f1102a973c9f768676f7e13 0.00 MB 8 0
157,370 157,370 000000000000053d4b6733971f470dbcc6d78a60255fad5c42a2185b21fcd284 0.08 MB 102 116
157,369 157,369 0000000000000754b24c3dcef0fcf7a7a9ad97fadbbc51d46d14bb9ccb1d2055 0.00 MB 10 17
157,368 157,368 00000000000006de7201ce941ba9a21edfa0aa891e486bb02168c0d5bb7ad558 0.01 MB 23 373
Previous 10 blocks ↓
Total Size: 769.55 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,648.95 GB sent, 95.70 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.