Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.17 vMB
0.10957480 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt 528f9ef326174cf90eedcad2e7f599fe65a86ed6ba49d6df87346b9a3f2b6b69
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 9733dd990c52c96d553c5a540ba4e755cc187e80e166e2f7be28ea2a49951193
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.03754729 BTC
Feerates: 198.58 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (23,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,829 891,829 0000000000000000000041d495711cb3ad330254f80c94050435484e3c1b7d10 151 1.00/1.00 vMB 1
891,828 891,828 00000000000000000001dca53db6cbda675a45dfb4934e2b10935df21685af4d 3,114 1.00/1.00 vMB 3
891,827 891,827 00000000000000000000e20ab0244ffea1455df0b5e4fd419d2d97391c5d9203 3,564 1.00/1.00 vMB 6
891,826 891,826 00000000000000000000ff159d0fb61bba793ccac0e1ed02afe7616c83ba9401 1,375 1.00/1.00 vMB 3
891,825 891,825 00000000000000000001d6e84c4dcdfeb75be0f18d4d32ac09a68b75e187c85c 340 1.00/1.00 vMB 1
891,824 891,824 000000000000000000020f98450f3cd4f20f49816a8a410a303a5588758e6f2b 1,314 1.00/1.00 vMB 2
891,823 891,823 000000000000000000010f874aa8b4da2596debb334b558a16bcf60363b243b3 2,122 1.00/1.00 vMB 3
891,822 891,822 00000000000000000001a4e03af4c4a1c38a9559d8a6bcdc5b199f6e35c85e8e 3,168 1.00/1.00 vMB 5
891,821 891,821 0000000000000000000011b8ec82a9975d8bf14303161bde1c09f54cf671d5bc 4,462 1.00/1.00 vMB 4
891,820 891,820 000000000000000000021ca67835604bc9fd6fe60ab1102e5577602b366260a7 3,836 1.00/1.00 vMB 7
891,819 891,819 000000000000000000013e305167f8909cc5eed2d26e27ba095a0250538a1f0c 3,812 1.00/1.00 vMB 13
891,818 891,818 00000000000000000000e31b9df0080146caa3d70fef82c78a287143fbe4c753 533 1.00/1.00 vMB 1
891,817 891,817 00000000000000000000a49cd8b88455dcf5eeeb94159ac62be3525fe5a2b349 1,671 1.00/1.00 vMB 1
891,816 891,816 000000000000000000022976e05533bb1d0f59624f5f7b6bf32f88d3ca3cd759 2,449 1.00/1.00 vMB 3
891,815 891,815 00000000000000000002498dabe0dd13dd7d3a4d3f52b8b34e46e433213cd982 3,927 1.00/1.00 vMB 3
891,814 891,814 00000000000000000001bd309f687a2045d29ea99f595a697615c066ca560064 2,361 1.00/1.00 vMB 5
891,813 891,813 0000000000000000000147f03c4eec9f5d33b43c467cff46586402347dea99e0 4,011 1.00/1.00 vMB 4
891,812 891,812 0000000000000000000160fc6b7891923ad8e4c5e16e49f362d0c4a064494bba 3,564 1.00/1.00 vMB 8
891,811 891,811 000000000000000000005a64ff248db4e095e1cccd5399feb12dcdcb3e086fa2 3,920 1.00/1.00 vMB 6
891,810 891,810 0000000000000000000017c20935adf1173f6a27dcee01617e6c6cccff4d3a9d 3,426 1.00/1.00 vMB 4
891,809 891,809 0000000000000000000223fe4a4b793c92b1cc32832610d706feca3698d57de0 3,429 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.86 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: 712.92 GB
    • Received: 17.25 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.