Loading Tool

Explorer IconExplorer

Memory Pool

20,564 transactions
11.09 vMB
0.02595088 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.29/200 MB

Candidate Block

Mining Attempt 881e8c4aa6250907686d19b88cda89799f001bfcf5d9fecc3e8bca7551435f02
Version 20000000
Previous Block 0000000000000000000185fa36149acc5bd3bf4e4b77670932d138c1052cfd76
Merkle Root 155b901368898af0848f37954f3ea302295fdcfc94e412583a7347150bec481a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,019
Size: 0.99786675 1.00 vMB
Total Fees: 0.00812449 BTC
Feerates: 100.24 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,751 (792,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,103 121,103 00000000000073011e748bfd2d6307285cbe28568a613ac9f8115e8fb1f1bd11 10 0.00/1.00 vMB 324
121,102 121,102 00000000000038e334a9c559b7f49cd76fb8f2d99537be7fc8d1cf69ed01bfdb 4 0.00/1.00 vMB 3,250
121,101 121,101 00000000000095015156b62244ae673fa593f901c61904ab112928bac95525bb 12 0.00/1.00 vMB 308
121,100 121,100 000000000000177ef47ee4d1b9ccbe1f18e5b58ad0c4c067c889a149486dd327 4 0.03/1.00 vMB 1,045
121,099 121,099 0000000000006f134512ebd1d7f8049ec2922045219227883bef6875ca7dad07 9 0.00/1.00 vMB 0
121,098 121,098 00000000000079458e8d4b02e9592e68990807028b57a6e604504820a4c956cd 35 0.01/1.00 vMB 2,072
121,097 121,097 000000000000941e8f34fae1ae47cee6f0232aac4bed2651f42ceb9c274940b8 12 0.00/1.00 vMB 0
121,096 121,096 000000000000013f70963dae6aabc2567494e4df00b77b21de27f9f7d51cda37 14 0.00/1.00 vMB 1,698
121,095 121,095 0000000000005678a39dbea710b9afc0d270d9a26cc9be9291bdc07957e53c8f 60 0.02/1.00 vMB 98
121,094 121,094 00000000000015b35809c71bf09ee6fa1273d9aa7912c7f73fcfdec983ac8616 55 0.03/1.00 vMB 945
121,093 121,093 0000000000006dba6d8651749fe59df7f784ba02a3af389e0d8de87556a7f2d9 6 0.01/1.00 vMB 1,173
121,092 121,092 0000000000000c347a3da7bfee84419ee0442483ad6bc398d447197381e1b435 240 0.07/1.00 vMB 26
121,091 121,091 0000000000001f50198f4121b99f8cf411a3677357e1963c96f37454aa4b91ff 21 0.01/1.00 vMB 1,062
121,090 121,090 0000000000003e5942271bbecdf8f2ea806b10f174fdcf4216c80cc96853ceae 31 0.01/1.00 vMB 1,640
121,089 121,089 000000000000983fa6142a7729efefa0cb792af99aa2c8fab9896a1556ba512b 19 0.01/1.00 vMB 567
121,088 121,088 00000000000077f33539182dab2d04bebdc6c1d74ccc7f9f7d4329575967a833 59 0.03/1.00 vMB 715
121,087 121,087 0000000000003db3d299a94b459863fdf9eb18f671f3d8bb16d94bea54ddd575 13 0.00/1.00 vMB 576
121,086 121,086 000000000000369f02d4c94f18ae5681b4286b7170a9193c85b5647ebc544c63 16 0.01/1.00 vMB 911
121,085 121,085 000000000000931f5591dddf392068a34ee7332943a04ad5925414e038882a33 57 0.03/1.00 vMB 433
121,084 121,084 0000000000007d65cd99d0711480f26aba3ba5c02a4a40360eb0d4c09ef8b1ab 5 0.00/1.00 vMB 3,872
121,083 121,083 0000000000006fefa18e7c8941b3829c17579757bcd5f5165af0fdaeaca29ae2 24 0.03/1.00 vMB 626
Previous 10 blocks ↓
Total Size: 780.18 GB

Node Details:

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