Memory Pool Memory Pool Refreshing

1,753 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,955 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,730 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (280,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
627,637 627,637 00000000000000000010dba3ad65fc3b9795e810c6c9dd50434308694fffbc62 1.08 MB 769 7
627,636 627,636 00000000000000000002602bb972a60b6ccaa93e97de1c44231e8f4a8cb4b9be 1.07 MB 446 4
627,635 627,635 0000000000000000000c30a01999b0bf6d5cef931a084c4c25053365c8f18449 1.06 MB 685 4
627,634 627,634 00000000000000000006f935a0bbceabd3175fd2b272ff82bf4ecce46f69d8bc 1.19 MB 1,646 12
627,633 627,633 000000000000000000075b2964d4902f04980bf381dca5c47f918f49594fceba 1.26 MB 2,692 16
627,632 627,632 0000000000000000000ae02a4b5b6223a9111f8e0822ce7da68e4debbdc06bcd 1.11 MB 1,283 7
627,631 627,631 0000000000000000000e99e2b507126c24943d9f4b6a4a92d1571236d0b9dd23 1.13 MB 1,315 7
627,630 627,630 0000000000000000000cbb616d2830a8935462daa2c87dd5e60489028a90f578 1.18 MB 1,277 4
627,629 627,629 0000000000000000000b99ee8e58d94c17d0e598d4006d8de3b30742f0f71025 1.06 MB 849 6
627,628 627,628 0000000000000000000cb736d4765cdadefce364c749b5331f970c99a58e9c4c 1.03 MB 495 4
627,627 627,627 00000000000000000005f652ba64ddb36f571b85a649e6368d66defc684ae6aa 1.17 MB 1,814 15
627,626 627,626 0000000000000000000c4bc0ca02b760e766f6096ed3da69e04792516d2d4afa 1.20 MB 2,102 16
627,625 627,625 00000000000000000000185728059e50f44c845fdc9f1a1b6ed23e15b5de8efb 1.28 MB 2,635 10
627,624 627,624 0000000000000000000d18a3cb315d32bd56d93bdcec8242e4e74da8e1511a66 1.26 MB 2,635 36
627,623 627,623 00000000000000000008e7b45dcc5b98cb7d3811c787c0ad77410c54a30885b6 1.10 MB 2,132 3
627,622 627,622 0000000000000000000863167e3b4992c31967c36d99a39c0e673733b25fa5f1 1.35 MB 3,058 32
627,621 627,621 00000000000000000010441440d62f25a01120064b9f5f4d44f0a1b9c3b0c9ad 1.02 MB 291 2
627,620 627,620 0000000000000000000edecb3e0dcbfedecd416829664d73b94d6c37a9f2dfed 1.17 MB 1,762 11
627,619 627,619 00000000000000000004ce72b7d76aa29660b01df84f7c1b78a60e4cad07a8b8 1.13 MB 1,036 7
627,618 627,618 00000000000000000004304adda9542ac35f8b065b3841f85564e012572ee34a 1.29 MB 2,217 16
627,617 627,617 00000000000000000006702d9463672352527c6aab59b7194e81838a246f81ec 1.56 MB 1,815 21
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.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.