Loading Tool

Explorer IconExplorer

Memory Pool

78,545 transactions
29.73 vMB
0.07033813 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt 9193d76130b6aa5df0d09697365130dfe9ca634e9d1270b00a5a6486b88763c1
Version 20000000
Previous Block 000000000000000000018cc998e581b9e29ac14190299ed5ff6b30ff1c468ef4
Merkle Root 2e9689cb2d639c4f23d818d81d4be0d1b6a80eb8b685490d16a0c6335ad930e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.00444920 BTC
Feerates: 7.95 > 0.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,369 (442,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,903 472,903 00000000000000000134179f8dd4b1a34b14330fdc3e09ac189ff298aa18d856 2,239 1.00/1.00 vMB 158
472,902 472,902 000000000000000000e0bd67b97e8b20f54196d0463fc6c7f8a4a94cb44f47d5 1,911 1.00/1.00 vMB 331
472,901 472,901 00000000000000000096663469de4b01488ed57fde5133112308cf52403b233f 2,309 1.00/1.00 vMB 156
472,900 472,900 00000000000000000136eac7651b12cd8105c74db966d471b3d380c5a114db04 2,187 1.00/1.00 vMB 208
472,899 472,899 000000000000000001762c5ed773410ca075ee9e9d11be981d90f1c3e8a61590 2,343 1.00/1.00 vMB 214
472,898 472,898 000000000000000000a33078c1258efe58f5a3b2c94fa67d5e4d3e7717280bd0 2,004 1.00/1.00 vMB 248
472,897 472,897 000000000000000000cc7cd572e8329496964e369484655698d3f697e43a8b01 1,878 1.00/1.00 vMB 353
472,896 472,896 000000000000000000ce44c2d581d72baac22162ddde4953879d3060df14153e 1,175 1.00/1.00 vMB 128
472,895 472,895 000000000000000000b5e23759e668ff1897d32f34ea37bd5dd922ba1e5666af 2,399 1.00/1.00 vMB 200
472,894 472,894 0000000000000000002cca77787686d8024c171f89852c0208b3e5b160e961ca 2,162 1.00/1.00 vMB 291
472,893 472,893 0000000000000000001cc41114eec5854e3353b1e34c2da62603e6cbcbf8e322 2,099 1.00/1.00 vMB 338
472,892 472,892 0000000000000000004302a7ecc1a0c12a0140d4b60c398867f5fe64078c49cc 2,286 1.00/1.00 vMB 376
472,891 472,891 000000000000000001306e36d7382eeed7bd57225a8afa56e848182aee63cb3c 2,231 1.00/1.00 vMB 285
472,890 472,890 00000000000000000165980af14735665ac556bc1e2a1c485c16d9266622881c 1,469 1.00/1.00 vMB 229
472,889 472,889 00000000000000000159c6d590497c65281934c9b3d530c5fb812f1beb96d15a 1,731 1.00/1.00 vMB 332
472,888 472,888 000000000000000000636df93cf3c43b1eaf6688b090bf0f2fc7f94fbeb6033c 1,643 1.00/1.00 vMB 176
472,887 472,887 0000000000000000003897cc36963382b7eea82388fff01a8800463cf4c24297 1,622 1.00/1.00 vMB 370
472,886 472,886 00000000000000000070303088c0626fec56fc0322dd44d6338c60415cbadf64 2,514 1.00/1.00 vMB 377
472,885 472,885 0000000000000000010145367197c21681d360a116f980a4e36f2e6c57101bb7 1,686 1.00/1.00 vMB 222
472,884 472,884 000000000000000001215d14eadd949f8a1148425904cecef1e478f9a59ec3df 1,854 1.00/1.00 vMB 360
472,883 472,883 00000000000000000097d9af03507af466a8c369eb8a89153b8c5d6eea005cce 1,953 1.00/1.00 vMB 285
Previous 10 blocks ↓
Total Size: 783.03 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: 719.56 GB
    • Received: 18.09 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.