Loading Tool

Explorer IconExplorer

Memory Pool

82,891 transactions
31.27 vMB
0.12333026 BTC
Random Selection Loading Transactions
Max Size: 183.87/200 MB

Candidate Block

Mining Attempt 37d5ba65d3924861c8f43d40a1dada932dbce7e245a2c8ba6543ee5cec7ceaad
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 7dd056ae0786860d8061f1eff4759bb4d0db3ed5e166a96551830747d8905870
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,507
Size: 1.00 vMB
Total Fees: 0.04272749 BTC
Feerates: 150.80 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (796,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,361 118,361 000000000000c7acc39ef5e327de9d9a81c2fbb2efe060a10a7ea8db43870965 3 0.00/1.00 vMB 0
118,360 118,360 0000000000007898af6b0251dc732c60e1bf6069eed4587f775792cfe1dc9c13 4 0.00/1.00 vMB 0
118,359 118,359 000000000000b51563b214c1e4d7c252c57646154e62c9d81a6bd4d264415349 7 0.00/1.00 vMB 150
118,358 118,358 0000000000007d9070a21137397b0bb3935b98e7d6f3fb3b4ca0a471584ab54d 8 0.00/1.00 vMB 0
118,357 118,357 0000000000004d96896bf6676b5792e11cd59d3b238754d5d58864830d76f2b8 6 0.00/1.00 vMB 0
118,356 118,356 00000000000018ceece8dbf0e0d856e4ea3f554ef3ed494278dc1ebad178d2e0 8 0.00/1.00 vMB 0
118,355 118,355 00000000000089d5c250cc5379f27fbbc0e36d123e9ff6e71f5f2660c86409cd 40 0.01/1.00 vMB 121
118,354 118,354 000000000000822ddf5574f27eabf7f6598ed23aedd65868a62d6142e077e19d 10 0.00/1.00 vMB 0
118,353 118,353 000000000000608ca6173ee2305667ddc7ac2b49f1ff117c32acf7a7af84fb6d 11 0.01/1.00 vMB 0
118,352 118,352 00000000000086a073df7dae7bb400bcf0d678e49910c5801f93ded163f1ed17 13 0.01/1.00 vMB 0
118,351 118,351 0000000000008026028c58451df0b446394245ab92d2c39ca4ba6fe94ceea8b9 11 0.01/1.00 vMB 0
118,350 118,350 000000000000106b99c37b2b360aeb7bc6922d817de61d39f1628ca1d575a812 17 0.01/1.00 vMB 83
118,349 118,349 00000000000097136bebcc97dfd015fbc4281e4a17a7b9a3111385bb048b7d68 7 0.00/1.00 vMB 0
118,348 118,348 000000000000255849a44cec426466f1d2963f41b52d608d3ef94c06bcc7b029 12 0.01/1.00 vMB 153
118,347 118,347 0000000000001506d3f53858079c5f96a79005a35ececfac32dd85b7f6083e76 1 0.00/1.00 vMB 0
118,346 118,346 000000000000b9d026e759fd5dd467b26fbea4ca60e220d823b7353083fee8ac 6 0.00/1.00 vMB 0
118,345 118,345 0000000000007feb16d878d7805efaf2eadbda5ad156ca6a3b137afdb52fedd0 7 0.00/1.00 vMB 0
118,344 118,344 000000000000b6b794659328e242a6b919f4f6e332f3a59d4e7609915e2f6927 29 0.01/1.00 vMB 377
118,343 118,343 000000000000876fce87b4f76ed110a51eca3a5b97727d856e1326bd8eb6b202 5 0.00/1.00 vMB 0
118,342 118,342 0000000000009bd1cdaadbec67abca807429d189717bf03e5649d60d384e53ac 5 0.00/1.00 vMB 580
118,341 118,341 00000000000098e4cb8a8dafbde968a41a25c84f5cb317030f6123e66cac615a 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.