Memory Pool Memory Pool Refreshing

1,934 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (842,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,578 65,578 00000000083b44dd872ca1e624090a06218d89d5123a77250e7d4c72263ed17a 0.00 MB 2 0
65,577 65,577 0000000004a14ea4dbeef2e570582c1b9176aef2f69b5010f2a2f547ff3201df 0.00 MB 1 0
65,576 65,576 00000000023f0d272967e7cb7bcbcb6df77a7a426eb7a3e4d8da27152b08787f 0.00 MB 6 0
65,575 65,575 00000000087a5f4bc7cadafb236b0f8c82f46c51bfe4dc23a31321f1099f6087 0.00 MB 9 0
65,574 65,574 0000000003794b17529cbc25d3d09aea13c11803d4afa288570a09faac26ddd1 0.00 MB 3 0
65,573 65,573 00000000057b95d56c251d619841480077192672467b2f71a621acd3039e46b0 0.00 MB 7 0
65,572 65,572 0000000001f60a53ba1708fd19c76c00efe8cd7803310278c4c15209c7da91c2 0.00 MB 1 0
65,571 65,571 0000000007b8a37f41a0760de0fe4f631909e75a36688ec3e2c91987e8e35024 0.00 MB 1 0
65,570 65,570 0000000005b98d163432dcc8c3b53e2dba51008babee2799b3d0546b64c0171c 0.00 MB 3 0
65,569 65,569 00000000033e57eacf563b0df30fedfcdcf39044e74826c5aa11e7c8057ea8d0 0.00 MB 11 0
65,568 65,568 00000000065ce9c8f3b5a31a359de1c6512e8c6042036907232390ff4b2a525c 0.00 MB 1 0
65,567 65,567 000000000679b851edc0ba5d5d75818fef3a1248d75fe1d32adf5f9cece563c9 0.00 MB 11 0
65,566 65,566 000000000964f1f2bf2c9f74bd62b50e604f7f3a212aa8decfeb830f2ef63129 0.01 MB 20 0
65,565 65,565 0000000007538ce9764e5d73fa4d45943dbc8054c03df783f031ed0e28247a9a 0.00 MB 8 0
65,564 65,564 00000000038c0fda06d1ffee3c18fe694b92187d65a4814fc852cdad4e41df96 0.00 MB 20 0
65,563 65,563 000000000536f353092b04576456e4fb31ee9c2e6b4858316449a637a97e3dab 0.00 MB 8 0
65,562 65,562 00000000009e1da68a73588ac6f4bcd46fd4f7dd9d4896870bb88fd0ce790b68 0.00 MB 1 0
65,561 65,561 0000000006a94353044c73afa8fab4f27748fe5c8263e35f2a4dc356acb75710 0.00 MB 2 0
65,560 65,560 000000000314d6dae3ebe9084bdb87da2fc754eeb79a62a870fe4cdc22411432 0.00 MB 4 0
65,559 65,559 000000000737de62e0205766d8253687c6562d358293f9fc5f51f5e224d66564 0.00 MB 5 0
65,558 65,558 000000000a7dce5ac40e7a88fd61399bbe76da161c1d65cbc2ebf2bd364545ed 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.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.