Loading Tool

Explorer IconExplorer

Memory Pool

88,385 transactions
32.33 vMB
0.17352142 BTC
Random Selection Loading Transactions
Max Size: 195.79/200 MB

Candidate Block

Mining Attempt 292eb5c7bbe4a894f0f908d769488b4f885d2180af34f3746daa22f2a92bfae4
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 834ba589c303abc943a1c8b424efa527ffb38b4c3855a91a62c5139e729f2284
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,754
Size: 1.00 vMB
Total Fees: 0.08439881 BTC
Feerates: 216.64 > 8.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (361,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,900 553,900 000000000000000000037760cd4dd3b0493480ae0776b73b269ae9c62ad8a7d8 673 0.27/1.00 vMB 16
553,899 553,899 0000000000000000000f9f6ca8a53404f297d3fa52ca38ed0c9a7e9a05a68033 1,078 0.84/1.00 vMB 3
553,898 553,898 00000000000000000026fcb4d68fbf8291a2af7c0d0633d7351554b348c7a545 2,817 1.00/1.00 vMB 5
553,897 553,897 0000000000000000001677333c2c9d5f2511bf5898aeff9fbbca057c723d8f43 2,681 1.00/1.00 vMB 24
553,896 553,896 00000000000000000007ffa72b6fb1351f048c8f04b7345ae828ffeb0f508387 477 0.27/1.00 vMB 16
553,895 553,895 00000000000000000008bdba38179c6044330b110bed45d1c9586e3593a01c5c 1,892 1.00/1.00 vMB 23
553,894 553,894 00000000000000000015a5a68301003161eb5f8af7a92e2e0f730db6b9e7999a 654 0.31/1.00 vMB 20
553,893 553,893 00000000000000000016e383d704ab2e72dbbdfe6182b708c1cadf4242ef3ac8 780 0.46/1.00 vMB 10
553,892 553,892 0000000000000000001a1791281271b722d5831ca462aeb090d664f33e29bad0 2,190 1.00/1.00 vMB 11
553,891 553,891 0000000000000000000fc80a39504686c57b539cce205685bd4fe87d3a5b24ba 288 0.25/1.00 vMB 4
553,890 553,890 0000000000000000000920af070b6a7f1e377a47cbf11b710c3f7b7ca916f306 2,263 1.00/1.00 vMB 13
553,889 553,889 0000000000000000000155a4a6783cc1516d758c320ea9907e80aa652c5f0c1e 32 0.02/1.00 vMB 16
553,888 553,888 00000000000000000006a4870152d44177048e2e24a1373890a095d94948c7fc 119 0.06/1.00 vMB 5
553,887 553,887 000000000000000000319921f0d661187487b2a1251071da554f714f45af76dd 899 0.35/1.00 vMB 13
553,886 553,886 0000000000000000001b297e953e2154c35e1c9fa3602d7b0b1c5a9e73f339bb 1,370 0.98/1.00 vMB 3
553,885 553,885 00000000000000000025b0535452c451fe00d1c25ed8e4a2b40c6062c1af6fb1 3,040 1.00/1.00 vMB 19
553,884 553,884 0000000000000000000f522fb28ed78fc09ef84a84aa0e37555447f70aaef764 2,169 1.00/1.00 vMB 14
553,883 553,883 00000000000000000017b30fc86f5ca18a090e0ad2d3befbf7e3a6fe838bfc75 2,424 1.00/1.00 vMB 11
553,882 553,882 00000000000000000004b84117f9a34d8b0c65a8b1c793c43fc5399b2f637ebc 379 0.14/1.00 vMB 11
553,881 553,881 0000000000000000001c690f3ddb842066558429c331291fc2af646a6c7340c1 1,366 0.55/1.00 vMB 11
553,880 553,880 0000000000000000002916e22cffd66a59dccb5422b39c4023de7cbbac6626f0 1,740 0.72/1.00 vMB 15
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.93 GB
    • Received: 15.65 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.