Loading Tool

Explorer IconExplorer

Memory Pool

30,222 transactions
13.36 vMB
0.09803437 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.43/200 MB

Candidate Block

Mining Attempt df86198d5edcf6b9bb370afa4caeebdff744aacf7a593f38350d75c53b9590a9
Version 20000000
Previous Block 00000000000000000000033752d747c7ba8c166eb56d418533257835a2d32b8a
Merkle Root 6f570ce72113f188795b8f67bf4d04037a58a81b18133e3564f14ff59c5dee90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,489
Size: 0.99797275 1.00 vMB
Total Fees: 0.06961439 BTC
Feerates: 608.33 > 6.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,731 (557,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,133 356,133 00000000000000000a54fc34c19227119b97d5c4c922694d17eff273447230e8 1,968 0.94/1.00 vMB 27
356,132 356,132 000000000000000009dc968f6ceb9b6f00154a0d43e21bae39fd9ec6d378443f 588 0.33/1.00 vMB 27
356,131 356,131 000000000000000007c4716a3aead7e68c9502527d258f589aec835c0876f271 207 0.23/1.00 vMB 7
356,130 356,130 000000000000000015b1b15074014a6091d3bde139e8a99264c428d8a5780d6f 1,313 0.75/1.00 vMB 18
356,129 356,129 000000000000000005334eebe2309d12f3965334bb48dfcf9e55f1965d9674de 1,540 1.00/1.00 vMB 33
356,128 356,128 0000000000000000161e4df628e43389c276a839d7bae26785832bca0010b8e8 1,187 0.90/1.00 vMB 22
356,127 356,127 000000000000000007d28c717a21e7a0f850b82dd26c5baf9e44918578b6f695 1,455 0.75/1.00 vMB 27
356,126 356,126 000000000000000005e241174dc6d2084dde2e4b4e2cd7afb0ef138cba1429d8 741 0.35/1.00 vMB 29
356,125 356,125 00000000000000000befac9f5c4730288d14cfac3c78067defeacad8713a4744 2,289 0.75/1.00 vMB 37
356,124 356,124 00000000000000000a86f5eb1b4f7512d7f0185989bef7c759876e72236ba596 908 0.47/1.00 vMB 24
356,123 356,123 00000000000000000692aeb94fb6b7fe94527cfcf35a95526ee94452fa8a2136 537 0.27/1.00 vMB 26
356,122 356,122 0000000000000000048b69d1e156cab509a323ab559b15f0af07a08e8405d016 274 0.17/1.00 vMB 18
356,121 356,121 000000000000000002ff659ba7ec9c99f9ef1a634d7af9a91fcf907e85a4aee4 402 0.19/1.00 vMB 26
356,120 356,120 000000000000000011d4c4871a97c3fb5f0a47d57a392e875abd938de30b9aa2 910 0.69/1.00 vMB 16
356,119 356,119 00000000000000000a8970df182c1a2ffca837176a04008ed5bd57fb58acfe50 1,514 1.00/1.00 vMB 21
356,118 356,118 000000000000000016c3d50f4b790dcca1c793a7644604d6baafce9514b1ab92 2,475 0.75/1.00 vMB 58
356,117 356,117 00000000000000001137153704f62c01e8727939728a5c7cdf3f72c2518ceace 149 0.38/1.00 vMB 5
356,116 356,116 0000000000000000102da5f59eb4e4d97716969105f6799b3068c2d73f22aa95 1,500 0.75/1.00 vMB 28
356,115 356,115 00000000000000000db745c6bbde202d90a01619cccfa64a9c45f9707f6bde78 363 0.23/1.00 vMB 20
356,114 356,114 0000000000000000137213ff1c5849ff8f0206a9852139fbcff5305a6be78232 251 0.17/1.00 vMB 18
356,113 356,113 000000000000000001bd6d00b9796cdaab7ba8df703b163e7e9351e15946b143 679 0.42/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 780.15 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: 501.39 GB
    • Received: 3.78 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.