Loading Tool

Explorer IconExplorer

Memory Pool

41,639 transactions
26.49 vMB
0.05588287 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 508d3332b02590ff7c6e986ec930d06934960d30c1040ce2b6e02225a236a996
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root b0d1385ff6d838fc2c8f777ae1798e32d28cadfca7f31dc8dc5985fb8bc83920
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,046
Size: 1.00 vMB
Total Fees: 0.00717166 BTC
Feerates: 150.93 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (378,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,682 536,682 0000000000000000000f82da68ec31b8078a18d69918b7a975eb4e613a6e008c 875 0.57/1.00 vMB 21
536,681 536,681 00000000000000000010db428481b7886a39a73bf078c9ea01aefb086f1381a0 2,480 0.98/1.00 vMB 11
536,680 536,680 00000000000000000003a0dbc6359eeaa8d393f6217937266b03798815bf7ad5 1,244 1.00/1.00 vMB 26
536,679 536,679 0000000000000000000f24cdf68788f9affe51b0e2599c88eef434d244a836c5 1,764 0.94/1.00 vMB 5
536,678 536,678 00000000000000000008f0aed09dfe102aee144bfcf280b8e65e5d90ccac425c 2,214 1.00/1.00 vMB 22
536,677 536,677 00000000000000000015eb97bc5291f6b52b8540ec4d88bb7b3c6d9b1b62dffc 2,636 1.00/1.00 vMB 6
536,676 536,676 000000000000000000154b8d8a0f729cca53333e6ff90c9108fb8bc9e787c8a9 1,640 1.00/1.00 vMB 29
536,675 536,675 00000000000000000008171b1af264dafa120c14022d736863e45700880a165c 1,690 1.00/1.00 vMB 8
536,674 536,674 00000000000000000013aa01dcc3e3acdc3e939eab51135a50d85eb22d58823c 1,552 1.00/1.00 vMB 42
536,673 536,673 000000000000000000083586cfe22c5c0f8a6614716385da487b1a0957a37993 1,616 1.00/1.00 vMB 37
536,672 536,672 00000000000000000020109d45dfc21b39a3e4e4e2883f3993e00e0e0b6eb4c3 1,904 1.00/1.00 vMB 26
536,671 536,671 0000000000000000002b1afd330ebdd7c62dbbd06cf78c8371abdad7aa9ec80e 2,135 1.00/1.00 vMB 22
536,670 536,670 0000000000000000000c69e23557570e450c6af2ae7402fa24fe7d3f83545189 500 0.19/1.00 vMB 24
536,669 536,669 00000000000000000003e24c036126b87c1a152c89a619194f11d8b2b8cf8462 333 0.20/1.00 vMB 17
536,668 536,668 000000000000000000253d147405b4766041b883ec678cdd64219baf6292df32 1,516 0.80/1.00 vMB 14
536,667 536,667 0000000000000000002716c75f07c38e80caf69b5dc65295b6163a910a9c3834 1,453 1.00/1.00 vMB 21
536,666 536,666 0000000000000000001931631aa1d36556b91b8a4e41feb50af0913cb606af1c 1,812 1.00/1.00 vMB 9
536,665 536,665 00000000000000000011dcc6b5202bf9dc43dd5b6591678a44ce23a26255c59b 2,162 1.00/1.00 vMB 29
536,664 536,664 00000000000000000011dac03c1fb49a380d27af0f3503276febd71e12d47e79 856 0.59/1.00 vMB 11
536,663 536,663 00000000000000000014344dc8d68ccf2f06c53120917c89f08eacab9c6bca59 2,226 1.00/1.00 vMB 11
536,662 536,662 0000000000000000002153eaaa521c8de9240028b64fe8185f2253af31285cc3 1,811 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.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.