Loading Tool

Explorer IconExplorer

Memory Pool

73,526 transactions
27.19 vMB
0.06256749 BTC
Random Selection Loading Transactions
Max Size: 166.12/200 MB

Candidate Block

Mining Attempt fda07440a754537c228b8b0e1dbf3837972ec20d3e15c761906bc1666834d7d9
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 733ce8d67017e28e6a1139a3f16c8855b3af85e24dcee91cd64f5441211f16df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,901
Size: 1.00 vMB
Total Fees: 0.00463636 BTC
Feerates: 73.20 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (92,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,902 822,902 00000000000000000002517f5371bfff5211e75864d0dc9c9ea378fd52bb13c2 4,403 1.00/1.00 vMB 196
822,901 822,901 000000000000000000028ef3fee619c6d324c0c1427a16ed09fe21a74321ab81 4,304 1.00/1.00 vMB 187
822,900 822,900 00000000000000000002a28543915cc574f41e69934a6fbb2ea6314ff91712a3 4,134 1.00/1.00 vMB 214
822,899 822,899 000000000000000000013167e2e25e10b9afe6a5af8662de3300ba369921033e 4,882 1.00/1.00 vMB 237
822,898 822,898 00000000000000000000b5135811823fac2962ae51467292b002bad20c27c886 4,063 1.00/1.00 vMB 229
822,897 822,897 00000000000000000002c1b1032f520ad0d23c6451a64b2c78a3c98ee86592be 3,935 1.00/1.00 vMB 175
822,896 822,896 00000000000000000001b76be02ffe887e0f660ed7140461ebce80598e6d450b 3,970 1.00/1.00 vMB 164
822,895 822,895 00000000000000000000570749e8a1087f8e00e40fb91788991b1a61a2d727b5 3,894 1.00/1.00 vMB 170
822,894 822,894 00000000000000000002267ad439e2391844d2fc3abcf126bb8278e260683039 3,700 1.00/1.00 vMB 118
822,893 822,893 000000000000000000038dcfe0005fcdb2b72f89b2fa3bd84338b8d7e419e4f9 3,479 1.00/1.00 vMB 130
822,892 822,892 0000000000000000000318898210f18d2015e66e98ff6ec2de1136bab5aefee5 3,389 1.00/1.00 vMB 148
822,891 822,891 00000000000000000003b7199cd084f3a112e60a7ee4b87221ded494e956dee3 3,775 1.00/1.00 vMB 167
822,890 822,890 0000000000000000000120f953bbdf14059e3d1499c296863ad97e3915a5a568 3,822 1.00/1.00 vMB 168
822,889 822,889 00000000000000000000d40f6dc484ba99c2563d1ecec40e620b80ea2ddcb638 3,553 1.00/1.00 vMB 159
822,888 822,888 0000000000000000000154921d93cc5d134a9976bf29ff8fb60024a201fec02f 4,187 1.00/1.00 vMB 111
822,887 822,887 0000000000000000000272945130b2f01a31d4dd7f5a496272f632eed88e57c8 3,761 1.00/1.00 vMB 98
822,886 822,886 00000000000000000001fcfd1ce59f2eb0452a6b60ba4dccdbf71253d2f88f87 3,346 1.00/1.00 vMB 95
822,885 822,885 000000000000000000033474af5b132c82b6253c9db7391fa9956c3a0d8c2374 4,055 1.00/1.00 vMB 126
822,884 822,884 000000000000000000006aa8cf133f1bbbff42a337f7d7a4d324c0e12a5e2c49 3,792 1.00/1.00 vMB 118
822,883 822,883 00000000000000000000bd70eee2e05b82f2a1f1c909bc82b6d076eb5f97fd20 4,165 1.00/1.00 vMB 144
822,882 822,882 00000000000000000003b4ddc1b42aea7f6d362a8932067b5f51069deb764761 3,481 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.84 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: 711.99 GB
    • Received: 17.15 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.