Loading Tool

Explorer IconExplorer

Memory Pool

84,730 transactions
32.50 vMB
0.11772944 BTC
Random Selection Loading Transactions
Max Size: 193.34/200 MB

Candidate Block

Mining Attempt 518e81deb20fd26cb4eeb2d1d605af0b82ebe2c2a7448cec273ac337942623f9
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root c20d8be2051ac500de9702355b5d0e6b4bcb379d8286391d0235fcbb2a0938e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.05235378 BTC
Feerates: 387.56 > 5.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (687,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,803 227,803 000000000000027e45f9cea7a626415ae498753d57cb3deaa621da27d1bc3b61 314 0.17/1.00 vMB 148
227,802 227,802 000000000000019869eb8b639d98478d6443226b442704e6c85f99aa777dc6ce 282 0.14/1.00 vMB 186
227,801 227,801 0000000000000030ca67670fa8d7057be631fdb7aeb983a8a2fdad5b5db3eb8b 92 0.05/1.00 vMB 209
227,800 227,800 00000000000001f43e19ff1cea8d8e9d6f652808dda7b8e95a6dee5f3a2357f2 1 0.00/1.00 vMB 0
227,799 227,799 000000000000014d8afda481e738dd527e7749b95fc7bf92569a11c9aedaf86d 31 0.02/1.00 vMB 136
227,798 227,798 00000000000000fa5f538feedca3d4d5a623feba482d905d3067d681a1e20461 30 0.02/1.00 vMB 166
227,797 227,797 0000000000000144f46762d7cc6414eba2b30f8b5d11821cfb48507e09e3f006 202 0.07/1.00 vMB 233
227,796 227,796 00000000000002d620b4bc171ea51bf8d240e5d04b4ac0655bfc49b339b32e3e 90 0.13/1.00 vMB 51
227,795 227,795 00000000000000667d4b8bc4d3a16014e6875af916b7d2ea15b9bddda611ea66 68 0.04/1.00 vMB 135
227,794 227,794 00000000000001d840bbbd7f868bb9dd88539b60a212f44d08b7bd2afd5733f0 107 0.10/1.00 vMB 83
227,793 227,793 0000000000000004b7da3a3b17154ae725775e2350e3d06ce6ddcda077249aaf 217 0.10/1.00 vMB 198
227,792 227,792 0000000000000055800eab33f2a9c8d0cdc1243c16e2f5fe972c6ac86189efab 264 0.11/1.00 vMB 166
227,791 227,791 00000000000000ee330b347c72b29e781a30ab976999b964e5d3efd458a791d7 200 0.08/1.00 vMB 133
227,790 227,790 00000000000001a75b3af26b4b256b90a06ca84b58fe55878dc02fd5bddf16d5 186 0.08/1.00 vMB 200
227,789 227,789 00000000000001362e3f8ff264cfb63e20e2f1bfb2909b73d2fdc7bbb416ea7e 239 0.11/1.00 vMB 196
227,788 227,788 0000000000000062cf85fd2738419f054c861230b164351e4ad55b4f14d5655b 357 0.13/1.00 vMB 223
227,787 227,787 0000000000000145268c51441a52b7c2b94e7ecfbecee97e2fc21b1006e7be54 32 0.25/1.00 vMB 48
227,786 227,786 00000000000003756281362cca7b373528ea30d930f9e7e46665fa698fc8a581 288 0.14/1.00 vMB 187
227,785 227,785 0000000000000057bbaa18fa920f245f85ee99d29815cd2562eed6771a16ded4 145 0.07/1.00 vMB 178
227,784 227,784 000000000000000a1284c83c937f3a3650364aaadf633f84b903c46d202f99b7 28 0.02/1.00 vMB 221
227,783 227,783 000000000000036cd848f7f6ff0b662c9a5ee4b4ae057698668b437a7ca63294 4 0.00/1.00 vMB 616
Previous 10 blocks ↓
Total Size: 782.31 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: 659.14 GB
    • Received: 14.59 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.