Loading Tool

Explorer IconExplorer

Memory Pool

77,058 transactions
21.22 vMB
0.07331093 BTC
Random Selection Loading Transactions
Max Size: 141.51/200 MB

Candidate Block

Mining Attempt 6b4b654ead8a478e2c70ba59dc4596391c03d491e12af3f5305fa41bd3b37532
Version 20000000
Previous Block 00000000000000000000ee2e0acc6af3b63a66e94352c6e246eebd9b30b2fa81
Merkle Root f630ce490ffed4b4240594f6550cc63721369c0ddae9bbd4a7fa598afabb4cbb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,564
Size: 1.00 vMB
Total Fees: 0.02456388 BTC
Feerates: 174.83 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,005 (836,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,548 79,548 0000000000449005bb72d5263980320927ba87b14088c5c0a1eebe9539004b8a 5 0.01/1.00 vMB 0
79,547 79,547 0000000000188c4a0ba8393eb749259cd53f2f1e519ac8d60c93e6d01529c83a 5 0.00/1.00 vMB 0
79,546 79,546 00000000005aed01becc81565a8aeee2aafaee7f86a126d904e96bd19e2ba009 3 0.00/1.00 vMB 0
79,545 79,545 00000000004eb69f05698ef47f675a6485d10694ef28920c5f532ff9aa66e946 1 0.00/1.00 vMB 0
79,544 79,544 00000000002713dd4f4ea4973307d4649c2bd73ad84a100ade62876d9fb2c5ed 2 0.00/1.00 vMB 0
79,543 79,543 000000000034db3e57c90c8fa4d8d0dcd2335b85fe91f8bb306bf64d10ddd1a4 4 0.00/1.00 vMB 0
79,542 79,542 000000000059753ada823e40661d23bcef357803bc30444a204d50a38efa09aa 1 0.00/1.00 vMB 0
79,541 79,541 00000000003a24312d19d3acfe54292317a930105e7e0b4354fc3b4c13045501 7 0.00/1.00 vMB 0
79,540 79,540 000000000043b6cfbe499ef2a30b9cfdf77181e0c7aaad374e1e39e9e8bc0fbc 1 0.00/1.00 vMB 0
79,539 79,539 000000000017748796fbc96f74860d2d4d42a36be0872e137c576f69afaa43d7 1 0.00/1.00 vMB 0
79,538 79,538 00000000004592d20797008b743285024ac02d328ee6f68254bb6ed0bea3ffdd 1 0.00/1.00 vMB 0
79,537 79,537 0000000000317c9d9f4f113b224d31ebae362af812f72d3ef1e51c9dae827e53 1 0.00/1.00 vMB 0
79,536 79,536 000000000040cb4a29904208186e30493ab3f5e4c570dc086fdc210f5e2fe279 1 0.00/1.00 vMB 0
79,535 79,535 00000000001086ee03e3f10200c3b2adf7d9eb4fd25711fba0a96a967a2f5665 8 0.00/1.00 vMB 0
79,534 79,534 00000000003f7bf8dfb56abb5c0706dc55e633d8060caa12b6e5b8a5ec35f75b 3 0.00/1.00 vMB 0
79,533 79,533 0000000000498938bdff592ce77385281dd1071b87c9e4998000a8976702b379 2 0.00/1.00 vMB 0
79,532 79,532 0000000000093820d8ba2c25a6813487be4027f325e42337003e1e0697edad2e 3 0.00/1.00 vMB 0
79,531 79,531 000000000010b88dafe2e2be542c50ac6b27ca340ad9d2b0bd3669780cf69643 6 0.00/1.00 vMB 0
79,530 79,530 000000000026f00a813ba8eda1bfa17e69072b4a7325fede3d2a2a462c763acb 1 0.00/1.00 vMB 0
79,529 79,529 0000000000245fcbe7cc451f4d9eaa8dd9f46fe353ce6f3190ddefcc03562216 1 0.00/1.00 vMB 0
79,528 79,528 00000000000f52c22d15e17f7dcb0e4ec248bdf98218447fc56b086f6da0bc10 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 808.28 GB
    • Received: 23.28 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.