Memory Pool Memory Pool Refreshing

681 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (853,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,582 54,582 000000000835389c8c157e8c4228c96cd436e3f77669945885306cd5dd8362d9 0.00 MB 1 0
54,581 54,581 000000000047bc0a0ecfe2a49fcd4cb997fd2f4f7e2e9917470df13b5b9db2a3 0.00 MB 1 0
54,580 54,580 00000000130a38eec9dacc8e0e8c47118575e6562e58e5a148e5527143fc0070 0.00 MB 1 0
54,579 54,579 00000000037e718f52b9965ad463cac0423458ead50785e181775ee47e9f0049 0.00 MB 1 0
54,578 54,578 00000000022eb7b443e889f86575872d836b4f96677ab550885609b10e94dc95 0.00 MB 1 0
54,577 54,577 0000000004fdd455de71f2a69e37a9c2f93b847cdd941239cbf5b9adfbcda915 0.00 MB 1 0
54,576 54,576 000000000038786f5c3c81b97d717df05e83508417b148fc20f3d0e56a85fb74 0.00 MB 1 0
54,575 54,575 000000000e6067486307e5a2587d80147ce8e9646ee917078f39c24aea2c862a 0.00 MB 1 0
54,574 54,574 000000000836ab6a52dcfbeb60f9d63a2eb4d2bf28bcd3eb699c121619ba0aa5 0.00 MB 1 0
54,573 54,573 000000000bb389056055745e7a8abb2d26045454cd68893f2c98032903a48eea 0.00 MB 1 0
54,572 54,572 000000000155671d351aa0fb6984129f7df3b2a0c23e98e9e045fe7a9e29a80a 0.00 MB 1 0
54,571 54,571 00000000097a398343cdf982c9d770c97c9f462dc534d0f492fd88c2a3a69989 0.00 MB 1 0
54,570 54,570 0000000011c89123ec09a7023e301b35eb5af340b28a9afef28acadc3cb0d8c5 0.00 MB 1 0
54,569 54,569 00000000131edf4f0de351da3721aa292248482954686e279ab389d7cb40fb12 0.00 MB 1 0
54,568 54,568 000000000c8cf3655264c30f6b26f80328cf38bb990d887e83360b5dbb771a32 0.00 MB 1 0
54,567 54,567 000000000547f9a7654829e2734992b375e42602d2b3e949a06b48f19e7dd47a 0.00 MB 1 0
54,566 54,566 0000000001e738da151356c296b44ed7cc69acea8fe2540ac252494c8c407924 0.00 MB 1 0
54,565 54,565 000000000b8e5eb0eb44af0708aed5d420413665f139395c315e0d3ed57fa2c3 0.00 MB 2 0
54,564 54,564 00000000009cb1a5a15b4a04ba62fe09f1347ed5c8c25f89e234fc66fd11b95c 0.00 MB 1 0
54,563 54,563 000000000cfde65cc988865c614a72394c406cbd1d1557707067fa90d565e0cc 0.00 MB 1 0
54,562 54,562 00000000125b46b053cdf581106d0840b4db848e23bf5b77fcd8de930af3c9ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.