Loading Tool

Explorer IconExplorer

Memory Pool

87,127 transactions
32.59 vMB
0.15124491 BTC
Random Selection Loading Transactions
Max Size: 199.02/200 MB

Candidate Block

Mining Attempt 0331cc82092aca036686bfa550ae941d02f8895fd5b0d9d34859d6c3895f2d31
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 2bcdcb2da7f61ae66f810dba58c71234587441a98afb6940a5da4b057ae794f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,213
Size: 1.00 vMB
Total Fees: 0.05824868 BTC
Feerates: 400.00 > 5.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (452,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,905 462,905 0000000000000000003e4d4db50050ca789765d07683e3f5921d0042cc89fcab 926 1.00/1.00 vMB 177
462,904 462,904 000000000000000000efbcdbb56065afd091cee5fe483eadf082125d85fb9e7a 2,191 1.00/1.00 vMB 158
462,903 462,903 00000000000000000153fe08a84ea477f12acd30583cdc12ae0f5cc5d413e769 2,575 1.00/1.00 vMB 226
462,902 462,902 00000000000000000157894bdfb2dcd481ebd7fbf42c87a07dfc4d0e6bdbabb5 2,627 1.00/1.00 vMB 172
462,901 462,901 0000000000000000018a6cfc2f62afa488f87bb0ad356119cdaa4bee78650387 2,380 1.00/1.00 vMB 149
462,900 462,900 0000000000000000016adc9a670b726014cfebc88e236a39e0fa70c814329d7b 2,141 1.00/1.00 vMB 184
462,899 462,899 0000000000000000011e946e5ff5e5ac60bcd68163a7c9c21b6492dd9933d375 2,158 1.00/1.00 vMB 178
462,898 462,898 0000000000000000007b77942445fadc20d5a69f22813ef4316e4f53d452d758 2,537 1.00/1.00 vMB 206
462,897 462,897 0000000000000000021194dd09fe506fe6d267c18749ec341bb4c3bb3d04bcc2 1,802 0.99/1.00 vMB 177
462,896 462,896 0000000000000000005ad2d6cc423a11d4cb6f0e2ad30f9bb4462f37c16f30e5 2,044 1.00/1.00 vMB 156
462,895 462,895 000000000000000001620ceb95e5f730f6e5b2c652fa2f2cbf1215c0a432a278 1,922 1.00/1.00 vMB 170
462,894 462,894 00000000000000000080d83c8499ca70bb63432a75e6ae0eaab7eff1104570c2 2,119 1.00/1.00 vMB 121
462,893 462,893 000000000000000000823aab6394a8d47a39a1b7139ee10940dc64c402a1abd5 1,798 1.00/1.00 vMB 127
462,892 462,892 0000000000000000009cdaf5601188171630ed8ec4cd3257391d0c791d964d1d 2,157 1.00/1.00 vMB 181
462,891 462,891 00000000000000000151bfb1188c9ae5afa78684cfaa5540c4318a47fa098083 1,207 1.00/1.00 vMB 136
462,890 462,890 000000000000000001e7b57c3297d0000fabb501c6998d47b936a6dd07176617 1,965 0.99/1.00 vMB 176
462,889 462,889 000000000000000001d4d3a2344bb99372cee9d08dcc4d7b10dd85104757bd8f 2,788 1.00/1.00 vMB 201
462,888 462,888 000000000000000001041779fec03d4db102c1f8d3f1733d16ead56fcc1701ea 1,853 1.00/1.00 vMB 172
462,887 462,887 0000000000000000016d4e9b61cac2b82ab0bfe1422251e245e11d177b2ee2c8 751 1.00/1.00 vMB 143
462,886 462,886 000000000000000001f1182c00b082580a8630a949ba8692af6b376802b72c4d 3,336 1.00/1.00 vMB 206
462,885 462,885 000000000000000000e2c6c35f0a04769e9acb24d343db0bf47a77f25674eaf1 1,943 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.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.