Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,700 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (668,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,555 239,555 00000000000000c9b2b44708263a80b9c0d0ad5be6dd8086b40e21ab3bb371c3 0.16 MB 319 64
239,554 239,554 000000000000012d464166f108f71d90d1e55d832a43e58e1c5e0eede4950674 0.25 MB 443 116
239,553 239,553 000000000000001e0700211fa8c1dc8ff2cbeafe59ac3eb5c763c92b02b5e5ee 0.25 MB 840 253
239,552 239,552 000000000000010d31f86b5861143d1b47c39b1807868bf0b9a89080f165bce3 0.09 MB 298 45
239,551 239,551 000000000000002f5b93c0722df56c225795dddaf6a138d16949b8f06eb1b557 0.06 MB 132 138
239,550 239,550 00000000000000db67d76b8acf8c758716355bc384bd87cb0c6be3dc3a3817f0 0.23 MB 417 88
239,549 239,549 00000000000000af8b6d5ea8c84d7dae5cbc7a14f7d23b15a026e39a863447fe 0.03 MB 70 24
239,548 239,548 00000000000000a97c5e825289b958d589fa925c22771a654c91efb06ec5a889 0.25 MB 488 120
239,547 239,547 000000000000015f616c7c46ffdd8b5eb0d87d35230157f0683b6cdf1f4dd545 0.25 MB 624 259
239,546 239,546 000000000000012911adbdff2ef8b990f5d4a40b77b1cf81c74b247bd9377d19 0.25 MB 477 147
239,545 239,545 00000000000000e4f0602a717f43b8fd483ea46689a483b268a47eb06541d4fc 0.25 MB 750 4,442
239,544 239,544 0000000000000121073c581c528d6203ab67934c0a085672ad92259dd3559e9f 0.10 MB 311 111
239,543 239,543 00000000000000f32d7f89486fc805916b80426b1e0aeb964cb65dfd79773519 0.04 MB 80 207
239,542 239,542 00000000000000c491ae92ccc81968bcc96e1904d0e520ae7b3af28662934bcb 0.03 MB 32 51
239,541 239,541 0000000000000019ca16ee898687a09f9d1b7ad9cd491c543183441ffed5aa6d 0.06 MB 128 180
239,540 239,540 00000000000000d260ad2270613b36ff2225efa4131289c88311699d437a43ee 0.11 MB 148 90
239,539 239,539 00000000000000a409fdb5f454c6ea8f05a3fe50292e8b5e30aad3d492d4a741 0.21 MB 362 189
239,538 239,538 000000000000014067581819eb184a49990b1450dc50dc6a1e4d512825cebe6a 0.25 MB 636 227
239,537 239,537 0000000000000030874fdf039ea08e33773f1afb95ef5a22c9189519a0cf3956 0.07 MB 106 207
239,536 239,536 00000000000000543e6c179f1edfbce9dd51cf9f608c31053c9f50a2b77700fc 0.14 MB 311 205
239,535 239,535 00000000000001294002d025e8827351d9a7cf59519008bc3edd26e76afca865 0.04 MB 58 158
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.