Loading Tool

Explorer IconExplorer

Memory Pool

26,587 transactions
11.95 vMB
0.02460689 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.06/200 MB

Candidate Block

Mining Attempt 89825d3a5bf26a52938ea10f6a6929ee52e9d7f3856bb42beb0968bd220a97a3
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root f56db49a4e3fcfa580f2d74d27c831dc000c766b83471450bf89e5a03f8e2f81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,964
Size: 0.99792775 1.00 vMB
Total Fees: 0.00460009 BTC
Feerates: 42.27 > 0.46 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (743,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,194 170,194 00000000000002f80223440bd97efa3045c3303a5515162d06d5f705855f117e 1 0.00/1.00 vMB 0
170,193 170,193 0000000000000189f4f272f5a4420f8c950eb3e034724085e7225fcf71a90f4e 77 0.04/1.00 vMB 198
170,192 170,192 00000000000007c467fa1ea5211d5573293d68ac179cb7a92291d900333e043b 1 0.00/1.00 vMB 0
170,191 170,191 000000000000003d763d50db4337c79e5a48953f3094c2f715d5fcad87a65140 69 0.04/1.00 vMB 224
170,190 170,190 00000000000000818ebffbd4633f4026d891a1c69b2d647e383a021cbe13d07a 142 0.04/1.00 vMB 28
170,189 170,189 0000000000000a16fba92bf4b318e26fed28d16936993a3e12f5f2e8f4b6a834 1 0.00/1.00 vMB 0
170,188 170,188 000000000000083ab33c541429a6f1934e43e66c4aaedb535e6aaf1a8689f29d 11 0.00/1.00 vMB 0
170,187 170,187 00000000000002cccd08f85a3f270cb52e3aca703be093bf74acff49592b22e8 87 0.05/1.00 vMB 119
170,186 170,186 00000000000005867c2014a94e99fd0c5a9961494d593b06608a6ca9908a0889 8 0.00/1.00 vMB 35
170,185 170,185 00000000000001956a5b57aee085a286de406b7b62fd76a42caf7255a5c62e5e 12 0.00/1.00 vMB 41
170,184 170,184 0000000000000696582039c784256091fecf13d4abffd6ae15ded5b60c246b53 14 0.00/1.00 vMB 74
170,183 170,183 000000000000060b6c05bd73e525af8543fa8b9ddeb3225f5c17319a1c91a825 64 0.03/1.00 vMB 83
170,182 170,182 00000000000001d0701f5340ce4df154b482182119ab05adb69552f47c5e1e8d 1 0.00/1.00 vMB 0
170,181 170,181 0000000000000100b788f64dee30b1fa0f975ab303485af9b53326b11e936a2a 1 0.00/1.00 vMB 0
170,180 170,180 00000000000005d3ff15440684256ce17547cd2879bcbc91a8feefd6371df5b1 39 0.02/1.00 vMB 245
170,179 170,179 000000000000073393ed143042da3272e73c48b7cea79823687e5a4f3b057788 17 0.01/1.00 vMB 81
170,178 170,178 0000000000000588d893ce2dbd7f09e13b87a58095098a9cd0f3717de6c4095b 26 0.01/1.00 vMB 87
170,177 170,177 0000000000000641724305f11bb5f45fa5b6c7ee69f3a299615d80e8a0f6a619 10 0.00/1.00 vMB 0
170,176 170,176 00000000000002757390ca5de3bfd0656e227c65cc114c70705c8e4c99c5f1f7 23 0.01/1.00 vMB 152
170,175 170,175 0000000000000ab20187f29e2af59a7b6c3eed222b3240e5c6bc618eec2b2c8b 14 0.01/1.00 vMB 153
170,174 170,174 00000000000002821c36deee4986f984eb4dd7219cf030c6e38ac7b118c73546 32 0.01/1.00 vMB 781
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 504.58 GB
    • Received: 3.96 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.