Loading Tool

Explorer IconExplorer

Memory Pool

38,712 transactions
26.17 vMB
0.05780066 BTC
Random Selection Loading Transactions
Max Size: 135.59/200 MB

Candidate Block

Mining Attempt efa44f6b7f9a549399e546d9a15168f5229d6901c85587b8e50929adc7457e75
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root edbab9d3d27344c9f5bc1ff4a837031a6b4251f92b09a4f6f85b1c2aacd7e8cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,486
Size: 1.00 vMB
Total Fees: 0.00994765 BTC
Feerates: 50.62 > 1.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (422,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,810 492,810 00000000000000000076a5862f35aa1f5cb6b9db26c4d3f748698c4a24418d53 2,866 1.00/1.00 vMB 283
492,809 492,809 00000000000000000013e96f3072ffd0415365f14150c66fcb26c41c718512f4 2,577 1.00/1.00 vMB 204
492,808 492,808 000000000000000000bb309499fb033a8a69613af58dba983a3c2f07debb277a 2,206 1.00/1.00 vMB 186
492,807 492,807 0000000000000000000b203e637b3145e96d8a3cb582ad9face9730a314027be 2,527 1.00/1.00 vMB 212
492,806 492,806 00000000000000000096f8ac10be22e11562a8f4393d22f3a55f25101270701d 2,628 1.00/1.00 vMB 238
492,805 492,805 00000000000000000067548f6726407f92fd9c830efc847df9e482b27beb164e 35 0.01/1.00 vMB 561
492,804 492,804 00000000000000000035ef2e85001b0c29fbe573fe1a5eb1f59e0ab71d6017f1 2,074 1.00/1.00 vMB 247
492,803 492,803 00000000000000000089ef018b6cc6c6f61b672a09d3cd8a717c2c667f9ae528 2,177 1.00/1.00 vMB 106
492,802 492,802 0000000000000000007d56f09f047279b02b1f80808eaa550060be9ab1f8be11 1,935 1.00/1.00 vMB 143
492,801 492,801 0000000000000000002d4c8f32f66de5fec06b0801926ba87508a1c14722524c 1,709 1.00/1.00 vMB 115
492,800 492,800 00000000000000000022c0cf319087c3306e273a9d9226a8c4b4b6482a1eb662 2,142 0.96/1.00 vMB 140
492,799 492,799 00000000000000000066ce92385f5fb4967e251c2c782cee329b25387afae152 2,377 1.00/1.00 vMB 151
492,798 492,798 000000000000000000281e221fbaf4065757e216cfee25532bfa7c6114b67341 2,514 1.00/1.00 vMB 164
492,797 492,797 00000000000000000008dbd3d6eb35c921cff17db4ab042060902ef36d1dcd3c 2,414 1.00/1.00 vMB 220
492,796 492,796 000000000000000000af0f0a62a9ef98ad9011886f95d954b49f0229af2370a4 2,039 1.00/1.00 vMB 220
492,795 492,795 00000000000000000020c3430fb5a9004a9a238df6ed864569961a70c9579fb2 2,394 1.00/1.00 vMB 244
492,794 492,794 0000000000000000008c61b5fcb8278ddb724f4615e03062b822bd9cc78307f5 1,602 1.00/1.00 vMB 199
492,793 492,793 000000000000000000942541c41d064be1f8e8dad8035836f9f899592687e3d6 2,508 1.00/1.00 vMB 224
492,792 492,792 0000000000000000009d407e55ddae30af6a210efb39e09e50e448021f1df133 2,711 1.00/1.00 vMB 248
492,791 492,791 000000000000000000207da75127e5e4e2f19c822b14a7b0aa70fff4b7abb1a8 2,167 1.00/1.00 vMB 222
492,790 492,790 0000000000000000009f287495f0034280a952bdae3292528d533f9b02ebdb5a 2,239 1.00/1.00 vMB 258
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.