Loading Tool

Explorer IconExplorer

Memory Pool

42,471 transactions
26.72 vMB
0.05407873 BTC
Random Selection Loading Transactions
Max Size: 140.46/200 MB

Candidate Block

Mining Attempt cac1158f00b9589c07ee167bb8905031723d0ea36ac3e2d657d7a1d69bca2453
Version 20000000
Previous Block 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb
Merkle Root 070f9a973aaa471556781cd5c616f8b76b1d068da5ccfa2cf5844ae5b2c9b0fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.00467682 BTC
Feerates: 40.21 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,919 (261,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,044 653,044 00000000000000000002ad7b8bd69a30c1a50d2aabbc5f29a7ac3cb472cc9a3e 2,807 1.00/1.00 vMB 68
653,043 653,043 000000000000000000053c323b95cbe530f16a1ff38a0b2b136035ac20367b4a 2,835 1.00/1.00 vMB 40
653,042 653,042 000000000000000000002579f85ed1266e96980f3a892469a5c3f2af9d7b4e91 2,503 1.00/1.00 vMB 56
653,041 653,041 000000000000000000034211b25a678ea3ee227f133e9b2b8a34d966926604d4 3,098 1.00/1.00 vMB 88
653,040 653,040 000000000000000000068d5d9f8c4284be02c8fad692d214fd27ff212dfd31c0 2,035 1.00/1.00 vMB 69
653,039 653,039 00000000000000000002079c92a5e050d14ea8bce24f8c519583a78b902931cc 2,792 1.00/1.00 vMB 31
653,038 653,038 0000000000000000000514cdbb90b4c8550adbe93d5670e9d71493527c5b712f 2,764 1.00/1.00 vMB 35
653,037 653,037 0000000000000000000a8f7076692280890d2822f6cd00b145f485e3d3b69fa1 2,800 1.00/1.00 vMB 70
653,036 653,036 0000000000000000000b454ba3d58efa6dc6305ac30580122aa3579142370a2a 2,768 1.00/1.00 vMB 32
653,035 653,035 0000000000000000000cb2c834193dfcf175509dd53e459786e1db928681345f 2,892 1.00/1.00 vMB 36
653,034 653,034 0000000000000000000230806741ea2d78ad004ff4fbffb0f9118379c8c996da 3,165 1.00/1.00 vMB 38
653,033 653,033 00000000000000000003da595c5ff571080d267e507c251040d08b4a2b845d94 2,640 1.00/1.00 vMB 77
653,032 653,032 000000000000000000012d70ac7bbe4062354456b7bd60751b8f51884838c092 2,871 1.00/1.00 vMB 53
653,031 653,031 00000000000000000005b5f974ff18062f737098fe0760b4c7fec6e14bbb1d74 2,716 1.00/1.00 vMB 86
653,030 653,030 0000000000000000000085db02025979c2b98aad54d85f70b63f0605abe99935 2,725 1.00/1.00 vMB 59
653,029 653,029 00000000000000000004a9ae71b5f6b76434447e87c831a8c521a4b8d989859c 1,890 1.00/1.00 vMB 63
653,028 653,028 00000000000000000000a159242f59a1ef7342c6aaae46efe8ddaa8712ab1274 2,978 1.00/1.00 vMB 84
653,027 653,027 00000000000000000006197469d0f9c33af1da2bda45f12f57338791e4280431 2,701 1.00/1.00 vMB 63
653,026 653,026 0000000000000000000652b32c2550c3c521a2e13641b704f58f54dcbfb5ebac 2,316 1.00/1.00 vMB 22
653,025 653,025 0000000000000000000006cf6aa7381853e4e5cf9c88e02d1f7504072c9a068c 2,718 1.00/1.00 vMB 49
653,024 653,024 000000000000000000051b3a0aab32a353c4c34cb94eacf3e9d46c8b5176efcc 2,602 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.24 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: 655.26 GB
    • Received: 14.28 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.