Memory Pool Memory Pool Refreshing

1,250 transactions
0.68 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
2 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,609 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (815,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,540 93,540 0000000000028c7f4a84941f46906df29e578c6c2ba4a36f05f92b3283922fa1 0.00 MB 1 0
93,539 93,539 000000000000f957c704f655fd068f4658ab729112d678d096a68585588852c8 0.00 MB 5 0
93,538 93,538 000000000006b8b7436c4dbff37c1a4b005dc5f59bb0f7e76f90b5ccaee54c21 0.00 MB 1 0
93,537 93,537 000000000000592b71a804789f6f94ca8405e4b8cb8d99c2802b87e1e2814660 0.00 MB 5 0
93,536 93,536 00000000000255be14f2628f976dd09a5d667c21e2d7437f2f7c0f870c974562 0.00 MB 3 0
93,535 93,535 000000000004154156970602076cf81f8ba5b09fcef358ff0a2126789f5ea7d3 0.00 MB 6 0
93,534 93,534 00000000000587362f4f03d901ff2f72d3c68e639d86d8a9cdcdae2601b7dc0b 0.00 MB 1 0
93,533 93,533 000000000003c32ac19192cf2e6a7f8ca4ca67c82a15db42dc4b1fa11db89d93 0.00 MB 2 0
93,532 93,532 0000000000054225675ddc809070d6f7a3b20ba95e6f7c65397e0176a1c812d6 0.00 MB 1 0
93,531 93,531 0000000000092a996dba8cf9f5e67a7a8c7780303dff88ba280ea578cf2e1d7d 0.00 MB 3 0
93,530 93,530 000000000002820d1867c91e6e88704fd0f3dc5b924efac97be4b06da1f32538 0.00 MB 1 0
93,529 93,529 0000000000056efeb203237d22ccf4879a1a3bef61dc22a48cdd8e5a688b8406 0.00 MB 1 0
93,528 93,528 00000000000620cd92fb6bf32e339e1ff29ca7ff58e6405366d00c494fd03676 0.00 MB 1 0
93,527 93,527 000000000006858e1aff5d8b95769746f4557469f386421bb84a2b27b71c9294 0.00 MB 1 0
93,526 93,526 0000000000086f737d814345d9a6af543149d367b5d89972559bfc835b634a85 0.00 MB 2 0
93,525 93,525 000000000004e43ca0f17d14d739cc19c119ff59b4cfcf883c07aca77e7badfb 0.00 MB 2 0
93,524 93,524 0000000000076431a0f018e9114d101f0369a681a598afff2354795abcb99655 0.00 MB 3 0
93,523 93,523 000000000007ed55585b59be15d950a2b85c9e60117db221e09465382c25c03e 0.00 MB 1 0
93,522 93,522 0000000000074725b97751ec73ad3245d08f2ce32d991bcbfe0345ae7ec650a9 0.00 MB 6 0
93,521 93,521 000000000002e52d364c2beac82931f3e74340596ce2285f2b65b2790b0e8098 0.00 MB 1 0
93,520 93,520 000000000007e6e239a945e1963f805bfa41055e8fe420c1017b48ff3df27008 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.