Loading Tool

Explorer IconExplorer

Memory Pool

74,985 transactions
27.66 vMB
0.07518101 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt 17d7645bf081fdf2e4e3fa330256a95f2723e9811890450076fd57b0f70975da
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 10e2901b1c8f372ccd5bd46055ded62451daf25982f51774d045960502e6092d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,160
Size: 1.00 vMB
Total Fees: 0.01614156 BTC
Feerates: 100.35 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (630,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,428 284,428 00000000000000011007a167661388964440aebbc9860750959b5072d5608f25 132 0.05/1.00 vMB 175
284,427 284,427 00000000000000002dd8795383984dae40634c740eeeef7a064b24052a110567 322 0.26/1.00 vMB 43
284,426 284,426 00000000000000001983d03bf23f440e81eb970be663610dffac019d776aeedc 394 0.22/1.00 vMB 35
284,425 284,425 00000000000000006ee9dc0d1226db4227bdd8d5994ec1fc5ad3aa3985e25289 659 0.38/1.00 vMB 39
284,424 284,424 00000000000000019fe0c170b8b38624caaf1c6ba394731dad2af0383391af39 96 0.04/1.00 vMB 49
284,423 284,423 0000000000000000db9adbd2680407b1b24d28e20075004bb9e8654192d1c542 177 0.12/1.00 vMB 49
284,422 284,422 00000000000000019e5eac561926f086afa76cb7666edd70218b9a699b7b684a 107 0.05/1.00 vMB 65
284,421 284,421 0000000000000000b6a2e82ec9fb43a256f7ea5c987c1e12fc83957bad7ead24 21 0.01/1.00 vMB 50
284,420 284,420 0000000000000000a79d7ef9cf7dba80a3d826dcbc33871162fe0bed5e6212c7 181 0.10/1.00 vMB 49
284,419 284,419 00000000000000013b50325adf730b44e23e756a2d165d27591dd1128e094c20 530 0.34/1.00 vMB 16
284,418 284,418 0000000000000000115e3180a4bff3a45f93855de85651efe6605cb6e2704269 192 0.10/1.00 vMB 32
284,417 284,417 0000000000000000a887dc62ff6b0718c9554897a24f4853b1a9544942b37296 744 0.34/1.00 vMB 55
284,416 284,416 0000000000000000d386e1392428b5fd828888b1056491eeba195eac01681c0b 288 0.14/1.00 vMB 69
284,415 284,415 0000000000000001304a1073d317d5b0b4a4ac084e19b19201b5c4486d231978 826 0.46/1.00 vMB 46
284,414 284,414 0000000000000001016efe3fcca4a8837873b1bca13432434cd881624c14ed30 124 0.08/1.00 vMB 30
284,413 284,413 0000000000000000e87403a10de833a008eb714c20b17dfc6ee0fb3713a6082a 413 0.26/1.00 vMB 44
284,412 284,412 00000000000000004312a0e1420ef18fe99d6dca9b2f2651cff987691f57acb3 1 0.00/1.00 vMB 0
284,411 284,411 000000000000000023d050f1e7ba9641742508121a652e958e3f41def0ce2102 100 0.06/1.00 vMB 45
284,410 284,410 00000000000000007550202ee156af5ce7852ec014a8c2c2fd5dedce8c155cff 229 0.23/1.00 vMB 21
284,409 284,409 0000000000000000eb734f611b5f0164cc9824ab0bab2e8d9889d7e052a257e4 546 0.25/1.00 vMB 56
284,408 284,408 00000000000000011dbd0da9a9b7158617e6f5974f13136e08e0c418505aea67 228 0.22/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.