Loading Tool

Explorer IconExplorer

Memory Pool

37,154 transactions
26.85 vMB
0.06026834 BTC
Random Selection Loading Transactions
Max Size: 136.39/200 MB

Candidate Block

Mining Attempt 3bd9a623c87d3ae15837894cabf5077551ae0eea7258e3e36603b72c042dd3cd
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 1852ee16709345b0378218179e506e28e32a42a5f8abf003761c4786e2c180d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00983092 BTC
Feerates: 74.79 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (440,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
474,090 474,090 000000000000000000174ce319122fc3636c1694a6e80ec3fee5b00b4c96b7d8 970 1.00/1.00 vMB 107
474,089 474,089 000000000000000000073142a6bd661652be85b79431b742f4befd86f3616934 998 1.00/1.00 vMB 174
474,088 474,088 00000000000000000045fa3492aee311171af6da7d05a76c6eaadab572dc1db9 1,504 1.00/1.00 vMB 221
474,087 474,087 000000000000000000d7db8a171c8da0055831c3ceda46da7e60392462e8cac8 1,960 0.99/1.00 vMB 237
474,086 474,086 000000000000000000501ec32155267108a238464f64f237ae063fe6c674094f 2,391 1.00/1.00 vMB 347
474,085 474,085 0000000000000000005c328d2de89d78c4dcf5e6a53117a8908b64b91a98f1c2 2,360 1.00/1.00 vMB 385
474,084 474,084 0000000000000000013b202cc8d47c37e0ee4ad705a8c823bdd26a94bc2f0292 2,545 1.00/1.00 vMB 241
474,083 474,083 000000000000000000997086b6dfda64226329ec03136184a5aadd0a30e7666a 1,902 1.00/1.00 vMB 282
474,082 474,082 0000000000000000014ea97e4a353b3febafbbbd465a8fd0a02bfc7fb93793f3 784 0.53/1.00 vMB 73
474,081 474,081 0000000000000000003abdb615343edbac5ab8c53ae22671ecdd9c6cae4bc7d9 2,354 1.00/1.00 vMB 291
474,080 474,080 0000000000000000015145196c3e8421d7fa2df35e8ce1caf2db9d203985a698 1,976 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.