Loading Tool

Explorer IconExplorer

Memory Pool

35,395 transactions
28.71 vMB
0.14930614 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt 5faee85c18b517cee51a15e9bb026f0bf1155e51f3227a7abf6c0e5e2beb2e2f
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root 6a14ff388a85105621deaa316866d3f0f3b810f249736214f0ea24846f58d741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.09180175 BTC
Feerates: 231.58 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (379,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,897 534,897 0000000000000000002c9cb66303e96d33c26db79417d8266de39b22dac3b849 677 0.22/1.00 vMB 15
534,896 534,896 00000000000000000007e5432f52456495a8ed4007769f198f258a57aac98ae1 415 0.16/1.00 vMB 15
534,895 534,895 000000000000000000034c9d5a2717c17422328a9093175faf88562fa8b6778a 2,236 0.81/1.00 vMB 21
534,894 534,894 0000000000000000002c9091d128924ec2e86773e9a7698ae9337932d41d4f70 478 0.27/1.00 vMB 10
534,893 534,893 0000000000000000001a4a014b3f58f450822d2d416cdab9f0d5a112e15c9d9f 2,050 1.00/1.00 vMB 18
534,892 534,892 000000000000000000013d2ab4138dcd3a99fc7e5dff49f4a91cb073f6c45d6e 2,981 1.00/1.00 vMB 21
534,891 534,891 0000000000000000001c4edf56a370dc668d2f19e80a426cd790dae1b992c03f 2,300 1.00/1.00 vMB 32
534,890 534,890 0000000000000000000f0cfbf2cbd70bc2673ad78a39de846e1b640d51b58278 1,348 0.60/1.00 vMB 16
534,889 534,889 0000000000000000002c36215d49b4c5b879e1fba7fc85c63e66148696b0a834 310 0.10/1.00 vMB 34
534,888 534,888 0000000000000000001699850c31197632eaa915b080e189d10d1b9ae62e0ee8 1,047 0.50/1.00 vMB 2
534,887 534,887 0000000000000000001f9cb48b65a68fe2f5cf2a778f516ef73f48d47e5c3be7 2,741 1.00/1.00 vMB 21
534,886 534,886 000000000000000000169669777d610996c2e7245b2cbc6cef968e51b3ab2d00 2,741 1.00/1.00 vMB 16
534,885 534,885 00000000000000000025fd718e83f6bcadeaa912b905da1d101a225f1bf2001c 3,079 1.00/1.00 vMB 32
534,884 534,884 0000000000000000001cff070c0e66923f45d5f8a9fed863bccf028f65610870 811 0.31/1.00 vMB 21
534,883 534,883 00000000000000000024e00fca2cca30ed619902083d766fa8ec6dbabeb862d4 1,365 0.59/1.00 vMB 17
534,882 534,882 0000000000000000002845562e79bdb8828a8f39f22fda4f58f48af6e5862294 321 0.14/1.00 vMB 11
534,881 534,881 00000000000000000013cba529fb5a0cb59ef73ff3060db1813b919870e27ca0 2,109 0.79/1.00 vMB 16
534,880 534,880 00000000000000000004eb69ca8cb1b29af48cb40c42081cdc6042ce64b4fb2b 697 0.36/1.00 vMB 50
534,879 534,879 0000000000000000001db5abc1079de9e7469f374fda8ea7e0438a88b565f315 658 0.23/1.00 vMB 19
534,878 534,878 0000000000000000000b3d7625e6c99c681ea359e551847e11d9a198fd8c3ba3 439 0.14/1.00 vMB 21
534,877 534,877 000000000000000000195ec6a9124bf0986110f986988e07bd509bd0387ac06d 554 0.27/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 612.91 GB
    • Received: 11.09 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.