Loading Tool

Explorer IconExplorer

Memory Pool

45,255 transactions
28.74 vMB
0.06722104 BTC
Random Selection Loading Transactions
Max Size: 153.01/200 MB

Candidate Block

Mining Attempt 6eea8e118d266514d76b73f50fe631ca500e60e49e9ea3c72b81397a79930427
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 3ea3b0944485e370e960f18d3fc6f619cfbd8ba2c56096b34fee4f8b2bf9ab0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,416
Size: 1.00 vMB
Total Fees: 0.01257930 BTC
Feerates: 301.60 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (606,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
308,640 308,640 000000000000000018f4705984f1fa1c4da9af457722d88e16a6de38fe4eaff1 96 0.05/1.00 vMB 12
308,639 308,639 00000000000000000f4f86482cbb360aea3eeb4bbdda441b26d57531216fcf1a 417 0.29/1.00 vMB 21
308,638 308,638 00000000000000001fa8387d649bc6133a6df30bc74a5f4829b00a4f5c40e845 897 0.54/1.00 vMB 29
308,637 308,637 0000000000000000280ad6db622daa67744aed52a4b78ffce85139a45faab442 524 0.33/1.00 vMB 27
308,636 308,636 000000000000000019eab15cb4488d360fadf7b2bd33052c5f342c89f530df53 991 0.65/1.00 vMB 26
308,635 308,635 0000000000000000235b5134863a2e4f6395ac8b5cb9476cedf1a7528988dc36 169 0.08/1.00 vMB 20
308,634 308,634 0000000000000000364713079b74cd86bef9f54aeff4e2eff2888d0a41abd3de 372 0.22/1.00 vMB 24
308,633 308,633 000000000000000020429224c6caa7d7ffd06b8c37f33d1e1c5e5ce8f2f8e7fd 875 0.55/1.00 vMB 23
308,632 308,632 00000000000000001c345915620e36ddf2ec5a33337bd535acbdc52e6df0e7ca 239 0.11/1.00 vMB 23
308,631 308,631 00000000000000002e4528b160d664e13ff5755a3f0db8e1ac2e79ccf545cb9b 388 0.38/1.00 vMB 22
308,630 308,630 00000000000000000e4fe3a9448b094d5565bda0dc3fc0cbdd00afe7fe090132 98 0.25/1.00 vMB 12
308,629 308,629 000000000000000026dccba48b70cc21902cad05812541a25c41b4a2934948d9 1,147 0.50/1.00 vMB 38
308,628 308,628 000000000000000035d9d8caed78d928eed6acb37549cd5c38471cbb8b28553b 1,466 0.75/1.00 vMB 33
308,627 308,627 00000000000000003e16e877770eb01096430f971a068035869761fa6eb599a2 860 0.54/1.00 vMB 25
308,626 308,626 00000000000000003ba545151c1d53bf79fe7d8c833bdd92aebd110454c6afd7 652 0.71/1.00 vMB 16
308,625 308,625 00000000000000000a4c0e38627bdd3b3a2081fa027c1f3d120e889337728ed5 1,468 0.50/1.00 vMB 53
308,624 308,624 00000000000000000e997f8a250cfea0c9eb2a5e6c00c271780856a040743aaf 1,269 0.75/1.00 vMB 29
308,623 308,623 00000000000000002e7eab4e08852936f6614eac42f6b87d87cf50b9bd114f96 1,198 0.75/1.00 vMB 27
308,622 308,622 000000000000000033b5b3025203bb236bb4da6a0727a5ce4ca45c389e1b5fec 389 0.26/1.00 vMB 28
308,621 308,621 00000000000000000c1b5e65139650add4544d633f29cb6896f13203e99de03b 689 0.56/1.00 vMB 22
308,620 308,620 00000000000000001cfbd6e0ab530f28e4a29c958b636b2c0d497210510afc1d 814 0.74/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.