Loading Tool

Explorer IconExplorer

Memory Pool

37,083 transactions
26.99 vMB
0.05672600 BTC
Random Selection Loading Transactions
Max Size: 137.01/200 MB

Candidate Block

Mining Attempt db022d841dad486b84e631ea994169eaa0249c4384c60ad1dcc669ae5f6ddc7e
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root a9060fc2ff6391dc8dcd91f292f287a254ef73eb3d13e12c7b252c5872b4c321
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,492
Size: 1.00 vMB
Total Fees: 0.00598277 BTC
Feerates: 40.21 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (129,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,585 785,585 00000000000000000001b029fe3b7c7e5cbd40f1fa7ca3548cb931b9219efb6d 1,377 1.00/1.00 vMB 10
785,584 785,584 0000000000000000000267bef4d5f0a3cdff3431b33ebb0fff1f1fcf5f4f3eed 739 1.00/1.00 vMB 5
785,583 785,583 00000000000000000004411be630c9b3f93ddda737c3575e8bf83f8b6c88d03f 2,270 1.00/1.00 vMB 12
785,582 785,582 0000000000000000000028a24043932e1dfa21c1dcb87dc1e808a1fd855bc9f2 1,540 1.00/1.00 vMB 4
785,581 785,581 0000000000000000000053793b3234893c86ecbdd5e4bf71dab3a1eb14841d75 1,683 1.00/1.00 vMB 9
785,580 785,580 000000000000000000023ef992aadc73dfb4a1da6605f301fa0046b0f67751db 2,477 1.00/1.00 vMB 15
785,579 785,579 000000000000000000020ab7b8bc851e41d4c303f0e207df6a122c47af96c105 1,734 1.00/1.00 vMB 8
785,578 785,578 00000000000000000004439d96dec5db90ac305757536c0ce37029f285b5c060 1,824 1.00/1.00 vMB 10
785,577 785,577 000000000000000000050e271b6289bf77598fc1789e56f9158b835e352deef3 2,325 1.00/1.00 vMB 9
785,576 785,576 000000000000000000043474a7b3557216e05b2e0a18664dadcc94dc78c56495 1,673 1.00/1.00 vMB 15
785,575 785,575 00000000000000000001a987dfee99a6d30b33dcac22daa893adb7d888a2d258 2,980 1.00/1.00 vMB 28
785,574 785,574 000000000000000000047c0c3f8f03c1f6f55031cae2a7712ee6ae070c0aea99 3,482 1.00/1.00 vMB 21
785,573 785,573 000000000000000000028c7af348e7b5397d88dff94cc35910ccdf6bf95e8c0f 3,154 1.00/1.00 vMB 35
785,572 785,572 0000000000000000000052b75630a48d7bbaf37f7ea12270401a9c7aee4284c9 2,789 1.00/1.00 vMB 16
785,571 785,571 00000000000000000002801e471ccf345c63817f34ce80f48a69d999b0aae127 2,431 1.00/1.00 vMB 18
785,570 785,570 00000000000000000005b2d67f9440bbeb13773f3038df538a45a59a5ffe82cf 1,954 1.00/1.00 vMB 10
785,569 785,569 00000000000000000002e742ccca3a2d6f2df96ab96e2bab1815d83d0cc4d431 2,067 1.00/1.00 vMB 12
785,568 785,568 0000000000000000000419a8efe1e50c5008383fb08c122d4f13cebf25875920 2,218 1.00/1.00 vMB 19
785,567 785,567 00000000000000000003b79170d0dfb9cd12d3aee10a0f337bbb586310184f6d 2,953 1.00/1.00 vMB 21
785,566 785,566 0000000000000000000140bdb44555344d562248a766d4a68312b959e097c583 2,090 1.00/1.00 vMB 31
785,565 785,565 00000000000000000004057a443b75cd58d2014647008596b285d6d51b7354b1 1,855 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.75 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.81 GB
    • Received: 12.05 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.