Loading Tool

Explorer IconExplorer

Memory Pool

78,635 transactions
29.34 vMB
0.08413117 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 829b4de15d87d59a5ecf0fab61bc55f013723041b95afaf8dfd32b8cc02be061
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 009bed272bd53cd5fb7eeb3b9b0f4c026a7fe67416792c9bf7fbf665ee8e39ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02222243 BTC
Feerates: 95.73 > 2.23 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (189,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,504 725,504 000000000000000000022261f10aa8306924c5ad679d53331ceb1036d9e8f0d7 896 1.00/1.00 vMB 27
725,503 725,503 0000000000000000000479171c42e7af402a170daf8a6bbd6fe060ffabb49e7a 3,274 1.00/1.00 vMB 39
725,502 725,502 000000000000000000096b0daa6c13a6d72456fc907eaa3af588b73b8e5ba4f9 1,584 1.00/1.00 vMB 31
725,501 725,501 0000000000000000000948e2cb3c4bbf5fe7f982fb48dc62d6f9d09e8139040b 2,745 1.00/1.00 vMB 18
725,500 725,500 00000000000000000003fed5cb48262ee3e7833877adb6d15b5e777a05d7e800 530 1.00/1.00 vMB 27
725,499 725,499 00000000000000000001eb93ce6e5938301daafc0e08a70deb3b0eb687c66859 555 1.00/1.00 vMB 27
725,498 725,498 0000000000000000000390cc004f391b1244817666cb1cc2a7d3b21eff4e1229 1,759 1.00/1.00 vMB 30
725,497 725,497 00000000000000000003d3dc63bb9d8cde514d2862dff53ea54ce9abba1106c9 3,158 1.00/1.00 vMB 19
725,496 725,496 0000000000000000000268b2467a06de5f74d8d88e34f4cdd0172b091ba03824 2,276 1.00/1.00 vMB 23
725,495 725,495 0000000000000000000856667d95be856e9ffb8f18868e6ecd98ba367c89ea8e 1,156 1.00/1.00 vMB 29
725,494 725,494 00000000000000000008632ed95217ce592b5b56fe2b9b265a49537c4155b4b4 1,300 1.00/1.00 vMB 26
725,493 725,493 0000000000000000000876d3d46b6aa3e3c7314d94ddd999fc8ee15377d59d79 1,151 1.00/1.00 vMB 26
725,492 725,492 000000000000000000005c039e8463d02f6751875d8bca6d6af890b16d6cf311 1,230 1.00/1.00 vMB 29
725,491 725,491 00000000000000000009890948744eb25dff5a6d13eb4e67a12c0c861c64c7ea 1,266 1.00/1.00 vMB 28
725,490 725,490 000000000000000000096277f003011f286e705a4a78c21a947674de8813b57c 1,381 1.00/1.00 vMB 25
725,489 725,489 00000000000000000004eb4491e448c9ca73ed81e8970021b2807d8bb160c7bf 3,520 1.00/1.00 vMB 18
725,488 725,488 000000000000000000053c8e9b817c6353be3f674ea2ffb402df9a55b0fd4056 3,709 1.00/1.00 vMB 15
725,487 725,487 0000000000000000000465e0b6ddb476d4124dffcdf28ce62393a3ddea8faa8a 2,526 1.00/1.00 vMB 22
725,486 725,486 00000000000000000000b066606f95e699106abff5006a5788a667fb0a6d374a 3,087 1.00/1.00 vMB 22
725,485 725,485 00000000000000000006869d91c6d721aa7745acdc5fb0208a471d2293bae193 1,311 1.00/1.00 vMB 31
725,484 725,484 0000000000000000000524c88dcb582a1000f85f8f2dd580e716ab6380ce0447 2,212 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.94 GB
    • Received: 16.43 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.