Loading Tool

Explorer IconExplorer

Memory Pool

78,012 transactions
34.42 vMB
0.15432675 BTC
Random Selection Loading Transactions
Max Size: 191.53/200 MB

Candidate Block

Mining Attempt a4376d55ace0f30286d9bce2572845c01456f69aef08c7f5cae38a548040a5c1
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 6427a5bb919630fcf38db7b2b369951f00a43c6813e4f97245b695c3af4420f5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,619
Size: 1.00 vMB
Total Fees: 0.03089638 BTC
Feerates: 445.78 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (449,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,322 466,322 00000000000000000047460c45c047ba8f6217b091646775da07e0d478fec35a 2,560 0.99/1.00 vMB 169
466,321 466,321 000000000000000001342da6a0dffca11471d4107e9a521bf4e491354a1b7fd9 2,833 1.00/1.00 vMB 131
466,320 466,320 0000000000000000018bdfac29253c35ab33801396542172073333bf7c1787ba 1,840 1.00/1.00 vMB 157
466,319 466,319 0000000000000000012faa54aa9b882deba2de8cd71f589dd033ca6c9b58b321 1,643 1.00/1.00 vMB 157
466,318 466,318 000000000000000000f10158a44df11bf3d69e2a1642cbcc07f866dac3486f3f 3,331 1.00/1.00 vMB 139
466,317 466,317 000000000000000000c4c6c578b35fce3146d0f66b35bdcf83139df99a54616a 2,073 1.00/1.00 vMB 182
466,316 466,316 000000000000000000c14a10293f6642b82ed0eed4bd4810d0b694758a622ca0 1,578 1.00/1.00 vMB 135
466,315 466,315 000000000000000000b84b81b639eafeb9722f3a41f7a2212844dca9d78e2da9 1,023 1.00/1.00 vMB 185
466,314 466,314 000000000000000001c520b8e0907cfc2fa3265d480cf54541ce8d588a999ddd 2,198 1.00/1.00 vMB 194
466,313 466,313 0000000000000000009307988556c20fc246f1d89099f6d3b3b1979d6642e296 1,758 1.00/1.00 vMB 152
466,312 466,312 000000000000000001eb1644e0336cc59045010e3d900c61c1c85403270bfc00 2,574 1.00/1.00 vMB 164
466,311 466,311 0000000000000000007af33bd7c31a4bdbc19670fbd6da9f7f0ef6d6f724e4f4 2,318 1.00/1.00 vMB 174
466,310 466,310 00000000000000000093169fe2cd7d26fb814c33687bb614a136a9030946cdc3 2,454 1.00/1.00 vMB 133
466,309 466,309 000000000000000000c3c643964a94430e0a8eef9a1e724deb5610caed9afb8b 2,729 1.00/1.00 vMB 138
466,308 466,308 000000000000000000e9285fd2637addece83949ff68eafc14f1a644530eb58e 2,203 1.00/1.00 vMB 151
466,307 466,307 000000000000000000887fcec9bc9164694909fc89628463cce8261ec1b712c8 2,158 1.00/1.00 vMB 171
466,306 466,306 0000000000000000006277e0db2a3e028256769e6401e83cef9a0b7653d3e76c 1,981 1.00/1.00 vMB 263
466,305 466,305 0000000000000000005120fbab1050826d7a2dd3847e4b2a956aac5c540dfd10 2,083 1.00/1.00 vMB 181
466,304 466,304 000000000000000000b364b431e754efca2a0d2ef1712d778151d8702a3fc3ee 1,794 1.00/1.00 vMB 188
466,303 466,303 000000000000000000e3a0dc816c0d5b0b7919fdeae4015233a2ef0c316bd3aa 2,536 1.00/1.00 vMB 154
466,302 466,302 000000000000000000a230a8709cddc4777249748ce69bb75c7c2a1fad77f012 1,035 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 783.11 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: 736.39 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.