Loading Tool

Explorer IconExplorer

Memory Pool

86,787 transactions
31.55 vMB
0.21281608 BTC
Random Selection Loading Transactions
Max Size: 191.52/200 MB

Candidate Block

Mining Attempt 9dc296f918c9a4ae23993b1cf9a6c4dae7f45862d812d8e8e3bd20b9d7e53cf9
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6cf48829ceaf2d87f57f38831dc32959c5e6f39e8b05ce89e2a9d1942aada6a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.10748052 BTC
Feerates: 502.67 > 10.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (267,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,518 647,518 000000000000000000057540cf3ac83717a40be1208a7330f9b19a4bf8a82515 2,994 1.00/1.00 vMB 75
647,517 647,517 00000000000000000002537c0e45ef69831896fa033be79d685ca1cf1d4feab6 2,937 1.00/1.00 vMB 90
647,516 647,516 00000000000000000002d013ca102f00b8ed975940327eb23ca567dc59af7e1f 2,222 1.00/1.00 vMB 80
647,515 647,515 000000000000000000084cfcaafe4b5ad9da83637ff51c4e1328d6e67972e09b 2,681 1.00/1.00 vMB 101
647,514 647,514 0000000000000000000b7ff4dc5aaa6415bf774532e1661633b02b8e616217d1 2,968 1.00/1.00 vMB 85
647,513 647,513 0000000000000000000939ad976961f6fef3b0e9dc7ccc57e1df9d9cf7507b1f 2,913 1.00/1.00 vMB 74
647,512 647,512 0000000000000000000297f3429cbcaea359d30dff814ec6543dc4957f01ee52 2,755 1.00/1.00 vMB 86
647,511 647,511 0000000000000000000095b530ee8dd6ac28b559ff1bb444ddf1a8ec948c2886 3,479 1.00/1.00 vMB 84
647,510 647,510 0000000000000000000ad3d38fd6423bceef9cf6237f853f075a79f8647a33b3 2,452 1.00/1.00 vMB 104
647,509 647,509 00000000000000000006afb3e3f55ec3df32e3bdc9f0e59605820469e6128b89 2,722 1.00/1.00 vMB 104
647,508 647,508 00000000000000000006ae5252563a14c491a408aee7ac3958d9acc100d1c597 2,538 1.00/1.00 vMB 106
647,507 647,507 0000000000000000000eb4beb07baf991136a85f9288039fd6e41e6539ba6d9d 3,007 1.00/1.00 vMB 125
647,506 647,506 0000000000000000000ec5b399d94719555d53208b09054b3f06f06909f4a887 2,098 1.00/1.00 vMB 101
647,505 647,505 0000000000000000000a7cbe0f4af22161d32351425313e7a537d25851fd3053 2,340 1.00/1.00 vMB 103
647,504 647,504 00000000000000000002f811bd399b70988407868bd4e50ca443a3353dbe398b 2,882 1.00/1.00 vMB 80
647,503 647,503 000000000000000000060833d3c9d5fdbcbd2e010f966a206c60c5bf776aa14d 2,910 1.00/1.00 vMB 68
647,502 647,502 0000000000000000000e0698df81034ca623d688d4ad799f4ffed930765a95c9 2,815 1.00/1.00 vMB 98
647,501 647,501 000000000000000000006a90b864c3177c2d86464ea8ee64e9fe6b7ae74e7342 2,952 1.00/1.00 vMB 91
647,500 647,500 0000000000000000000457277b2dcc3cd9b9d4e3a764445dd65fd1391739d308 2,819 1.00/1.00 vMB 84
647,499 647,499 0000000000000000000cd773ba0b424b0a841a8d5d2f7ac8f1a07aa00447e83a 2,854 1.00/1.00 vMB 100
647,498 647,498 000000000000000000039c27c2f41028b74637f246d00c0f7b163d907427d7d6 3,123 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.94 GB
    • Received: 16.08 GB
  • Uptime:

Notes

  • 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.