Loading Tool

Explorer IconExplorer

Memory Pool

38,960 transactions
25.57 vMB
0.04903369 BTC
Random Selection Loading Transactions
Max Size: 132.64/200 MB

Candidate Block

Mining Attempt 8118f9750d9a489e31246307beb3aa76cacfe78160c30415dcb137aa29358e2c
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root bd94e7470d6e886a3de9571ad5792301ba4b457634479a97231d1695d79c0f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,449
Size: 1.00 vMB
Total Fees: 0.00288242 BTC
Feerates: 7.36 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (341,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,792 572,792 00000000000000000015c75aa8ac83f0be0049a0e793a54d9dbae60f629ea479 2,733 1.00/1.00 vMB 73
572,791 572,791 0000000000000000002c3e7ea49de583add1868c934beff52823718f07b55e74 3,078 1.00/1.00 vMB 74
572,790 572,790 000000000000000000148cc5cbb143b071e7c2fd1b579e9750982d85bd221e3d 3,245 1.00/1.00 vMB 73
572,789 572,789 0000000000000000002a4d451fb42ca849d4c48750c524f40f959da69f4394b1 2,954 1.00/1.00 vMB 83
572,788 572,788 0000000000000000002af9911ad4be6d5eeb7e94c65f89221cc3c607e9b02840 3,350 1.00/1.00 vMB 69
572,787 572,787 000000000000000000127bbe3d532fc6e4fee0d8eeb8c478af4323589ecd9c61 2,476 1.00/1.00 vMB 69
572,786 572,786 0000000000000000001a6e4b3b54fed16aad90e2094a7f95709ed4abad039357 2,505 1.00/1.00 vMB 89
572,785 572,785 000000000000000000116cc19c8c9ef0c8efd38a9e1ac1a193fc96fa2df90547 2,801 1.00/1.00 vMB 57
572,784 572,784 00000000000000000003fc6926eac3c9d33ad5abcde6bc582d11c8d49d0bb67c 1,015 1.00/1.00 vMB 25
572,783 572,783 00000000000000000005fd7aa1d4366c9d6362020089cc04a7fa800d541eb4a8 2,648 1.00/1.00 vMB 32
572,782 572,782 0000000000000000001acecca496c5b661585f60241b7546fda25f834a41726d 2,550 1.00/1.00 vMB 69
572,781 572,781 00000000000000000007630aafe81ffa8a3ffaeeafbbb84e8f91118c66afb174 2,715 1.00/1.00 vMB 26
572,780 572,780 00000000000000000016a184b923e7b447b96854365498205494704a8b2cfaa0 2,469 1.00/1.00 vMB 43
572,779 572,779 000000000000000000224d0191d203df7e4986cb6e31159103ccdf5545f98ab6 1 0.00/1.00 vMB 0
572,778 572,778 000000000000000000280286eaec43541f09d779f451f9490b5edb0012003d04 3,120 1.00/1.00 vMB 64
572,777 572,777 00000000000000000024288f68b51c3e715877cb6ff07a933acc33f53b6d4fea 2,493 1.00/1.00 vMB 48
572,776 572,776 00000000000000000004fd651cb3bafb0fc78427a757bf37840c17abf8b70e0c 2,725 1.00/1.00 vMB 67
572,775 572,775 0000000000000000000581ab8149f268d113f8b68c01c1faf4214e861e42d315 2,946 1.00/1.00 vMB 51
572,774 572,774 0000000000000000000be0188ceb787011577749bab3c678762289b1a4cb41cc 2,855 1.00/1.00 vMB 59
572,773 572,773 00000000000000000013e444271bf52065cf4a87bc5b4fd09957e7a4d4282910 3,047 1.00/1.00 vMB 77
572,772 572,772 00000000000000000019c3abb6c5fc3518c0d57e27edd77c3b2f15d203527258 2,905 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.96 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: 647.59 GB
    • Received: 12.95 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.