Loading Tool

Explorer IconExplorer

Memory Pool

85,351 transactions
33.06 vMB
0.16022179 BTC
Random Selection Loading Transactions
Max Size: 196.87/200 MB

Candidate Block

Mining Attempt 73e9a373354a84618266e8da05973175d808948c67527040d2732ef92d615249
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d1fe6d9c9bb464677d9d1939ecb29c0971f0242dff75b3f9d5dc93c7f4e15f78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.04942211 BTC
Feerates: 318.30 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (527,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,167 388,167 00000000000000000928afbc14dfecf14651a5025cfc366de84f832f4e8b694b 867 0.28/1.00 vMB 43
388,166 388,166 000000000000000005de239ca0d781cc9e78add7c48e94e2264223aa31fc6256 1,251 0.50/1.00 vMB 41
388,165 388,165 000000000000000002b9b97552edd3fbd0fc54e1673000b7f81c89303fa8d9c6 628 0.33/1.00 vMB 29
388,164 388,164 0000000000000000023dccaf1fd2f60f2b8eed3bb8bf27af1844a22bb2d9d871 1,406 1.00/1.00 vMB 25
388,163 388,163 00000000000000000232b48b181207b2261d86b2c470c9316ac264cf50580f9a 787 0.92/1.00 vMB 18
388,162 388,162 00000000000000000d909e02b7c1f3b4a3d5cb851390ed2031de95b8303f1a08 1,879 0.67/1.00 vMB 45
388,161 388,161 0000000000000000061d663df247c1bff39860e1fe1e2356d0002e53c21de414 1 0.00/1.00 vMB 0
388,160 388,160 00000000000000000daa7868a981943aac7d3911bafbd552b7049ff13b5a87f1 963 0.32/1.00 vMB 46
388,159 388,159 000000000000000005c8544f95f23f71530f1e6dbd3c8ddae9c3e3acc75e9013 2,055 1.00/1.00 vMB 32
388,158 388,158 000000000000000003c0aeae4237612d4e8a0dc8400492dd3f5c7dcf25786680 1,404 1.00/1.00 vMB 22
388,157 388,157 000000000000000008c8a62550276aeb52851acd3b212db2a8ad6b8df6056b03 1,293 1.00/1.00 vMB 22
388,156 388,156 000000000000000005c5ebeda4392dc4d6f6cb2f52f02c7a1d691d06eff43a00 2 0.00/1.00 vMB 0
388,155 388,155 00000000000000000456178cb48e31de4c97ec2982f8bd6680c0b6d66b09f926 902 0.34/1.00 vMB 42
388,154 388,154 00000000000000000d4400bc9ac277562f3dfa688620df39e897bd7397f8f480 1,553 0.92/1.00 vMB 26
388,153 388,153 00000000000000000a052fe691057f8d51dd0ae49942dee4598432fa3ee5ef72 3,033 0.95/1.00 vMB 53
388,152 388,152 0000000000000000046b06976b8a745362166e712e48322c1e1d5a32ae61981e 1,125 1.00/1.00 vMB 20
388,151 388,151 0000000000000000054ba679e346022bb4be188245048c62edb8c6b063eb4b1d 2,110 1.00/1.00 vMB 30
388,150 388,150 0000000000000000036e93f687c75ebd41383c414432b09a4740a4612a7d2671 2,563 0.75/1.00 vMB 55
388,149 388,149 00000000000000000a7852337b172534f069839fe041f53905616eadb90c36ca 691 0.27/1.00 vMB 35
388,148 388,148 000000000000000003eaf10828e15c2d6b17ba15735c7e2822bfdcb294e1407d 838 0.75/1.00 vMB 16
388,147 388,147 00000000000000000258d62f91306c1ae03ea245b8fb5d286cf00826a9aa1688 1,540 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.