Loading Tool

Explorer IconExplorer

Memory Pool

86,387 transactions
31.74 vMB
0.10626671 BTC
Random Selection Loading Transactions
Max Size: 194.45/200 MB

Candidate Block

Mining Attempt e11a5838dd437df567f37256e2410ce2de48c96b4cb091d56cbe3e342b41ceb5
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root c47604a9e1e894096d65b39efb49e8e9577d17c954f3e26a76dad669354120ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,916
Size: 1.00 vMB
Total Fees: 0.02637793 BTC
Feerates: 1,236.26 > 2.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (763,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,635 151,635 0000000000000b5cd35f45419d6136804bf4ee836c1b59009696d7f35322d50f 21 0.01/1.00 vMB 274
151,634 151,634 00000000000003482fbed5010312fc969a02364ebbf2b6b14b6e36d3ed193e6b 2 0.00/1.00 vMB 0
151,633 151,633 00000000000006c825df67c8bd7afe0bc802d34a75e100894246e1cbb7f68ed4 11 0.01/1.00 vMB 48
151,632 151,632 00000000000003b24fd5f9883caf6e8edb4f467aadb532c208043578ad860b82 2 0.00/1.00 vMB 3,875
151,631 151,631 00000000000003678e7177965b4bbbade80cbc118354824a54ed2a6a1729d224 110 0.03/1.00 vMB 61
151,630 151,630 0000000000000bfc1b7c976df06436b19bdfbdf38b06c4a1348ea947eb73d64e 12 0.00/1.00 vMB 319
151,629 151,629 00000000000007037696380b422d151b1f8ca8151c6c79a4486229e4d4257ded 123 0.04/1.00 vMB 43
151,628 151,628 0000000000000591416557b90feefb81c2e93f39ed7539ac6e0f855fe8b3f115 74 0.03/1.00 vMB 146
151,627 151,627 0000000000000a21960c6898895591ebecce5fd54966143fd95aa4001c508349 36 0.02/1.00 vMB 296
151,626 151,626 00000000000008e07ca9479bbea4a2a903a29c7340386a8e458f1b46cb2bf1d8 17 0.01/1.00 vMB 68
151,625 151,625 000000000000096f3dddc49296d2b3a49ca4ebb4e6ef9618762073ab90d7135d 36 0.01/1.00 vMB 8
151,624 151,624 0000000000000d812193ca096f4ee20241f615f553dfd0423d117f6a6b056765 33 0.01/1.00 vMB 310
151,623 151,623 00000000000000b8dcb2106e038b561b378c465cc4c2f3b3d914440bbd215278 113 0.05/1.00 vMB 103
151,622 151,622 00000000000009edf1ff04fc00759eafd36fbe7f912651a064e1de2cf49dbf08 52 0.02/1.00 vMB 84
151,621 151,621 00000000000006b4c1b481e1c86aad61d524e344e3e4d46c5b4b994e2d2b3c8d 18 0.05/1.00 vMB 133
151,620 151,620 0000000000000391c36f8daba31e1112a88bc3466f76a19396c4bb73ba551846 132 0.05/1.00 vMB 83
151,619 151,619 000000000000009d02ad6ebcd16de3f6f4c420ae380737b6d00fc1db33c5c9c1 13 0.00/1.00 vMB 78
151,618 151,618 00000000000006da3ebbe2d125e317e654ee68ef412e12a8628672c6d52a855a 54 0.04/1.00 vMB 464
151,617 151,617 00000000000008fef14d770945b592b045c34ee15714ae35d36cf12fa3ad2fad 11 0.00/1.00 vMB 560
151,616 151,616 00000000000008f43d381ba653e209d6f8a2f69c5ab57ce60c4fcb94e5f75c9d 65 0.02/1.00 vMB 86
151,615 151,615 00000000000007dbfef706088a24b32169ee0ec8ab40495c56d0f86c7f3a6977 14 0.01/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.