Memory Pool Memory Pool Refreshing

1,194 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,193 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (896,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,649 11,649 0000000097d62ee4359a2fcc064750abfb8d38edfc2ee99529ad92fa0157691c 0.00 MB 1 0
11,648 11,648 0000000022e49d49a176a41217092bc47c4066ff3e52074bfbd52dc6688ed32f 0.00 MB 1 0
11,647 11,647 00000000f9c4789a210bdf334a29c3ff738f9e26f95f1a552dee4228f96c24f3 0.00 MB 1 0
11,646 11,646 000000005179dace8d4c67ab3090b74875f40c59ad94946fc86724f3ba1ebc0c 0.00 MB 1 0
11,645 11,645 00000000d01e1921553382bfe8453e33599833cced14fcce808dc6f2ece897b9 0.00 MB 1 0
11,644 11,644 000000003a9d9a8be6efb4ddb452ed714ba41d343648870f1396583dcc343b54 0.00 MB 1 0
11,643 11,643 00000000b2b8fc9e94a296a0b3917eabf5d683001bb0508fe93faa8a82a1aa90 0.00 MB 1 0
11,642 11,642 00000000e1924dcc2e118613bcfbfbdaef8a9a00634712c4f7a7ddf76e71ca52 0.00 MB 1 0
11,641 11,641 000000000214ed47dcd7e25bde9d2b180f462b9f3db7f793fbb21f439ae82591 0.00 MB 1 0
11,640 11,640 0000000020e03ee8458fcf8c7b3eec3a1512e00464169c7be7e776860eca2eca 0.00 MB 1 0
11,639 11,639 00000000ebf103ed702f0221782d7662e5f4e67bfc5565c3beef3fed71350177 0.00 MB 1 0
11,638 11,638 000000009c2e1e3509d1ff5154c55b8579eb4e56dcd04085c60b3add5ddcec76 0.00 MB 1 0
11,637 11,637 00000000e256b3d69576f19c9858dbc0ff3f7ecfa10197f42b4981e20849f583 0.00 MB 1 0
11,636 11,636 00000000971c9fb367cd25045a968209bc8c686cf5480039233065f7bf21bd09 0.00 MB 1 0
11,635 11,635 000000009c9b1e82f3713077c97119af489a783cf65489956c3c8fc9be8e01e2 0.00 MB 1 0
11,634 11,634 00000000a65e8e9891294c1a3d1d53021ee003c75e664ff97ad6f615b0b24ba9 0.00 MB 1 0
11,633 11,633 00000000598e42d010e606494567c22bfd5e7af02775c99e56582df14b57c69e 0.00 MB 1 0
11,632 11,632 000000005079907426e729b1e04379a35b1d3198aba8488a5dd0b5ce609baeed 0.00 MB 1 0
11,631 11,631 000000005909657d388a5ed1365ecade788941b61c8eaa37ab7d29013b0acaa3 0.00 MB 1 0
11,630 11,630 00000000083e1a76e3b52b3e25ece5eb3d0c92bc8666ea40543eb7ed885d6bba 0.00 MB 1 0
11,629 11,629 00000000a3033e0d624a4da705a3ebf153b8fdf5ed30c0651233b8775a7c2129 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.79 GB sent, 100.70 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.