Loading Tool

Explorer IconExplorer

Memory Pool

44,054 transactions
30.30 vMB
0.10099252 BTC
Random Selection Loading Transactions
Max Size: 154.93/200 MB

Candidate Block

Mining Attempt 780b231da9b0acd6a6f6097074f40dab49b49a9145ccf4a70aa611c6e73025a2
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 78ec2d2750b3e74e91bdc755afb30cfb0ed69ba5bec421c2b5afed5b2c7ff03f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,285
Size: 1.00 vMB
Total Fees: 0.03917285 BTC
Feerates: 101.65 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (807,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,245 107,245 0000000000007dcc719861e39a1646e0a4e9535c9d701601f11c08a8ad8189fd 4 0.00/1.00 vMB 0
107,244 107,244 00000000000071b684fa1dfd6ec1cce2b985800e4d08ddcb8b2990c5b6640e7e 12 0.00/1.00 vMB 0
107,243 107,243 0000000000011377f2993920bbc3bf7dd0871dee741c2c1a25f815d95de62838 1 0.00/1.00 vMB 0
107,242 107,242 000000000002195937e3ca1996ca714ab732976a8cebc8c43d2e38500a0248d1 2 0.00/1.00 vMB 0
107,241 107,241 0000000000020c011d2b5405585a8c473d750a2bf073ed4a5a5862e861f543cb 1 0.00/1.00 vMB 0
107,240 107,240 0000000000001f3d46804b7c518523405d75e39241060f6cfb53c55f769968d4 8 0.00/1.00 vMB 0
107,239 107,239 00000000000208b618adc3b083bdb3f288b5532f385bffddd7afdb7d8ad14a47 5 0.00/1.00 vMB 0
107,238 107,238 0000000000009e6a0920de7aa6d78ebfab183ee1845974244e9ba000ff7b271e 12 0.00/1.00 vMB 334
107,237 107,237 000000000000fe6bf07cc2e0814dc7f3c759b1dc8c280e9895196a983a3a9dd3 9 0.00/1.00 vMB 0
107,236 107,236 000000000000b5d021095a4e445419769e6151283d0b484edfee1105ab2091f5 6 0.00/1.00 vMB 315
107,235 107,235 000000000000e57e7fdc96e72231986f67fffb237b0d1cc24a43d4dfcd66fe97 28 0.01/1.00 vMB 0
107,234 107,234 0000000000027a38933bfc613f5a260c78704c2ec47ecdca6e79fcd506e237a0 8 0.00/1.00 vMB 0
107,233 107,233 0000000000007290b57f60f8c1c4aca397171f8f7d58b6371a4d794b227c6354 10 0.00/1.00 vMB 0
107,232 107,232 0000000000018426ab40154c69178700b6030b956e035e20abfacff3de30b9f7 31 0.01/1.00 vMB 0
107,231 107,231 0000000000005825a36fea99c89507097c69165e3440cc7118d2131b153e325d 5 0.00/1.00 vMB 0
107,230 107,230 00000000000264216b3fe455ce1993b16c77c13f8b824e36b25dda3363d163e1 2 0.00/1.00 vMB 0
107,229 107,229 00000000000004e4a214ec12b3d05fa74482ae7938c549730f399935e212496e 8 0.00/1.00 vMB 0
107,228 107,228 000000000001747980931394d142cde837ba23e31bb6115365a33ffaf53155be 45 0.01/1.00 vMB 0
107,227 107,227 000000000001ea52d884938563de729c4a9ae37df2248a994cb48612e36bbbce 11 0.00/1.00 vMB 0
107,226 107,226 0000000000024afb4d6a4fe5ae2cbc1e1d7e0d9afc7ea04417b16e375a466fcc 12 0.00/1.00 vMB 0
107,225 107,225 0000000000003c94e72b0fdefd661e07d617ad9faa16e61075e5913fd9308ec5 18 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.65 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: 626.64 GB
    • Received: 11.69 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.