Loading Tool

Explorer IconExplorer

Memory Pool

69,695 transactions
30.96 vMB
0.08219897 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt bc6dfbc07577a3bf8a7c584a81f1ad3d53adc6ba4e0150abdd63bd83ff0cd93c
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 31c632786f3890fcaf23da7e2bc54c7c181cad1cd91658c7176b2d7c7387f4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02149876 BTC
Feerates: 150.93 > 2.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (245,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,895 669,895 00000000000000000009d968473bedd72f92cff34c04562b56345ab672210fad 2,754 1.00/1.00 vMB 160
669,894 669,894 0000000000000000000b40c4794ff3140d942e494463248071c92158371cf432 2,400 1.00/1.00 vMB 161
669,893 669,893 0000000000000000000d0df5c8ee051e69af2a4e86b036c2165c0cb3c2287c20 2,230 1.00/1.00 vMB 154
669,892 669,892 000000000000000000064ec839564cc03166184f0a404d82cad9c655f714d886 3,189 1.00/1.00 vMB 168
669,891 669,891 000000000000000000069237bbafea14ba06f7bdc5e192aa38875ca3fc0d0cd9 2,827 1.00/1.00 vMB 151
669,890 669,890 0000000000000000000b9b5c21c0ec5221a00a9c8bb9625c268a428c8f080968 2,978 1.00/1.00 vMB 151
669,889 669,889 0000000000000000000173fbc6259999e56da82f267481d7d388a12a660dd15b 2,790 1.00/1.00 vMB 150
669,888 669,888 00000000000000000009927d4ae844d877ed411ec806bd56f4ed0662b515d11e 3,055 1.00/1.00 vMB 140
669,887 669,887 0000000000000000000ad30ddf15ff0e5686824cc9935d9446cd1c90110a7d78 2,635 1.00/1.00 vMB 162
669,886 669,886 00000000000000000000320bd6ca6d7948612793b99307f0bd386a0ebdb39fc6 2,545 1.00/1.00 vMB 108
669,885 669,885 000000000000000000028866ffe0bb04de9bf6dc47116d404ad1b8a979c2ade6 2,514 1.00/1.00 vMB 139
669,884 669,884 000000000000000000013eb46f54d3af15778a44abe7429bfc2f768a44b65801 2,400 1.00/1.00 vMB 105
669,883 669,883 000000000000000000084a31cbbacbc5c5a9d8da3656ebab24a0935dcb394ee7 846 1.00/1.00 vMB 129
669,882 669,882 000000000000000000032ad73611b9063f6f2d5afaddffcf7650d7487eec55d9 1,691 1.00/1.00 vMB 144
669,881 669,881 0000000000000000000879942e5edc9b3342741d4abafd333019638f9d74b0ca 2,996 1.00/1.00 vMB 126
669,880 669,880 0000000000000000000b3fcf0823ccd40401d5a0cec8c9c22f9b8a763823bbf8 2,804 1.00/1.00 vMB 145
669,879 669,879 00000000000000000003ee3a227ce8e6fae370f37b13e8b214bdf8be7525b967 2,816 1.00/1.00 vMB 143
669,878 669,878 000000000000000000023119773b0e89c5c837221dbc8edd149c618ce95b3ab9 2,595 1.00/1.00 vMB 157
669,877 669,877 0000000000000000000a52634310d2d195a06ae97f4f9d8dacee087c86612c68 3,089 1.00/1.00 vMB 176
669,876 669,876 000000000000000000069faedac322837310d9fc71e3f7f4dab7a28b53f1adde 2,720 1.00/1.00 vMB 136
669,875 669,875 0000000000000000000a3b7fbfe027010a3ad60c54ace2103bb3e6a51e246277 1,416 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.29 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.09 GB
    • Received: 14.48 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.