Loading Tool

Explorer IconExplorer

Memory Pool

82,132 transactions
30.50 vMB
0.13235844 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 7985c5dd8f1241ec48f40331335fa01f20e848ff55f4db6f5bbea81243c28d5b
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root eb7755fefeb8db8a4cf9288616f349e8c7ff0f57d9ea861d2f1f9526b7017e00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,497
Size: 1.00 vMB
Total Fees: 0.06924670 BTC
Feerates: 203.60 > 6.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (320,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,011 594,011 0000000000000000000933d70117bcc7a039c6f1da6844a8e4893a0ecc9f51a2 3,092 1.00/1.00 vMB 39
594,010 594,010 000000000000000000039ce42d0a21936d83f8ce1f5b4ad0a74993b84ecb0136 2,679 1.00/1.00 vMB 28
594,009 594,009 00000000000000000007ac5899998176135e1630657c3dd2dcf3627472ac49c6 2,138 1.00/1.00 vMB 24
594,008 594,008 000000000000000000081c0440b256a7030c6ce99c583eadecef2ab30d319a8e 1,768 1.00/1.00 vMB 18
594,007 594,007 00000000000000000002f4877917a422a3d39871353cda63c67f0a6932ea92fc 2,935 1.00/1.00 vMB 28
594,006 594,006 000000000000000000113750255d7ba09066224caca7c36a564302dbc32a1834 2,609 1.00/1.00 vMB 33
594,005 594,005 0000000000000000001088de93437040aabd17df2b9ee3835dfe784f81f67e01 2,323 1.00/1.00 vMB 25
594,004 594,004 0000000000000000000f1f2d087aae3bc35c7bd44c96d508dceafad111a86fd7 1,511 1.00/1.00 vMB 56
594,003 594,003 0000000000000000000ba3e9ce9fbc207fd5f83fd513f5804b1b376856233df2 1,234 1.00/1.00 vMB 80
594,002 594,002 000000000000000000199e5b821faf3dcdd14054844e29abdb4b72af30d20b73 2,842 1.00/1.00 vMB 17
594,001 594,001 000000000000000000019795dd2928c1955c30b04a31093fc3070478de360ca6 2,669 1.00/1.00 vMB 18
594,000 594,000 000000000000000000180141fd29cbbe4aa40ea33e95752e3f1be6385184e430 3,025 1.00/1.00 vMB 37
593,999 593,999 000000000000000000015243bd421cdd06b340a831d07b251cbea8864922d97e 2,818 1.00/1.00 vMB 36
593,998 593,998 000000000000000000033ac1578982e92fc3181b7eeeed2f5c5eead55cf315d5 3,095 1.00/1.00 vMB 24
593,997 593,997 0000000000000000000e3a459db1a416338a5f56f556dbc408972f27a5cabf0c 2,889 1.00/1.00 vMB 30
593,996 593,996 000000000000000000047ee5cd1ab4ca9a5f71e7db2ce7abac56ff15e587cf6f 3,038 1.00/1.00 vMB 66
593,995 593,995 000000000000000000196591929f7ca593e21ab6f57cf6f4d157858ef203ef81 3,133 1.00/1.00 vMB 38
593,994 593,994 00000000000000000018db08f4a2ef9fbdd2e0c42bd7a42cd0f786925f512669 3,022 1.00/1.00 vMB 36
593,993 593,993 00000000000000000007486af9515f9802eaad206edb9fff13ec253e4251b1dd 2,715 1.00/1.00 vMB 29
593,992 593,992 00000000000000000004c7453a1af6f78b9d6a5d7e7c5c80679a4eccde5258ee 2,983 1.00/1.00 vMB 50
593,991 593,991 00000000000000000019c67969818b3e3d8509fdd4deb3b81b725f2d5931f220 2,275 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.