Loading Tool

Explorer IconExplorer

Memory Pool

83,326 transactions
30.67 vMB
0.16703471 BTC
Random Selection Loading Transactions
Max Size: 186.09/200 MB

Candidate Block

Mining Attempt cd723241121e39fe5666450a60a131d8871a4ffc49fd69837e09ed031be5f4f4
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root beaf4c43a3390a4f0584311db1a27856f95dd41cbb9bd6152c16d7a570869abf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,101
Size: 1.00 vMB
Total Fees: 0.08606199 BTC
Feerates: 150.79 > 8.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (155,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,347 759,347 00000000000000000000f4d1543663f85be88680d640c5cf5beb50f84dcb0738 131 1.00/1.00 vMB 7
759,346 759,346 0000000000000000000628a1fe18f6c62f4642a92fd858d7a49e776fec3d7b83 1,380 1.00/1.00 vMB 11
759,345 759,345 00000000000000000000cd99b9fb9da8c1f94fc2ef2150dcd67bc8027130d420 1,928 1.00/1.00 vMB 12
759,344 759,344 00000000000000000004f87fdb98d09093b040a4e56e2c720543dc926efe7ddf 1,342 1.00/1.00 vMB 7
759,343 759,343 0000000000000000000127fd450ec7814b263e5c9a16d7865366753e1cba03d5 1,149 1.00/1.00 vMB 5
759,342 759,342 000000000000000000044960bb68d4dccdf5aa126b7258bb0774f43a5e520def 1,660 1.00/1.00 vMB 3
759,341 759,341 00000000000000000002f1903930b4c406c928f7f645ff3c6cfc2789bcfdfc36 3,005 1.00/1.00 vMB 14
759,340 759,340 00000000000000000007b5fa0a64ff77b7a15ed7ce2c5ec08ffddf8a42306916 1,179 1.00/1.00 vMB 10
759,339 759,339 000000000000000000077231d3393837c353a2b81c9e2ed55c51440d3311ed74 510 1.00/1.00 vMB 11
759,338 759,338 00000000000000000003717e9bc53c462c7c026c1bea4e100238621919bb587d 1,151 1.00/1.00 vMB 11
759,337 759,337 0000000000000000000775edd26401943117b6e5710420b9dab7d3670a6e86fe 1,855 1.00/1.00 vMB 14
759,336 759,336 0000000000000000000323a5dc88c568e7fc040a2d9eb70371cfb97fbc777374 2,286 1.00/1.00 vMB 18
759,335 759,335 000000000000000000011d62695e4b4a9d1278e9ff3a6c900b3ed181d5eb3a94 701 1.00/1.00 vMB 5
759,334 759,334 00000000000000000001f59532c0f3d64801d0bd520646aa7c07bac8a92d3810 2,229 1.00/1.00 vMB 12
759,333 759,333 00000000000000000001f3239b52f2b2b96fdb61eac86900d774c51ca7a965e6 1,364 1.00/1.00 vMB 9
759,332 759,332 000000000000000000072d5fc0d176b2994591aecd1d87f4b9599fe2ef773b59 329 1.00/1.00 vMB 10
759,331 759,331 00000000000000000001e2df10d21b6e00cb5a3cfad5e044a9c7a0133f8f7f7c 1,498 1.00/1.00 vMB 13
759,330 759,330 00000000000000000005fc0ab5d5cf858a7837745b269e34d0604b082f355095 1,169 1.00/1.00 vMB 4
759,329 759,329 00000000000000000002738863cea5c862d4bab6da7b7d67231afb093fa34287 2,849 1.00/1.00 vMB 15
759,328 759,328 000000000000000000030245e902e12b5451c1975d3ae24a9cb54bcdbf185b2d 182 1.00/1.00 vMB 1
759,327 759,327 000000000000000000004e720a13787705d4f0876992f209470849a9d62ad0de 638 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.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.