Loading Tool

Explorer IconExplorer

Memory Pool

83,044 transactions
25.92 vMB
0.13884444 BTC
Random Selection Loading Transactions
Max Size: 163.54/200 MB

Candidate Block

Mining Attempt 2d8b86ae001752c440a2030827a3c32ba2027acf82d9f4eca3969a751cbb31f1
Version 20000000
Previous Block 00000000000000000000f36fb3e1bb17adcc315a9eac0ed7f1562c96f8ff644d
Merkle Root 24572192c23ec2304a90fc74f6ced15c33e75eb33115b0770dbea8392094add9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,365
Size: 1.00 vMB
Total Fees: 0.03214212 BTC
Feerates: 109.83 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,656 (828,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,476 87,476 000000000002e9611bcd986fc503b0d5a04afb340836acdc5f59e87647a67f46 2 0.00/1.00 vMB 0
87,475 87,475 00000000001ab3d65bb121876e9e418e9e35325ce73133c05dc237dbeef24e98 1 0.00/1.00 vMB 0
87,474 87,474 00000000001d8b358745af3940348227d0f1770acc91dea1bb89f36d127867c6 5 0.00/1.00 vMB 0
87,473 87,473 00000000001a02dbcba368ad06e2daa6fe187e9111c7371bedab04e43657b354 1 0.00/1.00 vMB 0
87,472 87,472 00000000000317d1b856316f5b134ea4de20dd611f4317275d81d421872854f7 6 0.00/1.00 vMB 0
87,471 87,471 0000000000156505d665f36e4239345b6d49b9d9fe9d00cbcc81f905084d36b7 1 0.00/1.00 vMB 0
87,470 87,470 00000000000637a9c46f844729a652cbdcfa7cd87d282974162ed082c44781a0 1 0.00/1.00 vMB 0
87,469 87,469 00000000001a5f1a71275c3ae6e43bcda18409987d8ab384b9caf5a0becfe152 5 0.00/1.00 vMB 0
87,468 87,468 0000000000159755525a97679a254a434047bb7073eb1fc8dfd2ee4beef562f8 1 0.00/1.00 vMB 0
87,467 87,467 000000000013863095b9469c93a922830c1483d7e0567118b36fafea4a51ab43 4 0.00/1.00 vMB 0
87,466 87,466 00000000000332cc32de8ff3d9c8c62cfdd205300b846c25245882bc18c71eee 3 0.00/1.00 vMB 0
87,465 87,465 00000000000afdd02d75692718efd3613fc11d28378bcf3c33a97a1739ee0f4c 3 0.00/1.00 vMB 0
87,464 87,464 000000000008bb19d61a98f0a190d0e9d0cf27a9db9fd0f96ab8ee7ff03ac29a 1 0.00/1.00 vMB 0
87,463 87,463 000000000007ae4bb03750f185b354037d1100ce012b842e7949d94b4e6d0390 1 0.00/1.00 vMB 0
87,462 87,462 000000000013e3c32d78c926619dea21d3ceb50e06e1b5c37d3f60bc02c5a7c9 3 0.00/1.00 vMB 0
87,461 87,461 00000000000afc364371128eb61e36f55da9eeeeac7643ac4656c4bb6e1e26fc 1 0.00/1.00 vMB 0
87,460 87,460 000000000012f27c7f6441909f9f0144ceff312c92a2fb5582e8e969ef918e9f 3 0.00/1.00 vMB 0
87,459 87,459 00000000001b6b0d17314ee42dfa2ce21de6db534136e707b6dcd64b75ed8f08 1 0.00/1.00 vMB 0
87,458 87,458 00000000001d701cc3bbc7251be9c4955a1ceeaa3ea12bd22f1d0a35a47d6812 4 0.00/1.00 vMB 0
87,457 87,457 00000000001a47dc3b34cb0340517102a66adc445be554ecbe7ef663a658b91c 2 0.00/1.00 vMB 0
87,456 87,456 00000000001bfc01be5aa282c482dcbfa5cfd947edc04eb0b11d9f9829bf4c49 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.37 GB
    • Received: 20.55 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.