Loading Tool

Explorer IconExplorer

Memory Pool

42,170 transactions
18.45 vMB
0.18852509 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.65/200 MB

Candidate Block

Mining Attempt 625fab661d6a09d65d325ebf73726260dcd6b3f7ee3a010f29d3c092f381a3a4
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 2433236fd75ddf06f3a8ae63feaf8ed9d485706a0149c7b5bf1b06d056e32a0a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.06178412 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (655,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,752 257,752 000000000000002e68f0246bbb4a0a58448e526e3fb2d2737f893420f0636927 512 0.19 vMB 116
257,751 257,751 000000000000003158574acdbed2d21592f0eca79de3b8b324a4ec3f20246121 126 0.04 vMB 69
257,750 257,750 0000000000000026e200792bd6af3596152eca74bd850e0ef45e457795e82d9d 91 0.04 vMB 59
257,749 257,749 00000000000000285c514e73c0b61d19803798f0d4b2761c902381f3581cdd33 435 0.18 vMB 120
257,748 257,748 00000000000000243fbd3f773e603bfeb48c090fcb4dae42ebb9dd866ba1ef08 150 0.08 vMB 35
257,747 257,747 000000000000002e091d37b90136bb940e040ae90b2201270cdc4a30ac476676 373 0.14 vMB 126
257,746 257,746 00000000000000184d5751b1e9e89bbc6306f47d0f975ef52d40e5dbe0fb05d4 795 0.33 vMB 94
257,745 257,745 000000000000001e789cdc2b0c44e7147b11ecd0dd74127d96e80c5ca8c97871 366 0.17 vMB 126
257,744 257,744 000000000000002979fcbeae6aa8bd5648ea8d2325eb559dddbf5a7fdbd7faa2 259 0.10 vMB 83
257,743 257,743 00000000000000301ef5aedc87ef4250d7121265319a41c9a570c891eeacf3f9 635 0.25 vMB 133
257,742 257,742 000000000000001342e093f5d1626f5592125e19e7a3780f831f9eb458f3c656 88 0.03 vMB 123
257,741 257,741 0000000000000023cd059537ec5a2fb15490132467b3400db682cf2d1882e966 175 0.08 vMB 138
257,740 257,740 000000000000001a5bd66a85db70e12121381165f0d37fb940f0d4e78655ccc5 95 0.04 vMB 123
257,739 257,739 00000000000000174eeeee27bcc403dc0dfd628daf1f5110da4f48e308b11a41 110 0.04 vMB 76
257,738 257,738 0000000000000023d90056331de03505294517ebf5259b99f9e0b4380df8ceab 95 0.04 vMB 121
257,737 257,737 000000000000002023312bd9bfc33adaac52d358f44dd2ac7efdc4c52262617e 122 0.05 vMB 117
257,736 257,736 0000000000000003064bdebb1b41706e2165fe3275c39f72230a2a18838c54c2 270 0.10 vMB 146
257,735 257,735 000000000000001b72985f1f37e0c086f2e0e02c056f66b8f7446ceddfa82321 299 0.15 vMB 96
257,734 257,734 000000000000002c02180359eef703e52c27bfca326cc3651b67418ad3bc5def 173 0.08 vMB 102
257,733 257,733 00000000000000160128d71db41e3231ee1a82efa6b222533b05989c1319da72 50 0.03 vMB 70
257,732 257,732 000000000000002ef864743f1df0020577529cac33711f2c08b7e6ed0a019a51 39 0.02 vMB 26
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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