Loading Tool

Explorer IconExplorer

Memory Pool

45,130 transactions
28.34 vMB
0.17050774 BTC
Random Selection Loading Transactions
Max Size: 147.68/200 MB

Candidate Block

Mining Attempt 6b7b8a6eb823af2f687b67b2e32e78394473144150f46c97ffbe2004da3c7c00
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root e3520927231968f92678c288c63de0cfc5005a43fdba5ba92e64a4255ff8a357
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.06006643 BTC
Feerates: 151.12 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (426,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,595 488,595 0000000000000000008ec98436b6e21e57942171d359f9aa2dafde56f9abca2e 786 0.37/1.00 vMB 95
488,594 488,594 0000000000000000001cb8c0503da069b9a64d66547f7d49fc006155d6bd2b31 2,076 0.97/1.00 vMB 36
488,593 488,593 0000000000000000007df3610e1759ea94bb5430ae6a13301f38fff3e781a1f4 1,918 1.00/1.00 vMB 28
488,592 488,592 000000000000000000607d3cefabc4f7a572df6c6e13bab38baa1ccf1b1789cb 2,099 1.00/1.00 vMB 97
488,591 488,591 000000000000000000f7b5f86fcf9231f47783323104bb3bebb30b4baab98ea4 1,693 0.98/1.00 vMB 161
488,590 488,590 000000000000000000a2c2a0c00ebab923499cac87ac37854413336a8d5cd963 2,117 1.00/1.00 vMB 156
488,589 488,589 0000000000000000004fc8f587a0991cd312142dd4a1247855c0e95217677d1d 1,893 0.97/1.00 vMB 110
488,588 488,588 0000000000000000008ad85fe20ac2ce457a0f5dd5732f481a2c2d6d62dd14c4 2,351 0.95/1.00 vMB 30
488,587 488,587 000000000000000000f6fc0135748b7d70b2e01fba506f976133f79608c41aef 2,064 0.97/1.00 vMB 116
488,586 488,586 00000000000000000046be652aec62f0ba8f972dcd201b0916e1ebc279c900b8 1,963 1.00/1.00 vMB 107
488,585 488,585 00000000000000000084d11eb082828215c45795a67d94013aba11892c5c9e81 1,815 0.98/1.00 vMB 157
488,584 488,584 000000000000000000c91ef1d6530ec82952850f2403f0416b36107d4f8dc2d9 2,021 0.99/1.00 vMB 175
488,583 488,583 000000000000000000323d95d80f99ec30a933e08eaab10f6e6d60fef1f73ff8 2,368 1.00/1.00 vMB 168
488,582 488,582 000000000000000000531409856d12ee93f4a1997919e115e0c4387d9693feb2 567 0.20/1.00 vMB 110
488,581 488,581 00000000000000000072b4a89f7ff8b6f0adec9b343ada10da58ba279650a1e4 1,852 0.67/1.00 vMB 111
488,580 488,580 000000000000000000bc45144c534998af1dc3545814c2d752a6f01ecfeac5af 1,749 0.79/1.00 vMB 113
488,579 488,579 000000000000000000ed4fa90379fe311da240398323e7e7f476cdc8663c5e79 2,091 0.86/1.00 vMB 31
488,578 488,578 00000000000000000021dca13e7eae35eb760cc03ab08e1b3a5a30e0e5792428 2,442 0.97/1.00 vMB 146
488,577 488,577 000000000000000000b3371b2fe3cbaa102755bbc203430ae531ffd7304c006e 2,277 0.94/1.00 vMB 39
488,576 488,576 000000000000000000df8a153e566a7e8bb1eaa28de389991c60576e86ef2700 838 1.00/1.00 vMB 32
488,575 488,575 0000000000000000004b55b2ef631e61ee9641f992a410bc4e2e1b3ccac4da15 2,528 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 781.87 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: 643.30 GB
    • Received: 12.59 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.