Loading Tool

Explorer IconExplorer

Memory Pool

27,004 transactions
24.54 vMB
0.03262807 BTC
Random Selection Loading Transactions
Max Size: 133.06/200 MB

Candidate Block

Mining Attempt 685ff2669f73d2626cb6534b4f280db7317505fba6566955b4f170e22b291b87
Version 20000000
Previous Block 00000000000000000000bab9df4e987f338cce04d6bd58fb55bd8412180821e9
Merkle Root 5675ed0f412ba5b683f94aaff99c8c30da8a2dbae440c1b73ed944045da05780
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.00568916 BTC
Feerates: 38.62 > 0.57 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,659 (3,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
936,400 936,400 00000000000000000000f0277bb13d5f90d401b54ed28c8379b910fb24cab161 3,202 1.00/1.00 vMB 2
936,399 936,399 00000000000000000000314770d7c3c2ae9c2d974a6d745c766e199a55175c41 3,675 1.00/1.00 vMB 4
936,398 936,398 000000000000000000000a20f7b6dd8df3575d0eaaba4db325d0268a027a6027 3,720 1.00/1.00 vMB 4
936,397 936,397 0000000000000000000207b5f1acb169906f013d67a7b27300cc7588a68025d3 4,652 1.00/1.00 vMB 0
936,396 936,396 0000000000000000000087f7a6c91c3c24771e3220a038ae478fc71deb0693a3 3,926 1.00/1.00 vMB 1
936,395 936,395 0000000000000000000134ffcdeb6bb676dd619887828b843f47ba54ad6079cd 5,345 1.00/1.00 vMB 0
936,394 936,394 0000000000000000000202153f0bd1929e6c7990176a844f9d51470380c4eba5 4,127 1.00/1.00 vMB 1
936,393 936,393 0000000000000000000065f90440d3901913671b72b0ee9d1e32aad4d0a8be7d 4,038 1.00/1.00 vMB 1
936,392 936,392 000000000000000000013b346540d18064f260e144d41c1a9e6b193a16d4e04b 2,453 1.00/1.00 vMB 1
936,391 936,391 000000000000000000017a2a69a59a5368b54dfd100735b86acdde5d375c8380 2,561 1.00/1.00 vMB 0
936,390 936,390 00000000000000000001f42a3da83a5d84e7af6a9a40f921718c5ef4e1f9204e 4,306 1.00/1.00 vMB 0
936,389 936,389 000000000000000000004a74130b4d018da30eba5857069486b1561b6ee5d3ae 910 0.28/1.00 vMB 2
936,388 936,388 00000000000000000000405c4dfffc629ad70ddbc2f133d8fb20f5308d60b270 3,573 1.00/1.00 vMB 1
936,387 936,387 00000000000000000000b27a4d358edd773d337a71b572e1236d2e8fd151f698 3,110 1.00/1.00 vMB 1
936,386 936,386 0000000000000000000073fa63778a056337dcbad5d4bfb56e6cd14c90bcf697 3,344 1.00/1.00 vMB 2
936,385 936,385 000000000000000000022e1434862340a580ef13e66552cf3c7059454edcdf00 3,390 1.00/1.00 vMB 4
936,384 936,384 00000000000000000001a91a44bf97b7d736385e134257a25936e3c561845974 2,805 1.00/1.00 vMB 1
936,383 936,383 00000000000000000000a8c0185a34fe6dc5c20fb976d2e12e88e19e207c17e4 4,188 1.00/1.00 vMB 4
936,382 936,382 00000000000000000000beebf1a3a31cd6e99a967d045d074fe50ac6c48d244a 3,758 0.99/1.00 vMB 6
936,381 936,381 000000000000000000008884cbbb43a5bc318f99a793f3063910407867a77ed8 7,560 1.00/1.00 vMB 0
936,380 936,380 00000000000000000000ad2b1f17dc86009c7af3e49207563af0b7996fdaef36 5,767 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 826.11 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: 4,283.58 GB
    • Received: 236.64 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.