Loading Tool

Explorer IconExplorer

Memory Pool

78,726 transactions
29.53 vMB
0.07288733 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt 1b5de67a1e4bd32322152f7d684ae9e0a9aa5b86c8cbb30497657a6820451b14
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 54677182d68f1a5f3b8464e292d9e010f21360c82a2cc32ace4db873932f7a55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,525
Size: 1.00 vMB
Total Fees: 0.01278636 BTC
Feerates: 101.61 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (443,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,254 471,254 000000000000000001611c4de37b0c504203ab5c55121a50a5d66c371ced331e 2,243 1.00/1.00 vMB 332
471,253 471,253 0000000000000000003f0bcaf2179783f08ff5480d38e2b68091242799ff537e 2,327 1.00/1.00 vMB 414
471,252 471,252 0000000000000000017c73fe7e205667891f16239727df67905e1825fdb6017a 1,951 1.00/1.00 vMB 379
471,251 471,251 00000000000000000191c02a3f27a9bee9c904ad79e5a5f443a6af1c31f162e1 2,398 1.00/1.00 vMB 413
471,250 471,250 000000000000000000e104d9fad74938c6a405fc32ce2ae97dda2c561e8e0df1 1,825 1.00/1.00 vMB 419
471,249 471,249 0000000000000000019022bea28fc0b48664b3c40afaea43802eafffefe065e5 2,978 1.00/1.00 vMB 501
471,248 471,248 00000000000000000096a3e82335ab91c86bfa5f129d88ac4cd436c8e1b0f69c 1,758 1.00/1.00 vMB 598
471,247 471,247 0000000000000000011d3adb8cb07f8b952966b527cde9b3a1bd1fed8845c26e 2,412 1.00/1.00 vMB 271
471,246 471,246 000000000000000000677f121dc018211bbaef0225a89690bec110ee4492cfe4 2,576 1.00/1.00 vMB 318
471,245 471,245 00000000000000000011365930e500322f3168d65186092a6e54efe0b8c528f5 2,369 1.00/1.00 vMB 412
471,244 471,244 0000000000000000011a18a4e3ba33557070e9109317286d899a3273f451141e 1,899 0.99/1.00 vMB 325
471,243 471,243 000000000000000000da12215aacd5856082b6b62569e447d538a3a98e4e5812 1,891 1.00/1.00 vMB 355
471,242 471,242 0000000000000000018f5c04a0372c2d3bd6af973571437ffaff3fc536a2fe8e 1,746 1.00/1.00 vMB 320
471,241 471,241 000000000000000001552f2b6f9bd67a981b3b9b4326ba0a85d50ca36c14d7d9 1,831 1.00/1.00 vMB 331
471,240 471,240 000000000000000001577b4ca3dd7978622ac1eee1c9ec46d7359d2e4c7645cd 2,041 1.00/1.00 vMB 381
471,239 471,239 0000000000000000005b237e68a45be8157532ed080debbc53b211f83df24ec8 1 0.00/1.00 vMB 0
471,238 471,238 0000000000000000019cde1a8ffcde71b02bbedf7a77abd9430a9ab8408d0d2e 2,121 1.00/1.00 vMB 389
471,237 471,237 000000000000000000c486c8568e607cbc294f05284340638a57af06025789fc 1,356 1.00/1.00 vMB 493
471,236 471,236 000000000000000001521831eb807c85f7b5ef825e8ead8c55539194491948a6 2,412 0.99/1.00 vMB 371
471,235 471,235 00000000000000000071d67198b338f60f2250fadd836c487e3b19abfee2c7af 2,856 1.00/1.00 vMB 450
471,234 471,234 000000000000000001399ead669f858e762c43cabac79acdaa853642d9c822b5 1,548 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.