Loading Tool

Explorer IconExplorer

Memory Pool

76,686 transactions
33.64 vMB
0.13166928 BTC
Random Selection Loading Transactions
Max Size: 188.21/200 MB

Candidate Block

Mining Attempt a4aa6ba614f88e15f41057ab4e61a61d3b46690162c9c1479cfa720a3dfdc471
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root b6a4c4b8f23d53bf85b9be810db9a8b1aa3828ef58d2879b47ba0e63cbbeca80
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,961
Size: 1.00 vMB
Total Fees: 0.02213979 BTC
Feerates: 445.78 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (188,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,060 727,060 00000000000000000003efbfbc81a14a9a681c4b8581f742734d1d2e667a5520 2,090 1.00/1.00 vMB 8
727,059 727,059 00000000000000000003e3acfcb65f85f343c7c10392262733559b700295bd2e 3,521 1.00/1.00 vMB 5
727,058 727,058 000000000000000000001e6cfab7cbb91fb0d7d8134882bae5142009cd7288a0 2,540 1.00/1.00 vMB 9
727,057 727,057 00000000000000000002eeb890e33a4b3109a98178f6626723d48ae2b9052de8 1,356 1.00/1.00 vMB 10
727,056 727,056 000000000000000000050fa7529417cd454bdb68da6f3ceaac50deacb9eec0d6 2,711 1.00/1.00 vMB 6
727,055 727,055 000000000000000000071b641c46f71b68319997fc7b43ac2d2fed2d71508c01 3,240 1.00/1.00 vMB 10
727,054 727,054 00000000000000000005807be6eec8485794feddef850d9b06b1660fa49e4e9f 2,801 1.00/1.00 vMB 23
727,053 727,053 000000000000000000084c8ad5ea50fdb379ed6e2ac2b524bb3fc0f1b3d4f37d 2,345 1.00/1.00 vMB 8
727,052 727,052 00000000000000000001dbd8d0e2ab2eaa85b50abe5a2a8b1752fede3113cf8c 2,305 1.00/1.00 vMB 3
727,051 727,051 000000000000000000059e03007c79f6a3b3d995803f88736667c9c7752be57e 1,646 1.00/1.00 vMB 4
727,050 727,050 00000000000000000007d2d35c0781c28a4e43e14bed33b608587abe303423f3 1,484 1.00/1.00 vMB 6
727,049 727,049 0000000000000000000184c5e4baca32491270ab67a88c10d3113bc441ea19d3 2,868 1.00/1.00 vMB 8
727,048 727,048 0000000000000000000386845f44d1716bcdaca5a057ba3d3982862bea5da91d 2,389 1.00/1.00 vMB 19
727,047 727,047 00000000000000000007b5be285404b7623161f5d93d8afc207071406c2e671b 2,903 0.86/1.00 vMB 8
727,046 727,046 0000000000000000000424dfddfcbde59bb82b6bac5d26a8077b9967ae494a26 851 0.37/1.00 vMB 6
727,045 727,045 00000000000000000001618dc3ff5378975fa734436b5b5b4ea7c8c06aab00e7 356 0.18/1.00 vMB 11
727,044 727,044 00000000000000000005c3df36e09d822177c6fa335c8c9fe5aace5d9d7110ab 1,167 0.43/1.00 vMB 8
727,043 727,043 00000000000000000004c3631b570e86841a8752391de0f189256f67b9b9c96c 204 0.05/1.00 vMB 7
727,042 727,042 00000000000000000002d7f51e5a821787b889f2d709006e42161783590c3085 828 0.33/1.00 vMB 8
727,041 727,041 00000000000000000004f16dae32dd3cbe29a5a45ef2e193f63c66b5c91e4f07 2,450 0.98/1.00 vMB 7
727,040 727,040 000000000000000000084bb92dff3257452f0dae20b001630d4441de4c800418 598 0.25/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.12 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: 736.48 GB
    • Received: 18.58 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.