Loading Tool

Explorer IconExplorer

Memory Pool

50,258 transactions
28.84 vMB
0.07386698 BTC
Random Selection Loading Transactions
Max Size: 154.10/200 MB

Candidate Block

Mining Attempt 83c2b5dd235d5e7020a21d34a7002b0a8eca1d7ba61742f6c304ecf71f6c5c6e
Version 20000000
Previous Block 000000000000000000016a897dabefb20f390f982f4e0ac2335db067031c25f6
Merkle Root 623b3f82c4ff5276f9935e6abe1e674db427d2d4f07dcd8fe1c6fb5b11a0f0e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,727
Size: 1.00 vMB
Total Fees: 0.01079718 BTC
Feerates: 13.27 > 1.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,716 (311,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,755 602,755 000000000000000000009d21769feb6748b68f94e0e5ee542f9d5044fba490d7 2,011 1.00/1.00 vMB 70
602,754 602,754 0000000000000000000888533d1fe030fd1068dd5df6af51b40be90a68965125 2,961 1.00/1.00 vMB 43
602,753 602,753 000000000000000000004bd296c2007f9c3ccb41923b71b0ab7202ebed8e398f 2,529 1.00/1.00 vMB 60
602,752 602,752 000000000000000000087d7834e2941b74a59b489b094872bfb1248e08871e63 2,321 1.00/1.00 vMB 34
602,751 602,751 00000000000000000011e00a7276517a2a39835ece455861908b62cb15b617ca 2,455 1.00/1.00 vMB 54
602,750 602,750 0000000000000000000f4a4b54e9b9c605dc2a11ad51bad60d423b11bf6b9fdb 2,163 1.00/1.00 vMB 65
602,749 602,749 0000000000000000000a4396443acd2466bd8161227781058d2527d0aa86cb2d 3,122 1.00/1.00 vMB 35
602,748 602,748 00000000000000000006163edcd3b83e1b951711b92561369d8725e5a405de61 1,890 1.00/1.00 vMB 71
602,747 602,747 00000000000000000003229f6e24f055b28ca98f172991b5f783ddc652716ca1 2,420 1.00/1.00 vMB 30
602,746 602,746 00000000000000000002b603820b0dc5b9bc5db290d7cc98228ba58636ed6cb1 2,222 1.00/1.00 vMB 21
602,745 602,745 00000000000000000011927141933e05efdcfe99aefc1eb0565fd44b8626d08c 3,029 1.00/1.00 vMB 35
602,744 602,744 0000000000000000000eba30317f86169fdaac07a7ccc59036cb4cad67820012 2,929 1.00/1.00 vMB 28
602,743 602,743 0000000000000000000fbe9809806d9436f595889027d691fd5d2da8aef4d0cc 2,509 1.00/1.00 vMB 26
602,742 602,742 000000000000000000034175ec9126d7dac28fe8f4342b9695ca4f2bd9022b96 2,454 1.00/1.00 vMB 41
602,741 602,741 000000000000000000089bc01783c71810803d60e506dd087d56bc810c9d9061 2,804 1.00/1.00 vMB 40
602,740 602,740 0000000000000000000998c49588dd3519e5507e1f8751681fa6e7dcb88a4a1a 3,002 1.00/1.00 vMB 42
602,739 602,739 000000000000000000053e0dedc3e2d26cd3b3e253c7c9e189cb482f0de12596 2,770 1.00/1.00 vMB 38
602,738 602,738 000000000000000000142d1463cef54268926b665adefd93bf9345f7913dcaf0 2,711 1.00/1.00 vMB 37
602,737 602,737 00000000000000000009c420e584e3707db804a8db753eed0b0140d1e671d5b8 2,419 1.00/1.00 vMB 62
602,736 602,736 0000000000000000000e080a2e93fe6d64be2cb8f66dca64895ff8c4ea6b873d 2,178 1.00/1.00 vMB 56
602,735 602,735 00000000000000000003675184108159dc1c07c14d05b33205230129b5adee24 2,409 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.