Loading Tool

Explorer IconExplorer

Memory Pool

83,123 transactions
32.14 vMB
0.08457807 BTC
Random Selection Loading Transactions
Max Size: 195.12/200 MB

Candidate Block

Mining Attempt 90ee700809000c7cae925ae7e7b72c88278eb514720c373a4c6cc46eb8cb3743
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 50403ce89cbabfc8969c8c376c870a948d5daf2836b8734abde66f47a7edd783
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,261
Size: 1.00 vMB
Total Fees: 0.01403584 BTC
Feerates: 146.96 > 1.41 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (513,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,808 401,808 0000000000000000008ee055c05b2a934478ed3d33747cea5f83ee12f1ca634b 1,761 1.00/1.00 vMB 58
401,807 401,807 0000000000000000064573c68155e876c85f005d6f7366aadfa02b2f0fc5c219 145 0.12/1.00 vMB 42
401,806 401,806 000000000000000002a1315e52deafc5f9dbde40eaae7ace346adef85b97f8dc 769 0.59/1.00 vMB 37
401,805 401,805 0000000000000000022052c0ada5293ba24057ef79edba404dd4492954ad906e 92 0.04/1.00 vMB 48
401,804 401,804 00000000000000000531de3f5a34128b81feb3367d86dd1b57d429bb6a2fe314 205 0.14/1.00 vMB 48
401,803 401,803 000000000000000002452fdbe2975262549239396cfa3de40e85c10c816c1ca2 439 0.42/1.00 vMB 26
401,802 401,802 0000000000000000065b759293a6f9b713ce3438db2ae04635758fd6394a9e4b 41 0.02/1.00 vMB 33
401,801 401,801 0000000000000000028195c0a80ee9af75aa73bc9d556db7c499c6c28bccfd47 1,135 0.55/1.00 vMB 46
401,800 401,800 000000000000000002ca40667178c3071526ebfdf0dc3ce543408432051759e2 498 0.99/1.00 vMB 10
401,799 401,799 00000000000000000410ad03b6a90c634a77107562cddbac10b8cc15ec513e2c 153 0.10/1.00 vMB 19
401,798 401,798 000000000000000001abc12a3ad03362605acbe325623e703489f6c782c42a40 184 0.11/1.00 vMB 38
401,797 401,797 000000000000000000d760364a475523800819878ffaf8486818070374acae0f 362 0.22/1.00 vMB 40
401,796 401,796 000000000000000004b1b66ee0be0e94613fd99b19439da33851db62757afd4d 1,203 0.65/1.00 vMB 46
401,795 401,795 000000000000000000d6e0073a2f1b9bd0b7fd6821f14603c8bdede9d2591ef8 246 0.15/1.00 vMB 29
401,794 401,794 0000000000000000012fde5843edc324d73e5198dacb728e32bc4ffa59731792 1,013 0.99/1.00 vMB 21
401,793 401,793 000000000000000003120b867c072e084ef1b2e1ae9c589bb16a9fd1416353c2 1,160 0.75/1.00 vMB 39
401,792 401,792 000000000000000003e6fd399a11319419d6f1b61901bca59ad00cc9b0fca3a6 1,991 1.00/1.00 vMB 35
401,791 401,791 000000000000000005780ba9ec3336d98265d6166fc56cdfa36c11d887c02ca2 1,534 1.00/1.00 vMB 47
401,790 401,790 0000000000000000033348120fd53c1e55159df929eb96e746d4bd3ca7eb78b4 1,526 0.93/1.00 vMB 61
401,789 401,789 00000000000000000212b277386fafe6ada7ca66839026bd1203d5d2eb2c1340 650 0.93/1.00 vMB 54
401,788 401,788 0000000000000000052868a1e72b2e760e57152bb1dc6e23b52b57ad667bede9 475 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.