Loading Tool

Explorer IconExplorer

Memory Pool

78,511 transactions
29.97 vMB
0.08735933 BTC
Random Selection Loading Transactions
Max Size: 179.05/200 MB

Candidate Block

Mining Attempt ec6cdbc82c04f1ccf2efd02745e2ac7593eef262ce9047396151f025b45e41f1
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root ac3dffa704d1ccbbd7836cce32127381c46a9d40c8b5e2178578b08ac6039021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 1.00 vMB
Total Fees: 0.01852335 BTC
Feerates: 100.69 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (387,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,178 527,178 00000000000000000012e4852bb31018e439ce4c1b0aa5ea2f447f5cbe0935ec 2,543 1.00/1.00 vMB 17
527,177 527,177 00000000000000000033c1231156476af96fbe1324f43da1ce3602c065e66a93 2,160 1.00/1.00 vMB 43
527,176 527,176 000000000000000000285a375f9d33e1782f3cff9cb1d4cfe1faf1356eb998fb 2,526 1.00/1.00 vMB 18
527,175 527,175 00000000000000000037422fb6fe5187019cbcac1d753868c35f914415f5ab65 2,228 1.00/1.00 vMB 46
527,174 527,174 00000000000000000020e01b2b233dce194ec0d7ba088856781bbdc9caa87ddb 2,262 1.00/1.00 vMB 33
527,173 527,173 0000000000000000001abbb35aeefe87eb924ced502da12ce4d0ea5cad3f6dd4 2,172 1.00/1.00 vMB 41
527,172 527,172 0000000000000000000e98e87b1de833b9c95dc534ea89a9a6fe7a503cbd296c 1,392 1.00/1.00 vMB 14
527,171 527,171 000000000000000000166da6a98ff72fa519eb33f9aeb98a70dfbf8ff05ad78f 319 1.00/1.00 vMB 1
527,170 527,170 00000000000000000014c98d7d8394fe9d9c9b5c0badca4ac965c49a5e739d06 1,244 0.44/1.00 vMB 22
527,169 527,169 0000000000000000000f531c8850dfe9706e3ee87b0beac85963ce6621ca0eef 1,493 1.00/1.00 vMB 12
527,168 527,168 000000000000000000101521d4a221301d87c239120e9b86d3a9b474a6ebd6ce 1,078 1.00/1.00 vMB 6
527,167 527,167 00000000000000000006a3f70ff6028eb6c8941d9f13323ff07e9ddedd57c312 396 1.00/1.00 vMB 1
527,166 527,166 0000000000000000000bb3601aa2e81f12eb16c1778843b6998e09fca2b1c003 447 1.00/1.00 vMB 4
527,165 527,165 00000000000000000038bd77dac90020d45e54fff74c5f5ce30146d0a37bd7ed 1,315 1.00/1.00 vMB 16
527,164 527,164 0000000000000000002bef2e6163e9b2c65d192b9c51e868089f3a34649c3b7c 1,888 1.00/1.00 vMB 5
527,163 527,163 00000000000000000035b57dd1b1550dc72828f2b6199c27932efff364d3a2c9 2,852 1.00/1.00 vMB 22
527,162 527,162 00000000000000000021511a7971d74bd8de9a4caeb0df4976056271c8a7f5be 3,114 1.00/1.00 vMB 29
527,161 527,161 0000000000000000001c5a5824f00dc819339a5dcb12f07f2a9aa24f62469e99 2,404 1.00/1.00 vMB 11
527,160 527,160 00000000000000000005c7277d125e4401e52880782d3a9bb596811e79765044 2,548 1.00/1.00 vMB 27
527,159 527,159 0000000000000000000f316096e887fcebd9d8862289656798541379e12f257f 1,130 0.38/1.00 vMB 16
527,158 527,158 00000000000000000006c2bf0491d16203bdae433100d856f04a7ab18db865ee 2,823 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.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.