Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,735 transactions (1.59 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,915 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,914 (823,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,003 86,003 00000000001670da185e5d63817905af400c77cb534a1406f4a62196544544cf 0.00 MB 1 0
86,002 86,002 000000000005eb5bf0f1ebf13c7ad48700a0e17759cdeb2994ee5406f667be03 0.00 MB 2 0
86,001 86,001 00000000001c1196186701c95370644621416e575bede6e0a7dc47525035277d 0.00 MB 1 0
86,000 86,000 000000000000ff4e1adb14f07774dad6b34968a5e19d1a2fe1fc9157e7c2b85d 0.00 MB 2 0
85,999 85,999 00000000001eb1b37cd8b09b0d1498c455be653d884a11f6d901d39ba905dd32 0.00 MB 1 0
85,998 85,998 000000000029ac5112b079057f077d8f3dfc5ac6fe20f0d5a3a470bb879d15a3 0.00 MB 4 0
85,997 85,997 0000000000170d4fdbea24dbbe80d2f5d1ef316cb4fd4e61180e70d0c30a8b5b 0.00 MB 1 0
85,996 85,996 00000000000ccaeb6f6b60d42b5adf8c54908a88ff1c04651d1ae5b0d97354a0 0.00 MB 1 0
85,995 85,995 00000000001740508e3c684cbc1b7c95887314234dbffee00691a130ff42ecf1 0.00 MB 1 0
85,994 85,994 00000000001b64c3b00b0a37c8aefacb012df9c57056b66171e009dc0fba3307 0.00 MB 2 0
85,993 85,993 00000000002994f5a59c82154bce22448532af950ab260dd4061a3796d444259 0.00 MB 2 0
85,992 85,992 000000000006b5ae10a6414247f306b3eb5fe3d42f5ba20d55d119158146073a 0.00 MB 3 0
85,991 85,991 0000000000121b03a23ad7f4e331d6cc9e206d0bc3f210f9813683cb9946f657 0.00 MB 5 0
85,990 85,990 00000000002a5b77dfd7632d156faadf543c6e81baf08830c8798b65ef009db6 0.00 MB 3 0
85,989 85,989 00000000002185773a657475f0c8f4cc8998e6c38f18dea37ddc3a95d5937f34 0.00 MB 2 0
85,988 85,988 00000000001e92127ac2bc9a6b20ebdbc1cb47efcecc807c455603e5540b7685 0.00 MB 1 0
85,987 85,987 00000000002add0f42b653bdd80a7247bcdaf586b4009761746183b2c5811a1a 0.00 MB 2 0
85,986 85,986 00000000000b833b817da5ba75c0b504784fa01918a91bb739aeb49fe0677f8f 0.00 MB 1 0
85,985 85,985 00000000002897727fd59ff0e5e0dfda8fb1b4e1008e64caf2643cbfa80c2b44 0.00 MB 2 0
85,984 85,984 000000000012516d7018260e7bad5903adc661e30306e87b980f3761f44284ca 0.00 MB 1 0
85,983 85,983 00000000000e842fd0561c95ae8ee93e5c67e7523cec2005160a7d3cc9675b67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.74 GB sent, 114.61 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.