Loading Tool

Explorer IconExplorer

Memory Pool

34,405 transactions
27.14 vMB
0.05558610 BTC
Random Selection Loading Transactions
Max Size: 135.75/200 MB

Candidate Block

Mining Attempt b1df4cfeff7734925fa2d3e8f54858ebb93571fda7bee1363ef8d280a492ab47
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 178194b6d92e44337a0055dc159b1c6ae10848a57a45ee4fa880357aaf797ca9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.00433727 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (150,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,491 764,491 0000000000000000000758391e99b96058ac137d17fc0f68e3cef65e5ee5fd61 2,707 1.00/1.00 vMB 41
764,490 764,490 000000000000000000035de56d0131c488fb110dc275d55ede265da0cc7c6c54 1,484 1.00/1.00 vMB 18
764,489 764,489 00000000000000000004c0e7e5f0707b154e5f8239c5c87194e30bf72af3b177 3,157 1.00/1.00 vMB 29
764,488 764,488 00000000000000000003e31946e6fa99f28537deedbe6d2aa9f9f5eea18e9bef 2,219 1.00/1.00 vMB 34
764,487 764,487 0000000000000000000341f08f8ecfa9d42058f6f36d85f722b117cc375b80c5 2,581 1.00/1.00 vMB 48
764,486 764,486 00000000000000000003c7661851ef6ee4be5c8dcdce8f71951bdc46d84dfe40 1,785 1.00/1.00 vMB 5
764,485 764,485 000000000000000000035fce7b5665c407e94d4bd7ee563cbd7fd1d38542a7d4 1,179 1.00/1.00 vMB 5
764,484 764,484 00000000000000000005990df4ab6a10e2426cdf4243645e9c405dc87cd5e2e1 1,379 1.00/1.00 vMB 11
764,483 764,483 0000000000000000000590af653d8afbc9ba250fac05d6ce5035d39dce16a2f3 597 1.00/1.00 vMB 11
764,482 764,482 00000000000000000002c9862afc56d6e0a6abc9e631b8ea49f415d04231d9f2 1,051 1.00/1.00 vMB 16
764,481 764,481 00000000000000000003c4e181fe9c982c730e350ac18e56d41ae54d9543c6ea 274 1.00/1.00 vMB 9
764,480 764,480 00000000000000000002acdfdb18b86f0262c9ff28685cd3250b7497c6f6e169 412 1.00/1.00 vMB 10
764,479 764,479 00000000000000000001d16fa546c852d946c35833a7fd55b6c2be84f55c2722 634 1.00/1.00 vMB 11
764,478 764,478 00000000000000000001d7dbbdcea116675f9feebe3fde64c1f41c496ecae9fe 665 1.00/1.00 vMB 11
764,477 764,477 000000000000000000049a47dea7cd5b9f1726119396259e92d37ba45597df98 702 1.00/1.00 vMB 12
764,476 764,476 00000000000000000004d5451c15f58910e98b0f06277b2686282e44865d198d 165 1.00/1.00 vMB 8
764,475 764,475 00000000000000000000bfbe99b2689edbe203115ba784be6033c7ffd143c7c6 798 1.00/1.00 vMB 13
764,474 764,474 000000000000000000013ffee0a6542d8213cf6ba9f3aff3e1ed8089e5cd56f5 372 1.00/1.00 vMB 10
764,473 764,473 00000000000000000000f81e79f42d73ac6d7b7f8209e8a05de58d4ef9ee58e0 1,863 1.00/1.00 vMB 16
764,472 764,472 000000000000000000003060b795ed05e725e13cce10daa493dad44d222c4f21 2,171 1.00/1.00 vMB 21
764,471 764,471 000000000000000000004cc52c32b000835f5fadc4b0a30a47c5697a3310cf3e 3,167 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.