Loading Tool

Explorer IconExplorer

Memory Pool

40,334 transactions
26.05 vMB
0.06783522 BTC
Random Selection Loading Transactions
Max Size: 135.43/200 MB

Candidate Block

Mining Attempt 92db0d16829f84985ffee59cbaa261fc34fb2e32a90c6066a7db0b47d37c8c99
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 9496ada3bd1c2767e73fb6ade66b7442ee2a980e5b7fef9df574403283dbccd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,411
Size: 1.00 vMB
Total Fees: 0.02033339 BTC
Feerates: 150.98 > 2.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (641,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,902 272,902 0000000000000004010f4c10e00887968b81864c59776dc7a980861bbdb0c393 392 0.24/1.00 vMB 28
272,901 272,901 0000000000000001b0e5dd1f270fe9357ad19f4331a7cc19adfd78b0ce41e64c 566 0.25/1.00 vMB 46
272,900 272,900 00000000000000028cf658998f1949cf4fa1231af0407b1cab56c88d32ad2b6c 683 0.25/1.00 vMB 98
272,899 272,899 0000000000000004f4d19a3a2258dc6c54d770d0306f93bed57ed2ed5d9b65f8 242 0.13/1.00 vMB 43
272,898 272,898 0000000000000004f8d15a5b8411da6c30708d1dd9b5a68e9ad8e2041f387df0 787 0.43/1.00 vMB 51
272,897 272,897 0000000000000002ac8f9da4c902780fbd8c7e325ead4b3506a0c610f20e2d35 186 0.09/1.00 vMB 51
272,896 272,896 00000000000000053a1cebaeeeb270fb5373fb563cfb500232f550768dc5ca38 279 0.12/1.00 vMB 74
272,895 272,895 000000000000000256bf47ec6f44e7ba547ebc415a75dfe44f4ea1893afdca8e 496 0.23/1.00 vMB 51
272,894 272,894 00000000000000013a5e18951477dea91f4767bb0b175c72d410bfd3b5168c38 366 0.20/1.00 vMB 63
272,893 272,893 000000000000000160c2c95ba4d79e497848c36cf25aeda0cea5fd3df4b36aec 17 0.02/1.00 vMB 15
272,892 272,892 000000000000000238e04df0a043bd30758eeffba9d9698a67ac4d8b70f95818 428 0.25/1.00 vMB 49
272,891 272,891 0000000000000001b3ce75ee01d5e8e3718310f3c593ec5b9595db179e9baa73 275 0.15/1.00 vMB 29
272,890 272,890 00000000000000053f44fa8d22c3d73becbc1dbc7cfcc37d71fe31c5fb15a493 237 0.15/1.00 vMB 34
272,889 272,889 000000000000000497f46ab51cd25fff6aceb2d32136089e3c0c2afc8e3ddc55 257 0.11/1.00 vMB 43
272,888 272,888 0000000000000001a48c73f034c6a7b84e58a02b67b7eff0501a3ed0f4af9aa8 176 0.21/1.00 vMB 20
272,887 272,887 000000000000000083d85643d79028d49b20fa8c7076e2ea0b2e2afdd2071070 388 0.25/1.00 vMB 30
272,886 272,886 0000000000000005d3b3e5489dd8b841a2a12a42b408385e8dbc25e617c0d1df 329 0.25/1.00 vMB 24
272,885 272,885 000000000000000439ca6dbf20df349a060c6cac4a1884f031f39a667f3d626e 635 0.25/1.00 vMB 53
272,884 272,884 00000000000000002bff9c8034e07457a2647167c6d4f6af7f137194afb40489 512 0.20/1.00 vMB 47
272,883 272,883 000000000000000356bdf67fc717f56f065935ec29edd038c3f6b744a92949c4 1,209 0.50/1.00 vMB 75
272,882 272,882 00000000000000029883878fce7a1819d4a4044897b1226397fd60fe5f7e1499 833 0.89/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.