Loading Tool

Explorer IconExplorer

Memory Pool

84,215 transactions
32.63 vMB
0.07906224 BTC
Random Selection Loading Transactions
Max Size: 193.35/200 MB

Candidate Block

Mining Attempt 1a3c60fb173403e07a1e99d8a1cdeb6e8a09b7fc87731d5f8cf3d64c908918c8
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 22024b1020c489e7c5435099f4ec0fce34d3f3f77c0672d1dd0ee427c126949a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,855
Size: 1.00 vMB
Total Fees: 0.01440182 BTC
Feerates: 100.53 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (250,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,115 664,115 0000000000000000000c60dec0936bdda5ac9b1e5eb8aba51cb02e893cecb544 1,554 1.00/1.00 vMB 22
664,114 664,114 00000000000000000001f60e2040562045e20239024550e32ad1a1eb59705f87 88 1.00/1.00 vMB 1
664,113 664,113 00000000000000000001955c567401141f0dab6b496969a13c5669a524e531d3 895 1.00/1.00 vMB 12
664,112 664,112 0000000000000000000121c35fec289a5a235e01e8485de393c7966dbce79d04 1,371 1.00/1.00 vMB 15
664,111 664,111 0000000000000000000cd3744d03b0b5ae450cbaabd7b07e95d674e0579922c2 2,214 1.00/1.00 vMB 20
664,110 664,110 0000000000000000000ead97075a6e2431b173a21a4db0cf4754cf0f118d1151 1,615 1.00/1.00 vMB 65
664,109 664,109 0000000000000000000142d8bf6a88ff28e77731cd18ba5d0b60ca1bd28db766 224 1.00/1.00 vMB 2
664,108 664,108 0000000000000000000eba660cdec1a7f2ca17839495d36578be99a69d89394a 2,328 1.00/1.00 vMB 39
664,107 664,107 000000000000000000072fb7b670418d3d6964555e8a66a7c4d3baf5d1721361 2,033 1.00/1.00 vMB 26
664,106 664,106 00000000000000000008492bcbd9e9f62d2807007e658e0a476821fd7e83db7c 2,263 1.00/1.00 vMB 34
664,105 664,105 000000000000000000023005d9600ea2b64c2b956a22a37d3fa43b075e2f5c49 921 1.00/1.00 vMB 12
664,104 664,104 00000000000000000008bea204d24737d5d560e71b94d8d0e7e77c9f291bfed0 1,364 1.00/1.00 vMB 20
664,103 664,103 00000000000000000001c93de23a475d8805be00d9962fe1e0c640e20199f17c 1,746 1.00/1.00 vMB 19
664,102 664,102 000000000000000000017fc4b7c95edfe44207dbb00f6dce9e4e23ae09b95c54 2,228 1.00/1.00 vMB 35
664,101 664,101 00000000000000000009c7968152a3b56ced9773e2d9f66b1c14d75f7676295f 1,508 1.00/1.00 vMB 22
664,100 664,100 000000000000000000037e8098a260f00ebf005477613a1447a6d0ab1eba0dd0 1,012 1.00/1.00 vMB 16
664,099 664,099 00000000000000000002754b01e04ab5b2f53eb68829accfb9c43ef6e305ded3 990 1.00/1.00 vMB 13
664,098 664,098 00000000000000000007f17fc1bf5d874ab9771d2ac8c08b980a8422a8a53c8d 1,411 1.00/1.00 vMB 20
664,097 664,097 0000000000000000000e3deee7a5394f0257f90303bb2d027539fb71cafe5af6 680 1.00/1.00 vMB 10
664,096 664,096 000000000000000000028a9ef76d91174d8626dac7cf03bbb6f1a35122e546e2 1,731 1.00/1.00 vMB 49
664,095 664,095 000000000000000000044e69e06d1ef53b1d886492178ad7b0371d9e1c86da47 2,474 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.