Loading Tool

Explorer IconExplorer

Memory Pool

80,322 transactions
29.88 vMB
0.09106559 BTC
Random Selection Loading Transactions
Max Size: 182.40/200 MB

Candidate Block

Mining Attempt 3e259bddbf5a2f73a8933ee9abed075710327642b9f15b0dd3433192ace36120
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (432,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,348 482,348 000000000000000000ccbf2e20df8a1744359585db9ed8718824dc2ba0ad6a28 2,057 1.00/1.00 vMB 199
482,347 482,347 00000000000000000133758dc9781ef3f7d637ebfc6c0f44fbcd2467cccf47f3 2,051 1.00/1.00 vMB 406
482,346 482,346 0000000000000000011ed490419871ebefcc2ebe8049ad3a2a5e21e91d59c4df 1,835 1.00/1.00 vMB 183
482,345 482,345 00000000000000000007d13c7d1abfea93dc5683872a98df570cfafbe9aae0be 2,820 1.00/1.00 vMB 115
482,344 482,344 0000000000000000006cab9d93c8423b73ec40d57853049c986f3c215939110f 1,612 1.00/1.00 vMB 401
482,343 482,343 0000000000000000002c95765c6979cf42c01e1f69e1b11b96de15a9bdd78eb2 2,034 1.00/1.00 vMB 288
482,342 482,342 0000000000000000002221cbd62e75ece46be371d178694a263244dfb15686ea 2,131 1.00/1.00 vMB 450
482,341 482,341 00000000000000000092d4537f04767bbf3c9b679bbe59777f7431851f7f39d4 2,191 1.00/1.00 vMB 326
482,340 482,340 00000000000000000016da9d4eb64e842fb0b83e2eed963553a3378a63c80c6a 1,981 1.00/1.00 vMB 362
482,339 482,339 000000000000000000a50f303c8d96b906682a0da4124a8dc77c4da09e8fc52e 2,254 1.00/1.00 vMB 390
482,338 482,338 00000000000000000082be1e263fdb7bc33287315d8378728780559e2a950e3d 2,014 1.00/1.00 vMB 456
482,337 482,337 0000000000000000000b20e5fa459587766cb23a0c7d1bb253bea56c983a89fc 1,508 1.00/1.00 vMB 166
482,336 482,336 000000000000000000e2ca23aaa6849537eba9e5d0955b971e66d6ce94f51f63 1,566 1.00/1.00 vMB 297
482,335 482,335 0000000000000000007873375305165b37df172b09d3ba339021a3a284f9cf14 1,978 1.00/1.00 vMB 277
482,334 482,334 000000000000000000f57db4e096a159a3a0218494730ee601a76b314b9a39d0 1,890 1.00/1.00 vMB 456
482,333 482,333 00000000000000000099931f05a6ef98d4e5de0aba96c2be9729663e9375a6ea 1,879 1.00/1.00 vMB 350
482,332 482,332 0000000000000000006e26cd575ff3b3a9bbbebeceb3dfd33f0a02e9de011f2f 2,271 1.00/1.00 vMB 469
482,331 482,331 00000000000000000106717524470f5699024cbcbf03cd03ed5f0c5778c7be43 1,987 1.00/1.00 vMB 460
482,330 482,330 0000000000000000002ff3ccbef57951d2164ab7bc9b9649671e3e1fc1525141 2,095 1.00/1.00 vMB 89
482,329 482,329 000000000000000000d554d133b7ba4135e2665bf994abe0274610e66f95f03c 1,392 1.00/1.00 vMB 198
482,328 482,328 0000000000000000007414b7ecf4ffc65ad6de336a066ba452168272652a5e76 2,306 1.00/1.00 vMB 404
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.