Loading Tool

Explorer IconExplorer

Memory Pool

85,645 transactions
31.94 vMB
0.20908569 BTC
Random Selection Loading Transactions
Max Size: 191.00/200 MB

Candidate Block

Mining Attempt 4b61f5a5c18e4abeab07087b172320d1ec838fb92d0b49d31de798fe6e0bec27
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 94b0bbcc5b0f46dcf0bba853693e24b1c8ae4770a776de04580f3c1062fa1916
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.09456735 BTC
Feerates: 529.10 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (111,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,781 803,781 00000000000000000002bcc9452874898c36a041b10dbb789753ec32521fea7a 3,048 1.00/1.00 vMB 19
803,780 803,780 00000000000000000004d60487c31425a29c7c86d9341366f1886015a1757600 3,095 1.00/1.00 vMB 21
803,779 803,779 000000000000000000023f55106df1ef78aa2c0b3287f83462ded1ff41ce6982 2,957 1.00/1.00 vMB 45
803,778 803,778 00000000000000000002e93f4bd65a4c77bf41300e5f2e38f8dfb58a3f21993e 1,390 1.00/1.00 vMB 15
803,777 803,777 00000000000000000000ef30f5c3387a805f5660a0ba534f70718d3a2df16cd8 2,781 1.00/1.00 vMB 32
803,776 803,776 00000000000000000001910a8899709886f307a13229a1fcae9fa070a8954ca5 6,448 1.00/1.00 vMB 9
803,775 803,775 00000000000000000002b04ad3b5b61f608e16f5563b2f989405f91e908e0d25 5,488 1.00/1.00 vMB 8
803,774 803,774 000000000000000000002a554b3577d1997c3d7b437c60adec4cdd65208066ca 3,335 1.00/1.00 vMB 19
803,773 803,773 00000000000000000004d5221cdae4d88832c60f32096c7aa00f8634965666e3 3,112 1.00/1.00 vMB 6
803,772 803,772 0000000000000000000126035e2dfd28a9aa81912275f0d06f9698e936ff41ba 3,071 1.00/1.00 vMB 16
803,771 803,771 00000000000000000003e4d82c99ca276268f1b07b503d25c59472c23b0deb66 2,670 1.00/1.00 vMB 14
803,770 803,770 000000000000000000054f46c94a9cc6113382ac384ca0db2bcf29a0e0714412 2,941 1.00/1.00 vMB 21
803,769 803,769 000000000000000000020eec5d58f7097abe892421d0fd15d4939d93fb844f71 3,499 1.00/1.00 vMB 13
803,768 803,768 00000000000000000002d57bc75e5020e7d0f40b7eb1440a537c5b7aaaa24762 3,294 1.00/1.00 vMB 10
803,767 803,767 00000000000000000003f78a45e7c837e062cabc1814d8cafb097d620b5e0076 2,140 1.00/1.00 vMB 11
803,766 803,766 00000000000000000002d116bb89549495e9a72381c177c7c088f7f093cbcef2 3,247 1.00/1.00 vMB 21
803,765 803,765 0000000000000000000310679b56a99bc107ab2bbc88939b422c3d31d64e0468 2,128 1.00/1.00 vMB 9
803,764 803,764 00000000000000000001499e87a7a4e9a11e9ca929fb7d2db30d466856becdc9 2,424 1.00/1.00 vMB 16
803,763 803,763 00000000000000000003024db264680c7179e275326a5355b9aab8d20d12ff3d 2,113 1.00/1.00 vMB 16
803,762 803,762 000000000000000000001ec4250d38f3ac09dec78b900c41e126fe9a69ebb31c 3,446 1.00/1.00 vMB 25
803,761 803,761 000000000000000000043f9c6cd2c7d0394570076599d68b97ed574977b5a2b4 3,425 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.