Loading Tool

Explorer IconExplorer

Memory Pool

42,211 transactions
30.77 vMB
0.07490989 BTC
Random Selection Loading Transactions
Max Size: 156.26/200 MB

Candidate Block

Mining Attempt 8b1c3cf07015af3c0d2b0cd78d86e50d3bac2275b80c4ce0d8cf303e8b9fb1d0
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 9dcf0b6550514972d3c71cc7680c3d655713a6d600b47dc1cac0474070e1d011
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,278
Size: 1.00 vMB
Total Fees: 0.01303668 BTC
Feerates: 73.20 > 1.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,278 914,278 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251 5,310 1.00/1.00 vMB 0
914,277 914,277 000000000000000000000016bb1e9d18d2507026e47a13080b7a7d12448452c1 1,431 1.00/1.00 vMB 1
914,276 914,276 000000000000000000007d163274242aeed7a0b144d7e154cce92b53786e5bdb 3,751 1.00/1.00 vMB 3
914,275 914,275 00000000000000000000cb9b5dd713c6ac6446f2b0ff5434c3ca87ddbe677324 3,946 1.00/1.00 vMB 2
914,274 914,274 00000000000000000001e4e6721df60f857b54ed8c81e2a7006ad767a3e13c7b 3,240 1.00/1.00 vMB 3
914,273 914,273 000000000000000000015ea6a4cc701494ace36b9609ae717c7e245eb6153134 3,701 1.00/1.00 vMB 7
914,272 914,272 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa 3,460 1.00/1.00 vMB 3
914,271 914,271 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261 3,804 1.00/1.00 vMB 4
914,270 914,270 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd 4,432 1.00/1.00 vMB 3
914,269 914,269 00000000000000000000b56768eaf3d7c02d7613ba355f085b5f68df3840002d 3,372 1.00/1.00 vMB 3
914,268 914,268 00000000000000000001a5aff3d7fc530369acfa5105de5da74228db12577014 3,843 1.00/1.00 vMB 9
914,267 914,267 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4 6,821 1.00/1.00 vMB 0
914,266 914,266 0000000000000000000082b3b4b8622f403d01a8032343e6e0d2dc191672410b 6,325 1.00/1.00 vMB 0
914,265 914,265 000000000000000000013f119a4de9f0b3d286cdfaf398ba995203b0880e929f 6,379 1.00/1.00 vMB 0
914,264 914,264 000000000000000000001428120a75dbf31748b5b51f13bddf9cb37613e1970f 3,564 1.00/1.00 vMB 1
914,263 914,263 0000000000000000000123917c1c24e68a0a0bea8122dbb8edfa0019bd0ffd84 1,961 1.00/1.00 vMB 3
914,262 914,262 0000000000000000000070ee9b239bd53cde87f82b5deb85b7ef7ca93cf67ea6 3,818 1.00/1.00 vMB 3
914,261 914,261 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c 3,469 1.00/1.00 vMB 5
914,260 914,260 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c 4,480 1.00/1.00 vMB 4
914,259 914,259 0000000000000000000157a8c8e1353dd302dd73eb8610f040445cef37457e83 490 0.13/1.00 vMB 2
914,258 914,258 00000000000000000001efc6ef29afb06af1d34a1a418adad7d70a52f0b7c848 4,674 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 606.15 GB
    • Received: 10.60 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.