Memory Pool Memory Pool Refreshing

8,968 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (244,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
663,380 663,380 00000000000000000008d5def265b92c110195b74f16398ec7e76b4de3068e14 1.25 MB 2,903 90
663,379 663,379 00000000000000000000b4ec618c3c9b8d7d76680ddcb718863b4acb91da5101 1.33 MB 3,214 105
663,378 663,378 00000000000000000007b3b44a93b970b48ca0b3afd94a168f5c6c3ee8c942f8 1.26 MB 2,797 102
663,377 663,377 0000000000000000000aa4ed0f8643b13135831623525ed2ef60d54bcc1495e9 1.35 MB 2,606 115
663,376 663,376 0000000000000000000cda3b04288a206a2765225d4807531fd126eb4d56483c 1.65 MB 988 108
663,375 663,375 0000000000000000000ce19f654cd9ecd9f2358504d49baa5d1e6fb2bb9d86fc 1.60 MB 1,009 121
663,374 663,374 00000000000000000004bffe787e0526dcc9d4b811a84eeba72f1e682c7876ee 1.46 MB 2,046 135
663,373 663,373 0000000000000000000e8bc98a261c9e01586c7e9196f55d8a0a510a0a089b47 1.36 MB 2,493 78
663,372 663,372 00000000000000000006ff37fb7aa2ccdd4b1026c1d6e24d8e94a386f44841a6 1.19 MB 2,235 110
663,371 663,371 0000000000000000000f06971a1492784181de0a10a4270653c81485fe8f36fd 1.17 MB 860 15
663,370 663,370 00000000000000000005acdf0f82cbed9aeae1d99a63bc8415f6f903885a9ca1 1.35 MB 2,276 51
663,369 663,369 00000000000000000004f604933dda683e42ee8882b509e72e966071da1c9413 1.48 MB 1,257 50
663,368 663,368 00000000000000000009f2150e60cf167aca481d3cb38c504c677d1b6697c470 1.63 MB 1,333 30
663,367 663,367 00000000000000000004cd97f087ee17749b15944baa66aa31431edcfd715e6e 1.27 MB 2,211 27
663,366 663,366 000000000000000000092562e9a7a52700f713965c1776fb37fca898263147f2 1.20 MB 2,265 40
663,365 663,365 0000000000000000000a28a3a730c8970e3179e338f61fa23525ab99a568459e 1.18 MB 2,567 19
663,364 663,364 0000000000000000000d6261a52c9ad0b5872bb1bb40d50c6af28fd5526db093 1.25 MB 1,765 73
663,363 663,363 000000000000000000061efb22c366b484c7dc4062664c25bf0a31a6169a4250 1.29 MB 1,986 100
663,362 663,362 0000000000000000000a3cfbbe94027465251135d84c775a67a420881f703f0b 0.00 MB 1 0
663,361 663,361 000000000000000000040610ccef732ed5895ccbb3ef61595bad0717caee416a 1.34 MB 2,331 49
663,360 663,360 0000000000000000000e705cf70f2667f73bfa032eef266927e7263fcda11935 1.45 MB 2,398 95
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.