Memory Pool Memory Pool Refreshing

3,966 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,092 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (365,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,301 542,301 0000000000000000001c55e6e186e0721d45cad952ae731e68d7f2c7dd365c36 0.54 MB 1,142 9
542,300 542,300 0000000000000000000cbcac3dadfc0c7aba4d496d006699a52337b7ec465e06 0.06 MB 58 23
542,299 542,299 000000000000000000104ec75dfc721c32e5656b611bbdf7853b2476f8da4bc3 0.93 MB 2,220 18
542,298 542,298 00000000000000000000cacc22909e6b3ed521360818e2bbd1a73270c3badaf2 0.57 MB 1,382 6
542,297 542,297 0000000000000000002243ab96644b34a0cd30d1636d808585b6f64aa8f0a35b 1.24 MB 2,885 17
542,296 542,296 00000000000000000026c34f5f590ced86c762bb174b7393546765dfc149ad3b 0.30 MB 550 32
542,295 542,295 0000000000000000001d66a7be1ec8c1eb91aa3edbc7d897bc7cc9a705ddaa3e 1.09 MB 2,676 6
542,294 542,294 00000000000000000015274f4b8e0693ff5e6ee8ca62330965d3bff671171f00 1.31 MB 2,759 10
542,293 542,293 0000000000000000001a77d08d652383c0a17b9dc43fc9299a3709bca5733f53 1.27 MB 3,059 24
542,292 542,292 000000000000000000205404eec7ea92e725e1185f61f70e1d52dee0bfe994c4 0.95 MB 1,911 10
542,291 542,291 00000000000000000002aa8a098463c70fa34eb8e231a485cf97344ffdc2e835 0.08 MB 175 10
542,290 542,290 0000000000000000001f5745927e5e2d31eede22db31a7137dbf43b349f867e1 0.74 MB 1,571 27
542,289 542,289 000000000000000000025a3179734e2e9047267feadb121c138703a28d93aa07 0.34 MB 698 12
542,288 542,288 0000000000000000001ff23d9eb2bb2d89868bb0addf20efbec743a9bc32bdb5 0.30 MB 223 4
542,287 542,287 00000000000000000014174112b285c53fccfa377e2a45a74aefd9062f3274b7 1.36 MB 920 4
542,286 542,286 0000000000000000000c9284aa20627d99ca1113ef1cf92b5b418023d9d76547 1.17 MB 2,392 8
542,285 542,285 00000000000000000002e3df5f62061b228fe585bbf8d1800bda402ba5aff798 1.26 MB 2,884 12
542,284 542,284 00000000000000000018cc0776c30ce343ce8436ed8e2d21cb13155ab2b8adfa 0.01 MB 14 3
542,283 542,283 0000000000000000001e35ca95053d483771466a87ab47e94f08a0fd9bc9eda0 1.33 MB 2,688 13
542,282 542,282 0000000000000000000522fc1be82a3d15775677053f9fabd1b3b31543c77be2 0.61 MB 1,303 44
542,281 542,281 0000000000000000002594ebb55566e2f464d81e27d80916408f9d38b5b5c83a 1.16 MB 2,460 12
Previous 10 blocks ↓
Total Size: 769.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,648.13 GB sent, 95.60 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.