Loading Tool

Explorer IconExplorer

Memory Pool

71,775 transactions
27.76 vMB
0.06146527 BTC
Random Selection Loading Transactions
Max Size: 164.64/200 MB

Candidate Block

Mining Attempt deec3146612b88c06edb53689b477e18ce028a65a4159d4cbaa02d7b952d63a5
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 389feb0285b6544351793df07a834b9e7d4c7bc4dbd374ecf464355d9945a2dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,893
Size: 1.00 vMB
Total Fees: 0.00618470 BTC
Feerates: 101.52 > 0.62 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (235,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,911 679,911 000000000000000000070952c63ed60c8df6026314571123bdd655bd73d57049 3,160 1.00/1.00 vMB 328
679,910 679,910 00000000000000000006e2962638f85064d16c546a08f00a0fde18fbbef718fe 3,017 1.00/1.00 vMB 285
679,909 679,909 00000000000000000005e5b65e8615101d85c56dbf17c3de75d7672b16b6daa5 1,634 1.00/1.00 vMB 136
679,908 679,908 0000000000000000000afebc6990690321dee8df8f52f67bc2dcbf59fb3febd4 2,496 1.00/1.00 vMB 159
679,907 679,907 00000000000000000007cfa4aaac85b26048e0243fbb38a1509257472198773c 3,080 1.00/1.00 vMB 267
679,906 679,906 00000000000000000000c82b2d1213cf16a7794424bf0b59978f9cd7c1d2d70a 2,478 1.00/1.00 vMB 182
679,905 679,905 00000000000000000008b9e4053c97afd19eaddb0f3e6fc362c33f3f99850f25 2,441 1.00/1.00 vMB 226
679,904 679,904 000000000000000000011e502cbfc0afd95403eb856fc64d6b5ad7c3569dabc4 1,229 1.00/1.00 vMB 236
679,903 679,903 00000000000000000002d619fcb7958f9c8d3690fea4b9e316acc2436e665311 2,118 1.00/1.00 vMB 256
679,902 679,902 00000000000000000004c2d3d3aa4f1b649ba67655684b78b662bb1f8cd564f7 2,501 1.00/1.00 vMB 149
679,901 679,901 0000000000000000000a40380f1e65dbfa997f93a68e56c067080a5c93d82bb9 2,735 1.00/1.00 vMB 217
679,900 679,900 00000000000000000009c4d3e8b3789a5e92b2abcc7471db7811edac0cdb17ae 3,348 1.00/1.00 vMB 285
679,899 679,899 00000000000000000002aece15402457693863af5ff455b52189a206224e11d1 1,328 1.00/1.00 vMB 139
679,898 679,898 000000000000000000010ee409b37340b1d4450e725adabcc7ab11c0c4d77f48 2,390 1.00/1.00 vMB 183
679,897 679,897 00000000000000000007b505fb5f68a2a969f5c99933025c0cbba13d3bf07cfe 2,267 1.00/1.00 vMB 186
679,896 679,896 00000000000000000001e13882b283f50b69fbf1f830be2badac3563b298ddd6 1,355 1.00/1.00 vMB 137
679,895 679,895 00000000000000000003f0244d84dbf6064704bf064713029e8a56fb7c21595e 2,559 1.00/1.00 vMB 210
679,894 679,894 00000000000000000001711483755d36517ee55d25aee4b7f0f510c96a844b81 1,143 1.00/1.00 vMB 129
679,893 679,893 00000000000000000005cae7c2621a505ebbfa343678097f1c7dbcdae0a0909f 1,211 1.00/1.00 vMB 131
679,892 679,892 000000000000000000049875b16dd68b95db0f1bf4d78ab50c2099d9346cb3b7 2,681 1.00/1.00 vMB 200
679,891 679,891 00000000000000000009622f852f01d8c14867dc4808cc7c7f066df68bfa46b7 1,167 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.