Memory Pool Memory Pool Refreshing

3,136 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 1.00 vMB 2,935 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (771,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,791 136,791 00000000000002f824897f16ecc2432208e60dda5a18e1c30248f599c8be1b3d 0.00 MB 2 3,891
136,790 136,790 00000000000005063ccf190c81f33c79e3eacadb735de515d4f8312d8f0a3444 0.00 MB 10 21
136,789 136,789 00000000000009b8fcb4dd5ac569a0373d41564cd3e9c3cfd31059420b149414 0.02 MB 42 341
136,788 136,788 00000000000007879c54b8c691cc6bebcddc60cbdca7a595a28df7caac71d883 0.01 MB 37 406
136,787 136,787 00000000000001274cd360ad76e7821886d0be6ff3a8dc0327709325e6bf4791 0.01 MB 36 94
136,786 136,786 000000000000091e8283e1b35d8a495fc1e6b0d140d682636f1d1c6bd5fc5549 0.02 MB 33 194
136,785 136,785 000000000000015dc302a13c2c48f89155913cdef65c6f1ac46ddbfc1a9f1aaf 0.02 MB 34 294
136,784 136,784 000000000000015b0a5eb867764c9c19929d987d15a36bfa2221b49877a79149 0.05 MB 175 58
136,783 136,783 0000000000000246d5f13bd5a867c777e2ab69f184da32744436d4ef0d5b3d6b 0.02 MB 43 695
136,782 136,782 00000000000009468df6d4810cc813231ee725bf21e34401314ecd1619a00d89 0.03 MB 84 204
136,781 136,781 0000000000000672e55da5aaa198badfacce372a60de94626b058ab64847d5e9 0.03 MB 54 211
136,780 136,780 0000000000000a9f42bc2f6b3fd7c3de5d867a0d6d52787dfb2ee7fc8ef34ab0 0.05 MB 126 318
136,779 136,779 0000000000000740d9926fc5e69bf5cc0f926a4d43870201d2ed10d3e3b6c542 0.12 MB 140 316
136,778 136,778 000000000000054fa45f7b61660de9d8a80da2d9622533ca3fea10bcd642ddca 0.03 MB 70 448
136,777 136,777 00000000000000dd29bb5cda0910823d2bb896960f98d0ce7a703cb39ba1886e 0.05 MB 143 169
136,776 136,776 00000000000000f554dee5fac0b97c54e7f73e0f61d3392e478693e3dadc7020 0.00 MB 13 522
136,775 136,775 000000000000082a0c280c87b11218fe0218dc37080e5b8f840518906fcd9b0d 0.02 MB 20 861
136,774 136,774 00000000000006b0dd4c962f851acb423936ff3e6f3d07b1cd07b6835c92e5a4 0.01 MB 21 774
136,773 136,773 000000000000019e49fc4af5332d9f4a15d26d0cd40769554f35d5afe11e46f2 0.00 MB 14 811
136,772 136,772 000000000000012d0d6819dd0ac7789a539d0dd20bd86614f26728a2b3de6718 0.02 MB 59 33
136,771 136,771 0000000000000a6c1c81c9f6347998315c1fe98ca1419e01beca264cb73b9909 0.05 MB 133 214
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.