Loading Tool

Explorer IconExplorer

Memory Pool

73,464 transactions
28.47 vMB
0.06992122 BTC
Random Selection Loading Transactions
Max Size: 168.29/200 MB

Candidate Block

Mining Attempt 820695c613bed63e05f2ed5db0eebf0a045c2c811850ac6591bfb8d7e8e3c5f1
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root d0f34986df6bcbaae6022ec7ea6991e6b4863e0e262d44dec61fbe977f25698a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.01273786 BTC
Feerates: 100.36 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (235,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,060 679,060 0000000000000000000047b4b94a6ed1e581f665d3d33ae0ae7e99247fa12148 2,854 1.00/1.00 vMB 88
679,059 679,059 00000000000000000001ab8ecdb05ecae717846164cbbd12b72c0983b7cbb7d4 1,883 1.00/1.00 vMB 71
679,058 679,058 0000000000000000000c295795bfe2bfe4dfc72a967c093c3beec14aa6b1cd98 885 1.00/1.00 vMB 79
679,057 679,057 00000000000000000008760405b5c6cdd2e328392bb9141746b7cedfe070ad7e 2,323 1.00/1.00 vMB 76
679,056 679,056 00000000000000000007114a3e6a759be04d722dbc8b91f9ad4b3c9b83be8c85 2,675 1.00/1.00 vMB 85
679,055 679,055 000000000000000000005a2329a6fb9b3f2dc8352959904e7a8825359d90cbd8 1,943 1.00/1.00 vMB 77
679,054 679,054 0000000000000000000107ba06de66924066eba351d75697effe59639de12e26 2,361 1.00/1.00 vMB 71
679,053 679,053 00000000000000000009033f0124bc784e3d888f22baf81213163ef8e4ccf90d 2,295 1.00/1.00 vMB 81
679,052 679,052 0000000000000000000b6cac5c11a90af98036c7e34d9db2b36cbefeff2f2520 2,828 1.00/1.00 vMB 78
679,051 679,051 0000000000000000000578b6ddd6bfbfcc7dfad9fd50d62210bcbd9ad5183e08 3,285 1.00/1.00 vMB 120
679,050 679,050 00000000000000000001fe4c8f2da25ff4e090f699817e9b5137d9772d8ca116 2,370 1.00/1.00 vMB 83
679,049 679,049 000000000000000000043b56d977a662ae03bd887e6432d192d849990870f186 2,848 1.00/1.00 vMB 84
679,048 679,048 000000000000000000000d9b733182dea5b047a40eef48381e707b98d5fa9c37 2,895 1.00/1.00 vMB 86
679,047 679,047 000000000000000000093210025c6db126ead0558acd23bfcffe0817d123cac9 3,324 1.00/1.00 vMB 103
679,046 679,046 000000000000000000052bb30b36b57074f86922e655a97818b1fbce7f08f65f 2,321 1.00/1.00 vMB 60
679,045 679,045 00000000000000000001e7190dbe04c02b437db055d879f7d0de465add4a2630 2,349 1.00/1.00 vMB 64
679,044 679,044 000000000000000000018e42e509d585c43e0516b83472cdf7c9dbca45cd3244 2,293 1.00/1.00 vMB 37
679,043 679,043 0000000000000000000bbd14af2184197141d35da0f52f9621d96f9523cbb5d9 2,291 1.00/1.00 vMB 46
679,042 679,042 000000000000000000025c07fab9a132e8b5f6f9cee04eecaad5eb9d7b58173d 3,097 1.00/1.00 vMB 57
679,041 679,041 0000000000000000000b25f4d9d17a227f6d6ddd65ba67b2a65ffe4652c1cba0 2,512 1.00/1.00 vMB 76
679,040 679,040 0000000000000000000aac3cf4749e79fa3783fbda649de2e21d91fc25666f3d 386 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.