Loading Tool

Explorer IconExplorer

Memory Pool

17,404 transactions
8.03 vMB
0.03287855 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.94/200 MB

Candidate Block

Mining Attempt 1055489c4790854f593b440b24ffba29940fe1ee6136c50598524ff2f08abe7f
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root cc7c4d321d6b5d7cacf5bbb261e26a226921b8b6af3b48f45ea0de9f5a314f4a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.01616195 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (748,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,751 164,751 00000000000004b598ef2027040ae39560a7465aaac8fe88a3fd2e60dd7a560c 69 0.03 vMB 277
164,750 164,750 00000000000002a4a853faa1e5b25bbb398df72458ac10e0f045430c9d591772 64 0.05 vMB 106
164,749 164,749 00000000000003712636e57bef57ce4614846c71a81f7cfd2a0262e6414bb0f9 54 0.01 vMB 6
164,748 164,748 0000000000000ca98875c3e677aeaba617d7c0f39bf02884198a7f5d0de00189 85 0.03 vMB 42
164,747 164,747 00000000000008c02d7ed1aeb459e4d2f7744be6166be476c6b79619e96c0d26 85 0.14 vMB 341
164,746 164,746 000000000000087bc8c6a6726be20317d7ad9b0ec9d8c38b7da306bf3ee476bd 94 0.05 vMB 108
164,745 164,745 00000000000005ec8cb09c99254fe37ac6d20b9d5bca1eca2f7b2fd0c277f742 38 0.02 vMB 45
164,744 164,744 000000000000081aaba8016b9e73b7ccc466cc669865fe63c09ec1790db82824 75 0.03 vMB 40
164,743 164,743 00000000000006f86145949b7b5fd13570db591d061ecc66dc78c41749dd1130 10 0.00 vMB 86
164,742 164,742 00000000000007e4a096ea0e456ba90ea6bbd10f5c298b01df3289e7959bdf53 14 0.00 vMB 65
164,741 164,741 0000000000000bd2132956fd756be394fbbca671c83f01ee4c405ee60ca49d90 9 0.00 vMB 556
164,740 164,740 0000000000000bee736a58c4d14879c069945a4aad26e99ccad98c857d154918 30 0.02 vMB 64
164,739 164,739 00000000000004045d31e755495bb8ea3d9e28b6a6097afa9024a03885731c9f 24 0.01 vMB 246
164,738 164,738 000000000000003a6acd47fd78cedbe077863682c7a16c36485e478f6ef7860e 7 0.00 vMB 475
164,737 164,737 000000000000083a3b501bc600b3970a918a46ce79412fc1bc6ea946b4c6367e 103 0.03 vMB 1
164,736 164,736 00000000000003e23fc7c8e7953d1833e65a3bbad28157242d867ad240c80e1a 42 0.05 vMB 53
164,735 164,735 000000000000036c0efe653aba5da3452bc656ecc74f4bd38d35151f5d57408c 129 0.05 vMB 106
164,734 164,734 0000000000000862a1da53ce61c7f38642f988a7b29d86be50a211f1f83258e0 44 0.05 vMB 58
164,733 164,733 0000000000000355a00378c41787574119a6e8d3346ecfc217a90d2ffe9eef20 5 0.00 vMB 194
164,732 164,732 000000000000041d8a58674baf0334c2863e2b4cebeee00facbc9554e6effc14 9 0.00 vMB 0
164,731 164,731 0000000000000c166f1969dc69fe2ff879f0f05467718135dbf893e8e8dad5bb 82 0.03 vMB 99
Previous 10 blocks ↓
Total Size: 779.56 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: 267.49 GB
    • Received: 1.03 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.