Loading Tool

Explorer IconExplorer

Memory Pool

38,750 transactions
27.36 vMB
0.06298543 BTC
Random Selection Loading Transactions
Max Size: 139.47/200 MB

Candidate Block

Mining Attempt b6bdda18edfc4acc75b2521c904524ab916a7521c525fc015d1eb0c5b280bd67
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 21b8f11d2c91cac92d6ac5b610b5de558c6b03c17560e98b9e7c32fe4e2cf08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,618
Size: 1.00 vMB
Total Fees: 0.01120058 BTC
Feerates: 60.16 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (331,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,754 582,754 00000000000000000004080978784acad1d77c5b55e3f173a11f9dec39ca9ff4 2,380 1.00/1.00 vMB 72
582,753 582,753 0000000000000000001c49e1c57b7caaa488f39210521feabeff441f44bbe07b 2,692 1.00/1.00 vMB 91
582,752 582,752 00000000000000000010b04a5065dcae5e52ebb1eeab5a1e4212a0b514c337cd 2,629 1.00/1.00 vMB 61
582,751 582,751 000000000000000000165ab9e6d84da99afff39d94a1c6674edfc22f1ada7857 3,176 1.00/1.00 vMB 169
582,750 582,750 00000000000000000014e5a6ac9026b34ea0e208c9f004d488342bacc44ca1d8 2,509 1.00/1.00 vMB 87
582,749 582,749 000000000000000000007517b137dc2c09f4534781110509030751d7a2198869 1,914 1.00/1.00 vMB 119
582,748 582,748 0000000000000000001647a10bfa4ee9f6adf4731d5731bef86cbf2476472b84 3,149 1.00/1.00 vMB 174
582,747 582,747 000000000000000000157704fb97b361051f09c31e6c3f5e09346a04f0636e5c 2,776 1.00/1.00 vMB 105
582,746 582,746 0000000000000000000ef53c2699d5b4e0c21d117fb94817170ed7c6f14873fd 3,563 1.00/1.00 vMB 123
582,745 582,745 00000000000000000004a28c100568d090124ba582c27f36c7b784261d834676 3,215 1.00/1.00 vMB 157
582,744 582,744 0000000000000000000cd434c6c9a1adc18dd4187cefd2e91e7cd84bc39a3771 3,172 1.00/1.00 vMB 175
582,743 582,743 0000000000000000001b85ce2a0c31d51687a45e6cf3f65407194ed1d3c464fd 2,941 1.00/1.00 vMB 202
582,742 582,742 0000000000000000000b2b9e8abcd0448081f12b0a810caee46e042d97fce82e 1,060 1.00/1.00 vMB 65
582,741 582,741 0000000000000000001361cb6b3bbd32c2f430e5555e0340b695510da2bb520a 2,619 1.00/1.00 vMB 76
582,740 582,740 0000000000000000000214534977b915e6e19bf666d4f804ca073217377b85b9 2,002 1.00/1.00 vMB 76
582,739 582,739 0000000000000000000e21a484d28a6d12d3167080c9f4b9fb4b7b05edc57477 2,628 1.00/1.00 vMB 76
582,738 582,738 0000000000000000001976238299ebaeabd99512b20806558568c29e981dcc89 2,693 1.00/1.00 vMB 97
582,737 582,737 00000000000000000002c588af50fea042eb4290fb87141e2ff1f8974387fed7 2,021 1.00/1.00 vMB 153
582,736 582,736 00000000000000000017850be941537620bccdbb5aa012224f6138a56387b1df 3,169 1.00/1.00 vMB 139
582,735 582,735 0000000000000000000dee80f89d5b8392f61e2f727ebdd7821dc2e707d6f7a0 3,209 1.00/1.00 vMB 130
582,734 582,734 0000000000000000000cd221d3ad1c0fb95b12c551ac97bdc45b8748bcdc2546 3,072 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.