Loading Tool

Explorer IconExplorer

Memory Pool

37,018 transactions
26.82 vMB
0.05974016 BTC
Random Selection Loading Transactions
Max Size: 136.20/200 MB

Candidate Block

Mining Attempt 999c7c158c8e8c59dd6353e9bfd6c9fed626de5bb2b02b9c8f5878e9e2372a08
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 66ba75dfebc00f0b2e862841c3effc082460701eb05b5d65198dad06878bce7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,977
Size: 1.00 vMB
Total Fees: 0.00946688 BTC
Feerates: 74.79 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (82,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,411 832,411 000000000000000000011e7b228179e5651aff272f3f3dfacc251b1fb92af291 2,856 1.00/1.00 vMB 34
832,410 832,410 00000000000000000002f24be6b53e0de572a48cfe6eef3852193fcd805cfa9b 3,591 1.00/1.00 vMB 41
832,409 832,409 000000000000000000004347030e2aee77c432be882de9213067924e3d28693a 3,621 1.00/1.00 vMB 57
832,408 832,408 00000000000000000000604fc43b321c3e5bd57aa87348b7869fdc2ab142fa32 3,039 1.00/1.00 vMB 46
832,407 832,407 00000000000000000001e5814a7553cfd3d9e1af478a7f3cc290a000a86341e0 3,370 1.00/1.00 vMB 50
832,406 832,406 00000000000000000000b341493b6faf84b0910355c2986bcba5f30d16624496 3,852 1.00/1.00 vMB 62
832,405 832,405 00000000000000000002b7cf7652ce547d8b94e35e367f947e380677e3d8c05a 2,411 1.00/1.00 vMB 36
832,404 832,404 00000000000000000000899a5ae49ce4747e7e5bad5e7b33d5c31bae7cdf15ea 2,906 1.00/1.00 vMB 18
832,403 832,403 00000000000000000000431e1427db91979a069abd1b1b8fb86540b16dd317ee 3,207 1.00/1.00 vMB 34
832,402 832,402 0000000000000000000004ed881562babe71120c1fcdc6c02fd2dd310ee9558f 3,678 1.00/1.00 vMB 38
832,401 832,401 00000000000000000002d56450d041ccac618b83fc48dfe00132e59f3e9d108e 3,094 1.00/1.00 vMB 28
832,400 832,400 00000000000000000000a084634e70a3f678602de7e6fc014ae552379af977fe 2,446 1.00/1.00 vMB 21
832,399 832,399 00000000000000000000b2a11e34f111a901bac2ed899b839584f664b0232cd8 2,538 1.00/1.00 vMB 31
832,398 832,398 0000000000000000000350a8c1a188dd80b1a385a5a53315c9bcf37fa0343e94 591 1.00/1.00 vMB 14
832,397 832,397 00000000000000000002080169eb7db65629e83c12b47fc93016a2eb1ef77e42 1,609 1.00/1.00 vMB 16
832,396 832,396 0000000000000000000299cf4fc5e4b6e8ed3349a077d42598f966dba63313ce 2,064 1.00/1.00 vMB 15
832,395 832,395 00000000000000000000e8794ce4d5cb0dbb510867a31406a53e09e7f1cb75d7 2,103 1.00/1.00 vMB 24
832,394 832,394 000000000000000000001640a370294e2f325dc0be5510cbd09e2d3ae0a3a9b6 3,332 1.00/1.00 vMB 39
832,393 832,393 000000000000000000023d666b72d00a1fa2a99acd9a009b53a0e9fa8ffe720c 2,781 1.00/1.00 vMB 31
832,392 832,392 00000000000000000001e138955ad6de6246a241d3a58d2a3bb5bc280025e384 2,302 1.00/1.00 vMB 18
832,391 832,391 0000000000000000000327e289058ac6b467af2a5f853957354b96654de6208d 3,214 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.