Memory Pool Memory Pool Refreshing

1,936 transactions
0.69 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (20,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,705 887,705 000000000000000000025b67b08be59d4b4fc1d671b87c549bcb5b5a82de4e4b 1.69 MB 3,898 2
887,704 887,704 00000000000000000001b88965d960cb63fe350699e636013b04b3ceb33a9ff6 1.78 MB 3,760 2
887,703 887,703 00000000000000000000904d7921f30f85a470e83a45e0000b056331cbeeda30 1.56 MB 3,025 2
887,702 887,702 00000000000000000000960a3ce4f6cc222a9ee601858ee6a5d13bc682888642 1.81 MB 5,086 1
887,701 887,701 00000000000000000000f5ca7c8311f1d39a85293e2c76099d09f84c78e23d66 1.45 MB 2,477 4
887,700 887,700 00000000000000000001b0647052f47fe7cf779207b358a6aa7dcbe461043581 1.60 MB 440 1
887,699 887,699 000000000000000000011b3ae10054f64685d43ac3c5abd8f6c6c891b3902cd8 1.52 MB 2,617 1
887,698 887,698 000000000000000000009aaeb52ad8d43c8c75ec34c713772e42d910d9401c7c 1.81 MB 5,104 1
887,697 887,697 0000000000000000000261ab6f19ab296f870e42874b2a350c351ab01bf1ac3c 1.39 MB 1,921 2
887,696 887,696 00000000000000000001d1c014876375d837c32245bbfecd93341f73e26229c7 1.51 MB 3,533 6
887,695 887,695 00000000000000000001cc5cf3d927f0493772d8cdaf27e4f0855361e13f9f5f 1.69 MB 3,342 3
887,694 887,694 000000000000000000005057959ad3dac389f31d58acd932c6f58c8685441549 1.21 MB 771 1
887,693 887,693 0000000000000000000066b6743e829f8c6f58826b975ad6555460f6a4f8b9b9 1.59 MB 3,562 2
887,692 887,692 0000000000000000000251fa176e09d059d13a2bad72033f21de5c9a08007fa3 1.77 MB 4,440 2
887,691 887,691 000000000000000000023c5b74007b7e8c6b2a0970718799bb12cdcd771bba3e 1.79 MB 1,327 1
887,690 887,690 000000000000000000021b79850009add280d97a09e7584c4c9ab99276668b4a 1.79 MB 2,546 3
887,689 887,689 00000000000000000001a9448e5743a06a998c757dd0567363d1cd3183f99c37 2.01 MB 3,373 1
887,688 887,688 00000000000000000000ba7a3e77bf7503af9d47ef4121e3466bd7aaafee01b0 1.98 MB 2,334 2
887,687 887,687 00000000000000000001364553822fbc74ebd8cac7b6511e18de16c3c6126d6e 1.49 MB 2,954 4
887,686 887,686 00000000000000000001593e201216d4e1facb2cb8e45543c4fc1d2a60bbf57a 1.47 MB 2,637 4
887,685 887,685 0000000000000000000239c10437b898d592f09568314a25339f829ce34c8521 1.22 MB 976 2
Previous 10 blocks ↓
Total Size: 769.28 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.54 GB sent, 94.32 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.