Loading Tool

Explorer IconExplorer

Memory Pool

81,754 transactions
30.74 vMB
0.09853159 BTC
Random Selection Loading Transactions
Max Size: 187.73/200 MB

Candidate Block

Mining Attempt 1cc2edd6661f285ef3b641ce163d580d0c308d67c357adc09a3d8c0d5dde90f6
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 1cb164f2155c4a36e8bb88f6a0c4291207e3e7cba8c3ba77510acef8d76bebc1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02664167 BTC
Feerates: 301.60 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (4,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,128 911,128 0000000000000000000115e60a4272233a3254097ed8efb3232f176969842744 3,501 1.00/1.00 vMB 3
911,127 911,127 00000000000000000001f62125bab40d0399103d3fb81494b762d363a288bacf 3,641 1.00/1.00 vMB 4
911,126 911,126 000000000000000000009101f40650ecb06b62c999c21a0645fe31b423493c40 3,412 1.00/1.00 vMB 3
911,125 911,125 00000000000000000001a6633972dfbd8b9b6718f3d9d1ef3aa8a7865da14469 1,918 1.00/1.00 vMB 1
911,124 911,124 000000000000000000018f0358169b6c2cfd8aecf13ed77781bccd86ffdd12ea 1,569 1.00/1.00 vMB 1
911,123 911,123 00000000000000000000235fae1ff896f2b08c9fe3f0cb3f1a9386ebce2c9e28 2,628 1.00/1.00 vMB 4
911,122 911,122 0000000000000000000047e56d7700fd78ea1817168574a1772edcd64c8b647a 2,390 1.00/1.00 vMB 2
911,121 911,121 00000000000000000000863808652726b1cbfa4d7c3d33157adc91234f25702c 1,506 1.00/1.00 vMB 1
911,120 911,120 00000000000000000001d7e8a9df1ebfe42fdda7854b0ee411a66cf75c3ffd49 526 1.00/1.00 vMB 1
911,119 911,119 0000000000000000000202c4c09182c0874fc0e0ab61248ac25699d7e86d12da 2,460 1.00/1.00 vMB 2
911,118 911,118 00000000000000000001808021d17c9d51ab1d3863395f530127fb3e4aa9bb1b 1,858 1.00/1.00 vMB 1
911,117 911,117 00000000000000000000fcaed3d2b7f2d3f0cc662b9226ba1899411a6d746f1d 2,636 1.00/1.00 vMB 2
911,116 911,116 000000000000000000002e21cc20101d9af3fe1e074aecfd2f5ff30e3de9aa7f 3,590 1.00/1.00 vMB 1
911,115 911,115 0000000000000000000191e445a005fcd2df3f5efe1b55ed0380a2e8b4643e61 4,259 1.00/1.00 vMB 1
911,114 911,114 00000000000000000000e72cab436f21ad13ab099295f4be6ee8ca3f84818e5f 5,275 1.00/1.00 vMB 0
911,113 911,113 00000000000000000000c30153c5241d3eac5931a9800ba71ab97b5ce3bf5776 1,987 0.58/1.00 vMB 2
911,112 911,112 000000000000000000017963f919a1cd745101b25e9159d555fb6827881021a4 4,099 1.00/1.00 vMB 0
911,111 911,111 00000000000000000000e0050113f60a441474fd8b0beccd1cf588538afebf9a 4,592 1.00/1.00 vMB 0
911,110 911,110 0000000000000000000164e6b8e2302fab7d5a7c43acb4de63d2ed17db3cc64b 4,569 1.00/1.00 vMB 1
911,109 911,109 00000000000000000000efe9958ecb8497fa810ba499d8df0bffb187f2011323 3,669 1.00/1.00 vMB 0
911,108 911,108 00000000000000000001d3e145c5e489618ba1ae9ef4bebb5d884495aaab49c4 3,938 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.