Loading Tool

Explorer IconExplorer

Memory Pool

43,460 transactions
19.83 vMB
0.04497401 BTC
Random Selection Loading Transactions
Max Size: 112.56/200 MB

Candidate Block

Mining Attempt 1aaa50746dfb7429c8a2fe5051842dfc5a79b16a561c30d4ae1518fbcc0b61de
Version 20000000
Previous Block 000000000000000000018874f947c54f57812b49683cdc24268b3f6b0182883c
Merkle Root 9b43e4429af33b7c3df6ab5e77d759566c15bd8336694a6442fb1a9348b3f082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00628493 BTC
Feerates: 301.57 > 0.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,953 (741,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,194 172,194 00000000000008962352659c59c057914f053394774878a97eba33e030dfddff 1 0.00/1.00 vMB 0
172,193 172,193 000000000000015d0909d37154008b9d7c99e75d266b992f1423453257b95891 1 0.00/1.00 vMB 0
172,192 172,192 000000000000012557e035034b2d89497305e14e85c66ffd6b1d9519d04a0139 62 0.03/1.00 vMB 97
172,191 172,191 00000000000004cc05ab84c76d64490e9feafaee46194f92156cb32d5d79f1e0 4 0.00/1.00 vMB 67
172,190 172,190 0000000000000914b5c72ef38a70aae7fac228a658c99f0acfd0f1daaa6bdeb6 2 0.00/1.00 vMB 194
172,189 172,189 00000000000001d1b5b6ce1ff02b052ae19a9fc0f53fea6223a2ec8e9c024d4d 6 0.00/1.00 vMB 41
172,188 172,188 0000000000000857b089f28f4dc72e7d535af63f42970a50412d677fec1225f5 20 0.01/1.00 vMB 174
172,187 172,187 0000000000000782784a0c3d67932c8e0de0fb1688f49b8bb2ab021c898ef70f 68 0.02/1.00 vMB 25
172,186 172,186 0000000000000781eb929a95ca690a6557147abca8370ae360c5cac2add323b3 13 0.00/1.00 vMB 0
172,185 172,185 000000000000039a00e74e5347b1a0b98b09d940391dd3bad02c179897e61851 67 0.03/1.00 vMB 66
172,184 172,184 0000000000000130f90c33a391eaeadcb8de455fc528a2b5a3e484c67b5a8efa 41 0.01/1.00 vMB 103
172,183 172,183 000000000000011051718e8f862b6f669119e1bb2c93f08ee9d5bc51588b99fd 20 0.01/1.00 vMB 76
172,182 172,182 0000000000000923bfb195a78bf7bbf71392f85551258b82792c99bd7125cfff 46 0.02/1.00 vMB 214
172,181 172,181 00000000000009dd9e2f151a285ffa550008decf9ddb3c73b8c059a69363055f 15 0.00/1.00 vMB 67
172,180 172,180 0000000000000770f858fcfe382f5f4e4bbfbcd4f3511ae18383acdedb60fa08 8 0.00/1.00 vMB 43
172,179 172,179 000000000000087a6742bb14a5838ca1c75afd72b0739fd1e5ab5a1655318e09 23 0.02/1.00 vMB 89
172,178 172,178 00000000000002b1639aff0b2a087c2476ad6fd688c918b8a7ade7e4b889069e 4 0.00/1.00 vMB 0
172,177 172,177 0000000000000ac63ff4a3557e597e3233e4ccb663dd4b15b6374311f388aee7 117 0.03/1.00 vMB 90
172,176 172,176 000000000000035b4ae0b1a1ef6e6993f729c675e4c7b80afdb0ba54b39dc93c 20 0.01/1.00 vMB 94
172,175 172,175 000000000000072de11ac6ebea24ef6ebd69533ba51cf427c22f0cccca6de51a 30 0.01/1.00 vMB 145
172,174 172,174 0000000000000528de675511d4379dcfaa386f5ce2b3397f4f492a07a275c78e 10 0.01/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 780.53 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: 535.17 GB
    • Received: 5.89 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.