Loading Tool

Explorer IconExplorer

Memory Pool

77,373 transactions
28.50 vMB
0.09058878 BTC
Random Selection Loading Transactions
Max Size: 173.48/200 MB

Candidate Block

Mining Attempt 52f41b288fb56cca95da0fbaa0315e318fd5c8a8053cbb49581e310e0aea2212
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root dbddf9df3057ea9f6c6b37e8a4baabf89d5966a60349e568a90361b97eb669e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,766
Size: 1.00 vMB
Total Fees: 0.02602576 BTC
Feerates: 477.45 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (479,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,202 436,202 00000000000000000205aa4ee5e6b9328f94f3e6853596981fd168db9aadbca9 978 1.00/1.00 vMB 22
436,201 436,201 000000000000000001bdf357c9320e13094d7f7295879f4f23507f54753e098c 1,466 1.00/1.00 vMB 21
436,200 436,200 00000000000000000040affb73a93bf251ea82cec26e0bfccb16ed104bfac2ae 1,612 1.00/1.00 vMB 47
436,199 436,199 00000000000000000203753a58ac3c9a61505655b25fe77433125cc6f254e4c2 1,034 1.00/1.00 vMB 29
436,198 436,198 00000000000000000224e78b836f93d44da4ea12bb72adce143367603ebd99ea 810 1.00/1.00 vMB 23
436,197 436,197 0000000000000000014c8d1184aa996347665d8f28311e850e713593107c2d1b 1,356 1.00/1.00 vMB 42
436,196 436,196 000000000000000000e46ca40b3b8579f0319a410000ddf6e95e0dddd82951c5 1,803 1.00/1.00 vMB 59
436,195 436,195 000000000000000002376ebfa7f21187895b85ce3fe278b660f4fad77bc429f4 1,141 0.99/1.00 vMB 23
436,194 436,194 00000000000000000279a4640179bb0cbd8b25965deaab7e6d3595abd7a7765a 964 1.00/1.00 vMB 33
436,193 436,193 00000000000000000167e8df955bd1b68e3e5229f4d573099a5f3cd11eb5eb78 1,846 1.00/1.00 vMB 58
436,192 436,192 00000000000000000250eb1565165584457f9317d5e5684ab51210f6c8bbebda 1,232 1.00/1.00 vMB 48
436,191 436,191 0000000000000000020a3270ace9f2a87b459c318427327b1caf8dd248d7efc3 1,801 1.00/1.00 vMB 45
436,190 436,190 00000000000000000425df18c14ba42dc0611dd0c1d1e47d0cc5a4b6b96696ed 2,563 1.00/1.00 vMB 91
436,189 436,189 0000000000000000031017d58635784f32bd1a4ba8567023c4c2323ace909c6f 1,563 1.00/1.00 vMB 57
436,188 436,188 000000000000000002e49be75f84ad1b72ab2701d5c4d52d68680473da6ea4b4 1,157 1.00/1.00 vMB 18
436,187 436,187 000000000000000001440acfd3f91429e02850269d106a993e50a1031b33b8ce 2,073 1.00/1.00 vMB 77
436,186 436,186 000000000000000001f682d2963c4f09b4b778fb80704100e8319b27b7d02efa 2,087 1.00/1.00 vMB 44
436,185 436,185 000000000000000001c33057d39e7b7dade55e52ae3c6949fca2e6a4e8a0e15b 2,237 1.00/1.00 vMB 60
436,184 436,184 000000000000000002fe74fe5232f4daf99d05d9047f38e7cea1662bebbd5c10 2,257 1.00/1.00 vMB 48
436,183 436,183 000000000000000003ddb2fd93e99c7085dcc1b8ffc7fd79a55e8cf2458c3af9 2,595 1.00/1.00 vMB 89
436,182 436,182 000000000000000001f10becd2f6aabdfb14ad5f33ea9b70e1379f9ff31b1f74 1,627 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.