Loading Tool

Explorer IconExplorer

Memory Pool

44,860 transactions
26.53 vMB
0.05553291 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt 6522ac92428aca1db8422aaaa6cc2ed92f1cd54b4459d645983e338a1d7966ff
Version 20000000
Previous Block 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9
Merkle Root 674e551d62ccb8c5245031d8df454b0e5021bdbe20ec08536cd42530d29eb4a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,273
Size: 1.00 vMB
Total Fees: 0.00681759 BTC
Feerates: 73.20 > 0.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,779 (341,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
572,771 572,771 00000000000000000015c657efa5d9969a150889cd887baddbcc8f3044eb24ee 2,771 1.00/1.00 vMB 99
572,770 572,770 00000000000000000022b668aa5fe8ed5125b7fed304ee3c3567e86e26b525bb 1,698 1.00/1.00 vMB 43
572,769 572,769 0000000000000000001d2a31313be51172da8d05c42d4ce08670938ac48d951a 2,508 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.