Loading Tool

Explorer IconExplorer

Memory Pool

80,173 transactions
29.62 vMB
0.06756462 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt f9868fab9323976d67e98eb2c6bd43c7565f289ccb5567cc5ce9339a61a7c7d5
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a2a1bf51d7c4e08b862b4dae50d15aff57bf4b8aa5d244af821d28212f0feedf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,350
Size: 1.00 vMB
Total Fees: 0.00716044 BTC
Feerates: 73.20 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (99,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,810 815,810 000000000000000000032860c6877dd9cd5e6b75b2bdf077dee7b89666898f7f 4,670 1.00/1.00 vMB 88
815,809 815,809 000000000000000000013a971494aa439dfccd2f87495d324f8ce1eeae5a9c9c 3,850 1.00/1.00 vMB 85
815,808 815,808 00000000000000000003cd46a48c7d65450de3b5226dc30aa1464ffcd3ba3262 4,394 1.00/1.00 vMB 101
815,807 815,807 00000000000000000003faf6e2a5b4f4ece3ac0342ddf6a467ce4e815ffe70fc 4,345 1.00/1.00 vMB 114
815,806 815,806 000000000000000000010f017a8fc192f947d458c400878abfc8ba4ec1833f92 4,234 1.00/1.00 vMB 110
815,805 815,805 00000000000000000001fb9791fb0b408379728b4f5baf461d48e3183b56b98c 4,829 1.00/1.00 vMB 119
815,804 815,804 0000000000000000000028cf3f37570e363971e70ec5107ef0bb62f338736f5a 3,470 1.00/1.00 vMB 158
815,803 815,803 000000000000000000022ab23387944961a69167a7702ba52f9c5d048013d12e 5,377 1.00/1.00 vMB 101
815,802 815,802 000000000000000000039c981905f472dfe8fd39d2ba6e4708243868691c7823 5,459 1.00/1.00 vMB 103
815,801 815,801 0000000000000000000032ddb20eb83a6d4ec0a7c6d66ae62b4efb542c3fe689 3,492 1.00/1.00 vMB 109
815,800 815,800 00000000000000000002e9257792e7d8030517746ac15b28b05d420891dc8b6f 3,674 1.00/1.00 vMB 91
815,799 815,799 000000000000000000045240a048a263b1f2efa5db38924da9b379d4befe279f 3,464 1.00/1.00 vMB 48
815,798 815,798 000000000000000000023da83035b308bc47bfce97ad1ef3ede1517915f0a406 3,947 1.00/1.00 vMB 70
815,797 815,797 0000000000000000000350b81c473b8b56e0e1d06e4761c41a9ae9b2bbd3c899 4,552 1.00/1.00 vMB 48
815,796 815,796 000000000000000000023808e5ec3382f4ed9720fda9a14d08475d6b8fb66656 3,247 1.00/1.00 vMB 69
815,795 815,795 000000000000000000044a3bdb9516734b909cba6b5969d96bdafb4780218484 4,204 1.00/1.00 vMB 50
815,794 815,794 0000000000000000000171c5138ee1cc1d57ba58edb21605903f82855dfd96f2 4,099 1.00/1.00 vMB 56
815,793 815,793 00000000000000000003ff5d6f90b76570f0b7f154743c0d4b59d838948e7d2e 4,575 1.00/1.00 vMB 48
815,792 815,792 00000000000000000001c4b745ac2c36522465d03142d95b437c48fc7aa7c780 4,183 1.00/1.00 vMB 53
815,791 815,791 00000000000000000002dc8e016b77408225829462fda2d9f32c1ed316c67a24 4,544 1.00/1.00 vMB 39
815,790 815,790 0000000000000000000056cefe4f7c61ff37af7876781bd78942b48a7f82409d 4,273 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.