Loading Tool

Explorer IconExplorer

Memory Pool

73,309 transactions
28.23 vMB
0.07299573 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 2f1cc550c9f9f9f3a3bdcf7609a9376becd9a14f45c8104c6c2e4ee62c74e7ed
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (749,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,168 165,168 0000000000000701aa790387758262445fe48be66da1bb0664639e73a12ea221 61 0.02/1.00 vMB 118
165,167 165,167 00000000000008d47ad49149bd2554df6ebee3cb931e2295ecf13c4962b867e3 13 0.00/1.00 vMB 151
165,166 165,166 0000000000000325d4841e4a147ef4c8f98a3e04128c4097708a80f18e3eb7f4 5 0.00/1.00 vMB 0
165,165 165,165 00000000000004ee24096088f60cda2ad4c8cd56cb8aa0b15873223af4b72073 23 0.01/1.00 vMB 735
165,164 165,164 00000000000001ec9a07a58e64c4fbfac78f7b3b6b585db32a052a7c5d71a1da 37 0.02/1.00 vMB 46
165,163 165,163 00000000000006f5a0cc1c2f6fa3fdc2f561e125c28115c4d6e48e28fb418bf0 23 0.02/1.00 vMB 61
165,162 165,162 00000000000009dc2ceacdd878f64f6eca0b87dfb881fe89720781c2f9c43502 10 0.01/1.00 vMB 208
165,161 165,161 00000000000009128ecdd3dadac8171ac060af7db66de94d8ad4f1ad042016a3 11 0.00/1.00 vMB 32
165,160 165,160 0000000000000b7a2c81094d9c16751096f288a873231439b84414f0f16dabc0 40 0.02/1.00 vMB 100
165,159 165,159 0000000000000521e49ea6786bf1b9cf51a6c3933428a2911f004064a2ba132a 13 0.01/1.00 vMB 92
165,158 165,158 000000000000047552c6f224f3d3b8cde1ac992c94010acb709f4d58892936e3 8 0.00/1.00 vMB 0
165,157 165,157 000000000000017248b9e5c2b7ab06193efcae6ba5e316b2b8cc5ed8706d5215 111 0.04/1.00 vMB 28
165,156 165,156 00000000000008994ef80a812db753904c3140d7bc128b72965b616cbd02af3d 4 0.01/1.00 vMB 276
165,155 165,155 000000000000014fc229e31c12103a39ce24a49dd72568d78b23393be8b981ea 22 0.01/1.00 vMB 0
165,154 165,154 000000000000065d760f664576daf16eb9bd0ccfee1039c2c06fd2dd92fbcb60 61 0.02/1.00 vMB 198
165,153 165,153 00000000000005fa686d36f9bdf9461cb4dfd8cad3cce33ce5ec1281057a154d 19 0.01/1.00 vMB 530
165,152 165,152 0000000000000c27702f24c409c7a1773033ed4e76434986897ec254f823bd8a 34 0.03/1.00 vMB 49
165,151 165,151 0000000000000693394af982b705c706651ba17f34c046444fc24ef42c03d8d1 97 0.04/1.00 vMB 113
165,150 165,150 0000000000000826c511a828be5f0a8ee31f1a68bcdd4d3278d258c06ceb6947 47 0.02/1.00 vMB 31
165,149 165,149 0000000000000169b303449c692d55afaed0c338f6d1285d529307abcfca9c16 17 0.00/1.00 vMB 72
165,148 165,148 0000000000000165a529f7590ac8ea6c87b34a374f1f93307db242d6b2ce8489 50 0.03/1.00 vMB 146
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: 666.81 GB
    • Received: 15.22 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.