Loading Tool

Explorer IconExplorer

Memory Pool

84,969 transactions
32.81 vMB
0.15213407 BTC
Random Selection Loading Transactions
Max Size: 195.74/200 MB

Candidate Block

Mining Attempt c4171c89f821baf0ab86d77900672646491edb30330df2bad1a71d7820ed51e8
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 15a447df7b93314e632343449537a9a8204e0b82707629800b5d9ba19362aff1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.04686626 BTC
Feerates: 318.30 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (430,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,803 484,803 00000000000000000041442fab03ddc9a376058ade554bcbfd73fcd929f22217 1,822 0.99/1.00 vMB 78
484,802 484,802 0000000000000000003fdea7b6c57e15ab3537a73c75320140784058686bd005 1,706 0.97/1.00 vMB 52
484,801 484,801 0000000000000000001348a35a96ef02a287a140a8baee0adff65726ecef7d68 1,841 1.00/1.00 vMB 184
484,800 484,800 000000000000000000dca4640abbe3a068cfebd47505b72b52a7f55296941fc2 1,858 1.00/1.00 vMB 120
484,799 484,799 0000000000000000001566898543364d47733a7328194fbc3eb7393e18768af2 28 0.01/1.00 vMB 631
484,798 484,798 00000000000000000097036a123f81fcb8df407ed05da7569d1a92e8cf660761 1,886 1.00/1.00 vMB 181
484,797 484,797 000000000000000000168f4adc66c038c6c781cc46afcaf0c8e9fe32663d426b 799 0.40/1.00 vMB 103
484,796 484,796 00000000000000000126b3587185586b583e98a0b6c9db18675c9537fae86b37 1,606 0.88/1.00 vMB 88
484,795 484,795 00000000000000000058eaeac2138a30bf940137e034ad4e9c155e70290b49f9 759 0.37/1.00 vMB 99
484,794 484,794 000000000000000000af69b4b59eeeebc9ba6e787932627ecb26b93c43f27290 1,393 0.81/1.00 vMB 79
484,793 484,793 0000000000000000006708d25821c6479d8b63cd4713ada7b23b4f74c026577c 1,662 1.00/1.00 vMB 110
484,792 484,792 0000000000000000011da53ae581412f4752201b56fa7487ed2f70bc45a67542 950 0.49/1.00 vMB 118
484,791 484,791 0000000000000000006936398c1246aa916cb42969dd6584fea987596b2b73c6 1,412 0.79/1.00 vMB 90
484,790 484,790 000000000000000000696519b8c717b8c8ffbf8ae1c523a37547227954d27e18 1,652 0.72/1.00 vMB 104
484,789 484,789 000000000000000000beea369156079ebbafc4ae157618cf5be4af213fa12f2d 468 0.35/1.00 vMB 87
484,788 484,788 0000000000000000005b389c66ff5603be51b392f49cea31808b8316157a6136 598 0.31/1.00 vMB 129
484,787 484,787 00000000000000000125d91ffa33a90974aabd4cdbe04426accdc4755fe8adec 762 0.45/1.00 vMB 111
484,786 484,786 00000000000000000061319fec2030f894a7bd815d0e77c73c35b08a85372dbc 63 0.05/1.00 vMB 145
484,785 484,785 00000000000000000007a7f633235f47c511ee92c413691b135f4e32d37ce56c 1,750 0.89/1.00 vMB 124
484,784 484,784 000000000000000001304743e6dc8afdf1735cf3af4ef257a2942b036782741c 154 0.07/1.00 vMB 94
484,783 484,783 000000000000000000b22c69b6f0965b13583b21347a344876f4909541eafd7b 986 0.45/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.