Loading Tool

Explorer IconExplorer

Memory Pool

77,936 transactions
29.13 vMB
0.10861110 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt e7c54b2560cebb0f6a2933970d21d1a7199f5389c13b54b3c92825e31995b143
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 93785db81fd50d0799c328b2577b9a18616ca85bb11a4c1fb9843c91ff84ea66
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.03697991 BTC
Feerates: 198.58 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (367,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,885 547,885 000000000000000000169806d4121293e286186879e5e23ca52a3bd6d1f1b1a4 1,639 0.93/1.00 vMB 19
547,884 547,884 0000000000000000000889d7e0d99ded4b2ed6fbf11b501e61a9c83e7b1a9e09 3,249 1.00/1.00 vMB 23
547,883 547,883 00000000000000000020f3d3ed9c8b5b103f25dab3be9e4ab29d2ec7bfa6453a 1,104 0.45/1.00 vMB 20
547,882 547,882 00000000000000000023114ae5ea341ae49c981150882b63269105a0a2d54d9c 1,365 1.00/1.00 vMB 8
547,881 547,881 0000000000000000001537cf0924df6881e02989f7524164cb56c2b5740edb7d 2,478 1.00/1.00 vMB 7
547,880 547,880 0000000000000000001051c321a9c0fcfd63d693a2fe86b78c7c23811ec0f6f8 2,091 1.00/1.00 vMB 8
547,879 547,879 0000000000000000001948f8b330a99f8a0359e581bead24a98d4858428c2216 1,835 1.00/1.00 vMB 7
547,878 547,878 000000000000000000201ffef8b9f7615edff75546b2616871609ece2bc2d66d 2,448 1.00/1.00 vMB 16
547,877 547,877 00000000000000000020d338ed446498b3b977d3418361e9d5ac09b244079eda 2,329 1.00/1.00 vMB 20
547,876 547,876 000000000000000000094a1090f967614d57cd986a0298a92821b98fffd68456 2,004 1.00/1.00 vMB 6
547,875 547,875 00000000000000000008d1d1a9c0ccb0fe23295ac316ee8a37ef6919affa9ba4 2,353 1.00/1.00 vMB 15
547,874 547,874 00000000000000000014113fac3acd5423014d850ff87f7fa119b59f30f917e7 3,211 1.00/1.00 vMB 30
547,873 547,873 0000000000000000000064eb6ef4f94808938de0889695dd7bb8dca70b334cb2 1,450 1.00/1.00 vMB 11
547,872 547,872 00000000000000000019330ac8ae727fa9e2dd3735ee575a5982b86076e150b3 1,938 1.00/1.00 vMB 13
547,871 547,871 00000000000000000009f3b2c43398080103f25b21499e878c2e182497c559d8 2,299 1.00/1.00 vMB 7
547,870 547,870 0000000000000000000d3fa89219c1f643a3856c5bbf6566491c236bdef41317 2,818 1.00/1.00 vMB 10
547,869 547,869 0000000000000000001cb0383bfb6f90c9ac612b00bea0d834285e1c709d2a8b 2,877 1.00/1.00 vMB 24
547,868 547,868 0000000000000000001119d8445dbc9d36179386687e3b0439f58723c4568e02 2,469 1.00/1.00 vMB 23
547,867 547,867 0000000000000000001f3189d37f3a6027a3a08c38198fe6527e6a6a734b2c76 2,290 1.00/1.00 vMB 16
547,866 547,866 000000000000000000053bc4a927fde06dd7fe078d150200683d8c00a0653838 2,681 1.00/1.00 vMB 11
547,865 547,865 0000000000000000000b3c32b4f79d9accd712212b04675253bcc37e6375697a 2,614 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.86 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: 712.91 GB
    • Received: 17.25 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.