Loading Tool

Explorer IconExplorer

Memory Pool

76,496 transactions
27.64 vMB
0.07783325 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt 4bb37852fbce6c561e87a4de8904967546cb64852497e4486300e8a6cd478738
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root bdb7bd8561ddd12b9dbe4866e170a3b6aa7a5492ca194a40fadca6e816e0a2db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01886904 BTC
Feerates: 402.60 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (789,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,862 125,862 00000000000022b3b5016cc3f56fd334252b97332be32b8500124b8a3aa20a3a 139 0.05/1.00 vMB 510
125,861 125,861 00000000000000ec84f757a4965d2f4d62efe8b7bb53d0e86823234a1247d023 5 0.00/1.00 vMB 1,296
125,860 125,860 000000000000385fcc5b4684ea6572777ffc5c04b25e888a9c5433f76f5e350d 15 0.00/1.00 vMB 886
125,859 125,859 0000000000001f4a6fce2dcb955a4ebf0757250bf65b6cdd9a1ac9e878ba29eb 26 0.01/1.00 vMB 791
125,858 125,858 00000000000026a8bedca514dba85f795979af06aee2bfcee8f79108caddb3ed 1 0.00/1.00 vMB 0
125,857 125,857 0000000000002f884b6088823990c0371497863c00ee55a8623cf76730fc2bc5 16 0.01/1.00 vMB 1,167
125,856 125,856 00000000000012ed2242295338eaeb5b2c2aa32321a935cf9012918eace9d822 8 0.00/1.00 vMB 337
125,855 125,855 0000000000002e1c9f03e44da4b33689c33c52c51c538424541134f97bff39ae 18 0.01/1.00 vMB 986
125,854 125,854 00000000000003b0d2994baf7b4bb01dd409955e3e7ea589abf419c9e04a4e91 3 0.00/1.00 vMB 0
125,853 125,853 0000000000001458a277681b1776add36e8bdb199899c6e6c87c48f6f7d9c312 33 0.01/1.00 vMB 1,736
125,852 125,852 00000000000006cdec6dcbbeb19b7810a445d971959f065eb460271cdd8ff3a9 11 0.01/1.00 vMB 380
125,851 125,851 0000000000003930f8f2e46eb38d515ab2067c81ab7c284495d1a7b1a2b69553 12 0.00/1.00 vMB 346
125,850 125,850 000000000000351f9effb532c375b567a52d5c91ecf78cf86a458940c77c9632 18 0.01/1.00 vMB 1,442
125,849 125,849 0000000000003b6db9c22fa7543ffa19b71c2decb4288629ec1dc54da9755d6f 6 0.00/1.00 vMB 1,551
125,848 125,848 0000000000003fef8f8743bc13d571cfff114d9045d468fc0ca45a4bf2056e24 30 0.01/1.00 vMB 202
125,847 125,847 0000000000002d520487b9e9aeb5f4271cb8cf4fdb16938b06421c2239f4ae89 10 0.01/1.00 vMB 1,490
125,846 125,846 000000000000333ac38eeb3622aa0621a39c29d327235f190e3df471a149748e 97 0.04/1.00 vMB 347
125,845 125,845 00000000000007d1828a8c926a181d1047f4b8984c577d8f4db0f77c3197eddc 13 0.00/1.00 vMB 1,269
125,844 125,844 0000000000000d2a88492a19d4a3ad1f6d9db477830a5da584a0bc10555e1f9a 34 0.02/1.00 vMB 5,199
125,843 125,843 0000000000000df34cd47de01cfc68c1cfa1d5b385ae5b7c283cfe031f599ffc 16 0.00/1.00 vMB 454
125,842 125,842 0000000000001070d4d587b3ba80e1d3a5eeb3641bb3684d5a28449a652e55cf 10 0.00/1.00 vMB 1,556
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.