Loading Tool

Explorer IconExplorer

Memory Pool

42,262 transactions
29.19 vMB
0.07355187 BTC
Random Selection Loading Transactions
Max Size: 149.60/200 MB

Candidate Block

Mining Attempt fc1ca1d97b4f979800d9f26768b03c26186f7f636b2abd2f10563c9270f9b888
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 9411e01de210cdd11b2bb6132de637871c06328430dbc6311bdb6399dd9b4ef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01573433 BTC
Feerates: 100.36 > 1.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (440,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,111 474,111 00000000000000000040a9b0c2923497bddf4d251df5d2089ff1a189d3435294 1,714 1.00/1.00 vMB 155
474,110 474,110 0000000000000000012c481544c008884bf431838c510d8e02fb9918ef7d9291 2,203 1.00/1.00 vMB 186
474,109 474,109 000000000000000000de0e85e6e38ff740cea36a18d32810d0c737843fd1c71f 2,417 1.00/1.00 vMB 205
474,108 474,108 000000000000000000971dc19ee29195926e4e6cee689caa40fed902010aa807 1,983 1.00/1.00 vMB 143
474,107 474,107 000000000000000000e83f5455b0718385411fb7f7eb5792d35e8ac21f782dde 2,118 1.00/1.00 vMB 311
474,106 474,106 00000000000000000178b2d33b8a9fee9d920db596d6f2f0c46a4f71fabe3078 2,124 1.00/1.00 vMB 413
474,105 474,105 000000000000000001114e557aa5ba5e401e0c8229c67580453a9cec0d766d04 249 1.00/1.00 vMB 14
474,104 474,104 000000000000000000d4c7ebac09f7f4bd42fcdd04c80f506d1b41dc6002576c 1 0.00/1.00 vMB 0
474,103 474,103 0000000000000000013220055f5d4502148863b8238ffbc0b4945858ce17ff44 799 1.00/1.00 vMB 55
474,102 474,102 000000000000000001349f98efb9595ed48e6fb10a43f961039a1c3f96f37d58 1,128 1.00/1.00 vMB 109
474,101 474,101 000000000000000000914c3d0ea2560dd0a3484eb506d023a236fa0f0fb67a1c 1,714 1.00/1.00 vMB 290
474,100 474,100 00000000000000000003af70df9028fa38272b7ed4a31badbfdb3c4e03e51b4c 1,739 1.00/1.00 vMB 305
474,099 474,099 0000000000000000010842f940f8d5a108068d3a006bbf8a7e07ebed58d97e20 1,631 0.81/1.00 vMB 101
474,098 474,098 000000000000000001120bcb4112c8a8b71444ed7d1ea3ffd90cce22f208eb36 1,673 1.00/1.00 vMB 251
474,097 474,097 0000000000000000005f849bea58cb2a02a96a9a12854d4ce0ea24daacf6fec3 2,315 1.00/1.00 vMB 451
474,096 474,096 000000000000000000d1fcb6925bcfba671084b74f20c75dd2ffd66c3bfcccb3 760 0.37/1.00 vMB 219
474,095 474,095 0000000000000000000e9d6c8d6eda04eec6d9d10479498cce2e939abb624e8b 1,709 1.00/1.00 vMB 108
474,094 474,094 000000000000000000fcd8a4d67f35742a0174bfb4f865f0d5bcee3dab82286d 2,083 1.00/1.00 vMB 202
474,093 474,093 0000000000000000003e0c0340b8dac1af7f21d01c99e9715de607f4866f24fb 1,989 1.00/1.00 vMB 185
474,092 474,092 0000000000000000003bc12bcbafe001559cc234932099168b1153fd70cd8dad 2,787 1.00/1.00 vMB 392
474,091 474,091 000000000000000000c1865dc1cada76dec1f2f6b69bae4e075453a0c7a07aaf 1,957 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.