Loading Tool

Explorer IconExplorer

Memory Pool

73,564 transactions
28.50 vMB
0.07078316 BTC
Random Selection Loading Transactions
Max Size: 168.44/200 MB

Candidate Block

Mining Attempt 99e0a2ecb548af5cefc85eeeaab2e2f6dd59bb4eb675f00bc3626d155a2c7d21
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 884aaf9d1775c6ebf9444fc33cced28dd1e640e61e3d7340e2d1630ed0774c57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,484
Size: 1.00 vMB
Total Fees: 0.01348725 BTC
Feerates: 100.36 > 1.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (673,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,137 241,137 00000000000000858dfe6b89d2ef8e9222394ee79c90fdfa5a1f1034587d81ab 13 0.01/1.00 vMB 122
241,136 241,136 000000000000001513cd125e8c5339454cff667d6676daa5c0e957130e6e7d65 116 0.07/1.00 vMB 95
241,135 241,135 00000000000000b116fad370cc01a6d2b227543e12978e21fe0771f8d7248796 161 0.08/1.00 vMB 137
241,134 241,134 000000000000004ee9bfe2621c04b65a56d02708ae47e3463119bf884fb385ac 131 0.06/1.00 vMB 144
241,133 241,133 0000000000000082e5ddc4b999d62368ef7f70d25e62ee67f2349b4e6f4cf341 114 0.05/1.00 vMB 152
241,132 241,132 00000000000000a020e79f32cf90f925e1f4af0ed86699bce3cd0807cbe893a0 129 0.06/1.00 vMB 165
241,131 241,131 00000000000000a96a592b32dffc46a909344b80fbbc51aab2fe8e94dc8c6b8e 96 0.06/1.00 vMB 121
241,130 241,130 0000000000000103c2e8cdb4c86ee1f301721f87819c1ba360c319d0b035f636 189 0.25/1.00 vMB 25
241,129 241,129 0000000000000015d60231d255f4aae1ab1beef022c0887362dc97f3ff907416 324 0.19/1.00 vMB 136
241,128 241,128 00000000000000cbbcd290d2c0a84be630daa9ff760c30d1cc689142c144515c 74 0.03/1.00 vMB 33
241,127 241,127 0000000000000052f43f7f9a991bd0722afa75b5f2a5fd3d3cae7de5295c8dd6 292 0.14/1.00 vMB 104
241,126 241,126 0000000000000021af5de5e8499ab06b0fcf4a9fec9de0fe5c1f89ad221a16ac 619 0.25/1.00 vMB 208
241,125 241,125 00000000000000899bbeedc02751ab039d1a197b053101c0eff8d9bdacdda2fa 794 0.41/1.00 vMB 140
241,124 241,124 000000000000002da70a7dbde5ba6c0b90862a3229b3baa42a7d1d44fd2e3023 689 0.25/1.00 vMB 219
241,123 241,123 00000000000000639d423e95450eba9b754d841e570fa300da1c4a42bdcb21ee 190 0.09/1.00 vMB 162
241,122 241,122 000000000000001df9bc6bee7e90af5dd97d4c7d41eed84f368905d358dbdcfe 467 0.20/1.00 vMB 173
241,121 241,121 000000000000003bdb8b81fc442701daec78e8700180b6c95b95b8f7d02d65de 190 0.25/1.00 vMB 59
241,120 241,120 000000000000007c6a3aeb283bcee905d013510a64612f2e646a76cea253d61e 46 0.02/1.00 vMB 222
241,119 241,119 0000000000000017a7e6957e379ce11d398ed5773007d7310ad85b4f8512ea33 64 0.04/1.00 vMB 51
241,118 241,118 00000000000000e32a249d4d011b2b710fe6befeee7ffa4a7467a736137f3440 537 0.22/1.00 vMB 187
241,117 241,117 000000000000007be292cf60c2ae65cd119da3e751c3bc02b0f375dfdafb2b1b 69 0.03/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 782.47 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.96 GB
    • Received: 15.34 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.