Loading Tool

Explorer IconExplorer

Memory Pool

80,176 transactions
29.57 vMB
0.08931391 BTC
Random Selection Loading Transactions
Max Size: 179.21/200 MB

Candidate Block

Mining Attempt e5ef1c755cc152cd38dacc19b20aee9aa500bff52a5d7554dd0625079fd6bc63
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 16e548586eaa1ba3f559629c4c980ee500166aee22f49ad7aa5282b23393f8c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,329
Size: 1.00 vMB
Total Fees: 0.02689227 BTC
Feerates: 278.95 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (372,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,609 542,609 00000000000000000015a063cf7a38a4b1d062938b8ec90884fc8896dbf4c48b 3,118 1.00/1.00 vMB 10
542,608 542,608 00000000000000000025cffc72b29dd7c44508613a441fd5bca7f0b5b3d85c22 2,324 1.00/1.00 vMB 22
542,607 542,607 000000000000000000219008df0c7d1a2ca2b4c61974853e7c2c2b17042c02f9 309 0.11/1.00 vMB 11
542,606 542,606 000000000000000000103b482b0a580b082774c4040151a6a97872b03df22af3 619 0.26/1.00 vMB 23
542,605 542,605 0000000000000000001178d6d3c3213ca2ae2a90751a7acce4331b2ca3e65636 2,549 1.00/1.00 vMB 4
542,604 542,604 0000000000000000001346670c1e3a20f0fe074ac6b778654968e1587d18d31b 3,489 1.00/1.00 vMB 23
542,603 542,603 0000000000000000000a6e3cf78942452a37d6631902819571e11dded4f1e98c 2,662 1.00/1.00 vMB 13
542,602 542,602 00000000000000000016d558fc99e8fbc6aeef7e3dd4e17cdbbd293e3e76b68d 781 0.29/1.00 vMB 10
542,601 542,601 00000000000000000012952ff6d6b2e29bedc3746be44f91ac6b490cd4b9c75c 1,473 0.60/1.00 vMB 22
542,600 542,600 000000000000000000144b85b902b706159d2e7624d38ae8ba641c8803dff663 1,269 0.49/1.00 vMB 2
542,599 542,599 00000000000000000024eb1d03ed91a4c88493a64e41e16f6d6f2371687fcd44 3,465 1.00/1.00 vMB 4
542,598 542,598 000000000000000000052fdcf1c5d818dc8b27854e49e248c0eceb849b10a83c 2,411 1.00/1.00 vMB 12
542,597 542,597 0000000000000000000e16ef6c29a8efaeda3fee1a15d2ae8a20ac4cd9c4060d 2,687 1.00/1.00 vMB 29
542,596 542,596 0000000000000000001b7af4ccdb135212c0ff22234827b6536d5128b96f1460 1,175 0.38/1.00 vMB 14
542,595 542,595 0000000000000000000caf0cdfb9765070b378ab66dc5ad1186441ac5598d5f7 886 0.28/1.00 vMB 13
542,594 542,594 00000000000000000021036d7cca478fac0500b2b9567a2bc8969e0b7713d88f 211 0.19/1.00 vMB 11
542,593 542,593 00000000000000000003fbf28fa0c28668ed8cde12430f422bfa243f01ca2baa 2,562 0.82/1.00 vMB 13
542,592 542,592 000000000000000000035ae3f0ee409f34e1b5bda1d089cef68565e69e16fa14 38 0.04/1.00 vMB 5
542,591 542,591 00000000000000000012a5c83cf9ba34a4508ef86291bacc027accb57a15e537 535 0.22/1.00 vMB 30
542,590 542,590 00000000000000000003e80f71d5684c8380366ffe29eefdae974468d5090149 1,966 0.78/1.00 vMB 5
542,589 542,589 0000000000000000000480833e81dcec8ca80f98575380775bde43b724a013cf 2,400 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.