Loading Tool

Explorer IconExplorer

Memory Pool

24,933 transactions
5.42 vMB
0.02456613 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.57/200 MB

Candidate Block

Mining Attempt c6f41ee5a5c413f7c62c1ba72c590713739562f2a44509ede4236b3b66493025
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root bf7ec6dd9975f0129bb6ba4faf3dec16226a775759ab53aa8a51ffd6a042cf09
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,252
Size: 0.42 vMB
Total Fees: 0.01126799 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (640,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,499 272,499 0000000000000003226a3d2929f06192881d439b3a55415737e10599c235bd17 539 0.25 vMB 61
272,498 272,498 00000000000000014537422fea7d923d2d4ff1a36350a41215356a0a0123b47b 477 0.23 vMB 45
272,497 272,497 0000000000000005ef049c4af09bf0eb89990883d55205ce8fc790fe77cf901e 109 0.06 vMB 13
272,496 272,496 0000000000000001f52bd67f945fc5e73b825d9fcaf4cb0bf9ded44d066cb599 340 0.15 vMB 29
272,495 272,495 0000000000000002b65c2ed4b141cf37ccd2502525d7272ca3adde62073b7d33 100 0.05 vMB 28
272,494 272,494 000000000000000096d7e7d3080c45a85d1e16276169a4b3d46fd71a7780e17c 431 0.17 vMB 55
272,493 272,493 0000000000000003f371eb389c5ce29a84369c02620d17a4c00eb90ca3f0f57f 254 0.15 vMB 13
272,492 272,492 00000000000000001d5eff4dd9ddd4da76b1a8038c3fcbb03696a7a3384bd9c9 803 0.38 vMB 51
272,491 272,491 000000000000000135796caa4dc8ac207f9f76f7632c8d6fd5af4c28c082b2ae 23 0.02 vMB 28
272,490 272,490 000000000000000249342c9c6fb37da301a32e39134850e8a26cb83595206abd 906 0.43 vMB 53
272,489 272,489 0000000000000005fec9cbdee794036b423441b1bfe70cbc32c7fcec97d1680b 132 0.04 vMB 17
272,488 272,488 0000000000000002c01991882b58c76e0b13c3b9b787258583cf0745e76065e3 405 0.17 vMB 67
272,487 272,487 0000000000000003ddef79f26c389f8946bfd6d10b2df5e10519c4f8ff153aa4 76 0.03 vMB 20
272,486 272,486 0000000000000000d872d2d9649bb110983bd8c7202bb4cb1093778b2084b591 143 0.06 vMB 20
272,485 272,485 000000000000000598e7a952d684ad86b8908ec08214a74566fc0d774c058399 684 0.48 vMB 27
272,484 272,484 0000000000000001d651125f7df17bee42f49e3449040928c03ed0f761b3736b 730 0.25 vMB 95
272,483 272,483 0000000000000004783fbc8b12306a32195c5e7a696b514250c26aa9a7e52122 732 0.25 vMB 51
272,482 272,482 0000000000000002b35feaf8e278859598f7521b8309a7943b04e7aa34e0ecc3 789 0.25 vMB 92
272,481 272,481 0000000000000002bc2cd5023d52e518edc9e1a1ca4bb48a0b3e9e51fb62487c 402 0.18 vMB 57
272,480 272,480 0000000000000001e34edfb7d1562ad7bbf9a1d9f6d7bd63df3dfc603c37c43e 264 0.14 vMB 61
272,479 272,479 0000000000000001c83e7bcf38c584c651b768425f12584befa5e7cf71bb6267 202 0.08 vMB 71
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

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