Loading Tool

Explorer IconExplorer

Memory Pool

79,041 transactions
29.61 vMB
0.10584816 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt 06c62a4731e7949306c2ae1d29cd1d692faa3598e1c60a04f806e4550d78c1b6
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 9e1374f35a26e6173de79c03057f58cd05b082dc184801bd4e5440e15ced1741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,508
Size: 1.00 vMB
Total Fees: 0.04059287 BTC
Feerates: 164.34 > 4.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (270,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,776 644,776 0000000000000000000c82817b9d6d1bdfbe25659cf4bf45caafc3c561055191 1,175 1.00/1.00 vMB 138
644,775 644,775 0000000000000000000373e51e6b8733da0964bf84913752da21adcc3656360f 2,328 1.00/1.00 vMB 151
644,774 644,774 0000000000000000000a7c990d8f100d46b12b1cb8ea201fbac6605b3ede9b41 2,563 1.00/1.00 vMB 152
644,773 644,773 000000000000000000087be3165ee8c930f5f8de3f9cc4ea3fafa1941afa25ed 609 1.00/1.00 vMB 49
644,772 644,772 000000000000000000076102a0c637d487fb8855247ccf4d9e9173a2c55f5bc5 1,661 1.00/1.00 vMB 80
644,771 644,771 00000000000000000009c57fdc5adb890fde715210045a53633f5b4ab436d6fe 2,187 1.00/1.00 vMB 102
644,770 644,770 0000000000000000000489972c0ea50999dab8acab70eb4ade31ead99e03579f 2,368 1.00/1.00 vMB 76
644,769 644,769 00000000000000000006422698da6128338727b16b82bebeb5e351db84ac99bb 2,685 1.00/1.00 vMB 61
644,768 644,768 00000000000000000007589f1dd366f06b9f76742d814c8b700db10c4f41cea1 2,428 1.00/1.00 vMB 86
644,767 644,767 00000000000000000000a2a528b2e0fcd9493812c22156acb45a3561cbac3940 2,396 1.00/1.00 vMB 99
644,766 644,766 0000000000000000000bbd6cfc77d81d3f2df9cfa7bf412f0dda4da8f67899d5 2,350 1.00/1.00 vMB 97
644,765 644,765 00000000000000000004cfca7cb375015ae99ffb847f5c3cb3d1a1111e4852f9 1,146 1.00/1.00 vMB 107
644,764 644,764 00000000000000000006ec60965a3b00c5fc3090407cb6e3b89d2f55b4e916ad 2,012 1.00/1.00 vMB 147
644,763 644,763 000000000000000000005554bf7c1d6fe1c8c031c7d73730dd26e5c4640ca235 1,226 1.00/1.00 vMB 110
644,762 644,762 000000000000000000029bc7d5349b6602478e8e67f3c01636d8e4594699f957 2,040 1.00/1.00 vMB 114
644,761 644,761 000000000000000000083e2d0449a55aed037868b3104c6951f3ca1b7eae1648 2,760 1.00/1.00 vMB 131
644,760 644,760 000000000000000000096f725a528deef9164552a7b3f815757141c34bb49e88 2,403 1.00/1.00 vMB 146
644,759 644,759 0000000000000000000e70d3e939bbe232c1909c676349fca1b4f42bcba84ef9 898 1.00/1.00 vMB 136
644,758 644,758 00000000000000000001910ae0c9e86bb97e31c58fa88f8d5deda0e0f783644d 2,889 1.00/1.00 vMB 160
644,757 644,757 0000000000000000000fc0181d28b4c53a526b19621b8a1cbf3cbc8b89230131 2,490 1.00/1.00 vMB 131
644,756 644,756 000000000000000000081e2e97be4509168f42286e0bb32c0bb1d9cb349eb297 1,783 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.