Loading Tool

Explorer IconExplorer

Memory Pool

37,747 transactions
26.86 vMB
0.05594842 BTC
Random Selection Loading Transactions
Max Size: 136.92/200 MB

Candidate Block

Mining Attempt 1b79d6f6e5c48ec59e845e7901632aba27b54f6d2a8e2a03450fde519707fd5c
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root 6af736f70f1700f1c0113c890a3a7260bce8e197d590cc2683bfec641cce41f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,082
Size: 1.00 vMB
Total Fees: 0.00557703 BTC
Feerates: 50.27 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (556,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,627 358,627 000000000000000012073a81d664b3f3bb7b6b196f0cb980b26389a81d3d470f 2,846 0.75/1.00 vMB 9
358,626 358,626 000000000000000004ddadbf85d6f7cffc801fb1c6156766cf2d5b44716a2374 1,365 0.54/1.00 vMB 19
358,625 358,625 000000000000000015f9757d9501fb9055d786766dffc3047e1b4522c6d807c7 1,458 0.72/1.00 vMB 29
358,624 358,624 0000000000000000162eff5ec874e04dac222a919ca524716eaac575bde4a3da 3,265 0.75/1.00 vMB 4
358,623 358,623 0000000000000000094bf2f037ab61253cb232de9b28cdd685ae5e8f6842f848 365 0.17/1.00 vMB 14
358,622 358,622 00000000000000000f80a72bafc47f49964908a429fd7f803f9bf66a94336d4c 2,416 0.75/1.00 vMB 16
358,621 358,621 00000000000000000906514f850d8c9fc59d0e5d8f6a4347229c5240d33c1f30 764 0.31/1.00 vMB 31
358,620 358,620 00000000000000001070a39e5396737ec65843fbc03c619baa4ed78ca583d349 644 0.46/1.00 vMB 29
358,619 358,619 000000000000000011c5dfb835afebb8e9144b49cb6ebdc00850edf0f452f984 1,535 0.75/1.00 vMB 15
358,618 358,618 0000000000000000032ffd5ea14b4642daeb5dd8d7453fefb714e533b50bcf46 1,764 0.75/1.00 vMB 19
358,617 358,617 000000000000000004f9bdf4a15e4dbe72cddeec687711b16dc482a56d3ec010 1,710 0.75/1.00 vMB 12
358,616 358,616 0000000000000000052f09754f862a00aa8ac5860eb9b98bd298a2d78e0c418c 1,024 0.53/1.00 vMB 30
358,615 358,615 000000000000000004087bbcf9a59d937d244baf7f268444411b38b39cc4ae85 870 0.58/1.00 vMB 20
358,614 358,614 00000000000000000f2cc043388847c6702d5120353c1a90ba73df60986bbf87 2,317 0.75/1.00 vMB 43
358,613 358,613 000000000000000010c062dfe896896cc1dd0abd0a7066ab6359ac1295b0b36f 1,397 0.71/1.00 vMB 29
358,612 358,612 000000000000000000f0a1a581955c95eb6e124194a2848224da3f74aad4beb7 1,180 0.49/1.00 vMB 46
358,611 358,611 000000000000000014d50b53b6d7a6ad128db15dc5ea296fd825046b4bb64f2a 1,905 0.75/1.00 vMB 37
358,610 358,610 000000000000000012cd89fe728bde70dae04917d63eeaf6b98dccca068bae7f 1 0.00/1.00 vMB 0
358,609 358,609 000000000000000005c6111b833d7842bf4af4147455bfc0f0dc8ba5faa4b321 1,730 0.75/1.00 vMB 35
358,608 358,608 00000000000000000399cacc101450f0563814c28f582e23023ad16a8eb1944e 1,817 0.75/1.00 vMB 14
358,607 358,607 00000000000000000664ab0e4664572b8a3c5473544ea70b87f94ff278ae4773 1,687 0.75/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.78 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: 632.90 GB
    • Received: 12.17 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.