Loading Tool

Explorer IconExplorer

Memory Pool

34,143 transactions
25.71 vMB
0.05937760 BTC
Random Selection Loading Transactions
Max Size: 130.04/200 MB

Candidate Block

Mining Attempt f90d9db21ce53f4c83fefde82201afc5791f18a2ccab854df40430fd116bcdf2
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 2d74d2a7289a1764e3f8ace15f7f8c6782a872832dfe8667f1027d076f48272f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,031
Size: 1.00 vMB
Total Fees: 0.01252962 BTC
Feerates: 74.70 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (340,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,501 574,501 00000000000000000020c981acc7b2f534e7bfa9fed19d41555a371a6d7c0a3d 1,643 1.00/1.00 vMB 38
574,500 574,500 0000000000000000001a0a1882ab33dfd99c19945949abd93dd27228cb40c086 1,824 1.00/1.00 vMB 42
574,499 574,499 0000000000000000002177745ad6fc1a823e5df743ff03173b85ce0da4c2c3cd 2,126 1.00/1.00 vMB 33
574,498 574,498 000000000000000000299bbba8b14b8617dd4d8255f2c94028ec9b333dbcae85 2,143 1.00/1.00 vMB 57
574,497 574,497 0000000000000000000214a67355716175fbe53f7dc9e9849adb54bda8f7a463 2,582 1.00/1.00 vMB 29
574,496 574,496 000000000000000000043e4effdc6acf7b9058fe38dc6feec082de791b2fecb1 3,415 1.00/1.00 vMB 80
574,495 574,495 0000000000000000001725cf2835571a3594eaeb64e3bbcf17d51b39868f606f 2,108 1.00/1.00 vMB 46
574,494 574,494 0000000000000000000b59e789573eeb6a2a3505436a9ec02b7337f542aeac21 2,776 1.00/1.00 vMB 34
574,493 574,493 0000000000000000000b7dd4bfc2031cb87362a3e0df32a1c85bef249dd1c93c 1,835 1.00/1.00 vMB 38
574,492 574,492 00000000000000000028625090aa9e56993a162c5e8cd776474eeea56eb79956 3,150 1.00/1.00 vMB 71
574,491 574,491 0000000000000000000a054b90e9d9a326bec0f7434c2a9cc10e4240c3664903 3,629 1.00/1.00 vMB 89
574,490 574,490 000000000000000000131d85d49b9cd92394af584d1ee96bbe02a190a30f3eb6 2,463 1.00/1.00 vMB 44
574,489 574,489 0000000000000000000ab2283dc9ed1123bb3ff11943addf45d4ed43a8c2cff1 1,874 1.00/1.00 vMB 40
574,488 574,488 000000000000000000277d3450e1d9fb1364821bcf7788c54bdeeb120077c2a7 2,895 1.00/1.00 vMB 54
574,487 574,487 000000000000000000086cfad6bda381a66b43948245d313fc48d30f088a966a 2,187 1.00/1.00 vMB 50
574,486 574,486 00000000000000000027e39606b1302f10e50d4e300f418de1e18ba6eedb70cd 1 0.00/1.00 vMB 0
574,485 574,485 0000000000000000002b06cc7f02b8930014944a5d644e5252566e5c620a94f1 2,358 1.00/1.00 vMB 41
574,484 574,484 000000000000000000252aaf00ba02a6f700d8465967c41e9e575a6a953edfa9 2,854 1.00/1.00 vMB 65
574,483 574,483 0000000000000000001063cd48d9b79f3144ede4f6e6f43c231b5dcf29270f66 2,794 1.00/1.00 vMB 32
574,482 574,482 0000000000000000001c2a46db89843d8db9d989c6a38057cd94fb29e3dc0c15 3,031 1.00/1.00 vMB 56
574,481 574,481 00000000000000000002c6a123a639f97666557fc6cda44bc4fb373f71b45430 2,773 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 638.63 GB
    • Received: 12.49 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.