Loading Tool

Explorer IconExplorer

Memory Pool

78,506 transactions
29.43 vMB
0.06861208 BTC
Random Selection Loading Transactions
Max Size: 176.77/200 MB

Candidate Block

Mining Attempt 1a2ecc77dec7f94a1051d972d5af2532d574b4e4a8f8eba8359eb357d67d15c7
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac08a7dfb5df44dc8d164a2c02b6e57ec3f47d3716b0109acf34aea9dc13809c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,042
Size: 1.00 vMB
Total Fees: 0.00894170 BTC
Feerates: 150.77 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (217,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,128 697,128 0000000000000000000f63fd560aba47f833aae6e3b5f1c9e8efb304b42e3093 586 0.22/1.00 vMB 13
697,127 697,127 00000000000000000002e4c17c7ae952802879c385c925ccabb45adeccf9839e 52 0.02/1.00 vMB 8
697,126 697,126 0000000000000000000927b33bf41e838c1e72c5556cfef2593e4530ffbe7aee 281 0.14/1.00 vMB 11
697,125 697,125 000000000000000000050c4cdfc194497debe275b08f6fef6a45bd1310702c3f 2,126 1.00/1.00 vMB 20
697,124 697,124 00000000000000000004c58e79e39736dcbf77ccdfd0c6f9c0ea3a6e62eae8c0 2,458 1.00/1.00 vMB 14
697,123 697,123 000000000000000000010626af5e561366071e86e6c084c2569a560620de228b 60 0.02/1.00 vMB 10
697,122 697,122 0000000000000000000fd7f4cf40821c0821500129e368cb79f1a0b49b0881d4 1,284 0.63/1.00 vMB 9
697,121 697,121 000000000000000000096d6fee5079fdf0eebf81be4649d2542c43949dd1f2e7 2,177 0.92/1.00 vMB 15
697,120 697,120 0000000000000000000ed91d6a7b34b10c961bd6d6b8e38c4cf0515c93c4e08f 1,071 0.94/1.00 vMB 5
697,119 697,119 0000000000000000000ce7134f40f0105fd0b3050c5550eb5bddeeba3ee48112 990 1.00/1.00 vMB 6
697,118 697,118 00000000000000000005297e14d7538736ce150c94082580deadb5615b793f15 2,012 1.00/1.00 vMB 15
697,117 697,117 0000000000000000001032511d3360ed9b86867b4ac2730dbdcd78cd398d56f8 444 0.22/1.00 vMB 6
697,116 697,116 0000000000000000000e7f1dd3778c85f7be07693a7c96a7320c1fd45dceb58a 2,340 1.00/1.00 vMB 16
697,115 697,115 00000000000000000002bc72d285da0b91d28f54b5a56d92eac879a7025d7bcf 2,343 1.00/1.00 vMB 10
697,114 697,114 00000000000000000004e2effa1919ffc0c23f3b284cd574f2ba55c02ee8c6a9 1,528 1.00/1.00 vMB 26
697,113 697,113 000000000000000000085fef4debc04bc4a785e7b78a74f820c80d1239864f96 971 0.45/1.00 vMB 11
697,112 697,112 0000000000000000000a114bc636d13fdefb920adc4dcdbaff2475671dc04846 116 0.21/1.00 vMB 8
697,111 697,111 00000000000000000007debcaa13c07080e7e3ee7b3eca6fbbf347d511b7b063 1,071 0.40/1.00 vMB 14
697,110 697,110 0000000000000000000a8dedd9f195ada04892cd70f5ec574fcc7cebfdb44a48 236 0.08/1.00 vMB 17
697,109 697,109 0000000000000000000741d829a3b5622f6ffeba64677d2806c9a0e04b8cbdc6 129 0.04/1.00 vMB 17
697,108 697,108 00000000000000000006aef1395b0cd015bfb92342729a8641d007834f5c22cb 1,100 0.87/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.38 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: 664.44 GB
    • Received: 14.97 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.