Loading Tool

Explorer IconExplorer

Memory Pool

81,297 transactions
29.91 vMB
0.15445561 BTC
Random Selection Loading Transactions
Max Size: 180.20/200 MB

Candidate Block

Mining Attempt 5315c5b4e2f3041a326eb96dc9fac0ebf21c0ac7bd7472cfea59c1dbe5a5d548
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e58af8f237fb8eeb28cb000c1912a998703406418097700e9429205662c6c4c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.05861183 BTC
Feerates: 1,002.91 > 5.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (697,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,217 218,217 00000000000005453b7cfcfc673d9a9cf343cac5673518cee1dd4f8c5b2d9448 576 0.25/1.00 vMB 274
218,216 218,216 00000000000000ee385f253e437a4bf6249d6b9f248f0285629a56a500dbff8b 875 0.25/1.00 vMB 305
218,215 218,215 00000000000000509a1bc60b94009fdc00453ec18a8dfdc6e71dc6c97cada88e 113 0.07/1.00 vMB 95
218,214 218,214 00000000000000e8a572ed575fdcfa68271b10c0a959ba9ec22a010cd60bec1f 747 0.25/1.00 vMB 210
218,213 218,213 000000000000017d9d80bbf4f624f15a9dd28588779b9a00b991ad4ae7a77fed 279 0.11/1.00 vMB 190
218,212 218,212 000000000000034f0b228e409c4e51e2e2c3710c446a26069090410e681d2cfa 213 0.08/1.00 vMB 201
218,211 218,211 000000000000031f6d936819a7bb7418b76e67e1fe94082f0647c748344d927f 254 0.13/1.00 vMB 140
218,210 218,210 00000000000004052459ebaa0d6d58ad097b8e542b88916f54dd10d51d84c6e8 332 0.24/1.00 vMB 125
218,209 218,209 000000000000021a6e2bce0b299bad4c0b0f19fe23c0e12626ac720baf55dad4 538 0.18/1.00 vMB 231
218,208 218,208 00000000000003cf6339e7c4c2b2eb7d20a29fbe0303eec65d0c4cffcaa53563 780 0.38/1.00 vMB 166
218,207 218,207 0000000000000139fe6d9cf495954a5cba92bc27b72725c2e96418ab2757eb8c 1,220 0.48/1.00 vMB 134
218,206 218,206 00000000000002a61c24c525520e9911f15b24c8e34507cae116c5bfc45edac8 858 0.25/1.00 vMB 203
218,205 218,205 00000000000003a3b1895e8cd2217245f506047f37bcb37af39991ae66bd7b8e 512 0.16/1.00 vMB 339
218,204 218,204 0000000000000347124a2702468ed21e500df240b375e571b66d543e58e7b58e 351 0.18/1.00 vMB 83
218,203 218,203 00000000000001daca692854d89bd72ce54402e8f9308edfb37ae1631938ca93 558 0.23/1.00 vMB 188
218,202 218,202 0000000000000190887b38204802be28dff8c96b34e79d27c55f01f812c4bf00 9 0.00/1.00 vMB 57
218,201 218,201 00000000000000072b932996c675b2554cfcbf0f2a1c19d282935923aaad9492 466 0.21/1.00 vMB 176
218,200 218,200 000000000000001b7a7a3035d7a8ebf2a5a4ffa956677190418ee7172c2fd491 583 0.25/1.00 vMB 183
218,199 218,199 000000000000015a260cfa4545b68c2cfa167c8b5bbf39e171649d21c66a6b4d 128 0.05/1.00 vMB 136
218,198 218,198 00000000000001e0e393c618e2a223e16858b0b6ab26856db13ce358795b8e14 434 0.16/1.00 vMB 189
218,197 218,197 00000000000004f84ff7c9f677617c2de629bb10b00037ce19bd163b46a17f93 33 0.01/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.