Loading Tool

Explorer IconExplorer

Memory Pool

43,574 transactions
28.67 vMB
0.07068366 BTC
Random Selection Loading Transactions
Max Size: 147.74/200 MB

Candidate Block

Mining Attempt ae3155731b903792e78faf3db8105e23ac8a9f6ade5082d3e346d8777425d317
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a1675a30ddaa01a93239e26a3a9052cc98e43bd2f9de55612b3f4327bad6a771
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01496902 BTC
Feerates: 201.07 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (438,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,894 475,894 0000000000000000009c5ad7af7ffc39306e7367533841951cbf40bab06745f6 1,877 1.00/1.00 vMB 430
475,893 475,893 00000000000000000101e3c69d63b5ceff64c1f4c3a91a5437c282fd036830f9 1,922 1.00/1.00 vMB 798
475,892 475,892 000000000000000001074cc04ccfa7f31ed861d489cca65a96e32ee8a0c9dc3e 1,499 1.00/1.00 vMB 52
475,891 475,891 000000000000000000da355c282cf9d75d16e1b69e51bc66ff03df41866bdfe4 1,789 0.99/1.00 vMB 672
475,890 475,890 00000000000000000047f51f920bde87feb6d69925a37a46e9dca4cc98ca5a78 863 1.00/1.00 vMB 124
475,889 475,889 0000000000000000014697bb390bb466f0b96151c2bbf78b68323f1efc7264df 2,139 1.00/1.00 vMB 86
475,888 475,888 00000000000000000035af4e0dd1c7a484588cddd65ed32805cbcb23c8c55451 2,107 1.00/1.00 vMB 578
475,887 475,887 0000000000000000000bfe489feef63092470dfa0a2a762316276e5ff0e480de 2,144 1.00/1.00 vMB 439
475,886 475,886 000000000000000000dcf644bd756d0d19b60464985d4c29f417597417322699 2,041 1.00/1.00 vMB 528
475,885 475,885 0000000000000000004f78d2c93f6b82a06e1cb71d894b72bea1a336a8ee676d 2,080 1.00/1.00 vMB 389
475,884 475,884 000000000000000001589ae9650948cad9e3b20d755267ee05c021068f6710bc 2,080 1.00/1.00 vMB 648
475,883 475,883 000000000000000000e28857f6e9df0951fffbe08d20598dd23c5e92c112e281 2,070 1.00/1.00 vMB 722
475,882 475,882 000000000000000000160ae17a7095e189f289f598586dba2f788519f353dbde 1,941 1.00/1.00 vMB 635
475,881 475,881 000000000000000000352ddacf0164a7dc9b35560cd494f3a6dcb01c9c5a0ec9 2,192 1.00/1.00 vMB 598
475,880 475,880 000000000000000000a250353826f6f49ace255aa0a65dde0274dc9509ff84c8 1,817 0.99/1.00 vMB 607
475,879 475,879 0000000000000000001f12be9907cd05ef6f33db2a4418b9cf5d4dc4da3b9b79 972 1.00/1.00 vMB 343
475,878 475,878 0000000000000000011e41ee8a75d92a05555589d53f25627ac8226192ddfe53 1,790 0.75/1.00 vMB 215
475,877 475,877 00000000000000000056e5b221c464cb7c49d73ad0eb9a3e51bdc49b58b553a3 2,103 1.00/1.00 vMB 458
475,876 475,876 000000000000000000d72c28c1c533912e3f9de25c3cd09d07b3711686fd98db 1,935 1.00/1.00 vMB 182
475,875 475,875 000000000000000000beeef16e0554b11a45df9c24e120e20bd2b3871e428f81 1,709 1.00/1.00 vMB 519
475,874 475,874 0000000000000000007fef8673c6ac3b08523f388371202f0da5e15705f9c164 1,848 1.00/1.00 vMB 351
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.