Loading Tool

Explorer IconExplorer

Memory Pool

88,859 transactions
32.32 vMB
0.14540989 BTC
Random Selection Loading Transactions
Max Size: 195.79/200 MB

Candidate Block

Mining Attempt b006867f781aa86dedc9e1a85e4db7415bfeb76bec3a6f78023ce506e3404770
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 13bdfffa3b54ab6c87ae528172559d066dbbd302ddc30c9d37b70e60139ac77b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.05625692 BTC
Feerates: 545.32 > 5.64 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (269,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,679 645,679 0000000000000000000b2831c3f94a6a7cf4bdc79209a4466b1d91a12f47d8a3 2,371 1.00/1.00 vMB 70
645,678 645,678 0000000000000000000bc39ea21b8ca85b35aa87d734bb122a31b70719f6ea86 2,716 1.00/1.00 vMB 62
645,677 645,677 0000000000000000000f1316fb837abe27dd0feeaef67db955fefb3ba86c6fb1 2,776 1.00/1.00 vMB 57
645,676 645,676 0000000000000000000d3c392105dbb88613d0a961b043604e1cca55fcb6bc28 2,618 1.00/1.00 vMB 113
645,675 645,675 0000000000000000000f92880800cdaf8b3deadea1a874bd0f5dbb9b212890a0 1,618 1.00/1.00 vMB 108
645,674 645,674 00000000000000000004f428e5a4a112132f290cc50090bd05b563717ead48c6 2,485 1.00/1.00 vMB 91
645,673 645,673 00000000000000000005bfa8883951c9be6baf14769fe3463f22854bbd28286f 1,806 1.00/1.00 vMB 19
645,672 645,672 00000000000000000003c34e7b8b972446aeb074273b304067a856527bbd6774 2,149 1.00/1.00 vMB 24
645,671 645,671 0000000000000000000ba1a5a2d2ad197dec3eb1df574b8de6015b452578ff8e 2,092 1.00/1.00 vMB 13
645,670 645,670 0000000000000000000287372ae8c00f51eb3eff9a776b0b347bc72f49769032 2,391 1.00/1.00 vMB 101
645,669 645,669 000000000000000000095a7026cadd6da325cd3de6755c9312adcb5f5d1761e7 2,250 1.00/1.00 vMB 59
645,668 645,668 0000000000000000000eb7f571195607a96680185661b5d871c46c93897a6d5c 2,804 1.00/1.00 vMB 117
645,667 645,667 00000000000000000008f00bd1004a563b256a64de9c7dc100622dc0d1c3d5d8 2,679 1.00/1.00 vMB 115
645,666 645,666 0000000000000000000931922ac3ac9492b2dc2b7a1fd9dd19043529c4742521 2,295 1.00/1.00 vMB 53
645,665 645,665 0000000000000000000e269215e37322ef8ea667135b7566ba4450f1f740855f 2,262 1.00/1.00 vMB 116
645,664 645,664 0000000000000000000338f8fe5d7f2556e978a4cd3b2dadb2b09e2ed1080fa8 2,244 1.00/1.00 vMB 100
645,663 645,663 000000000000000000068bd87a6f6d9f55ecedb36ef34afe347b604957ec7b37 2,403 1.00/1.00 vMB 41
645,662 645,662 0000000000000000000f183ce52b9cee57b5b8335cd012a7fe53a87917101c1d 2,033 1.00/1.00 vMB 14
645,661 645,661 0000000000000000000fe0a1948514ad96b001be324a51ca36020e79296cc3d0 1,909 1.00/1.00 vMB 41
645,660 645,660 0000000000000000000e9c0137ad515b67794670ead17681c6d2d40788a40bfc 1,754 1.00/1.00 vMB 33
645,659 645,659 00000000000000000000dc3aa54e5099a2ab664e8dce0e45f95d5d891d51e8c1 2,006 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.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: 668.92 GB
    • Received: 15.64 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.