Loading Tool

Explorer IconExplorer

Memory Pool

83,136 transactions
31.60 vMB
0.12380181 BTC
Random Selection Loading Transactions
Max Size: 190.99/200 MB

Candidate Block

Mining Attempt a29440f9747e46bdeb11b9dfc75a5c0d8cc8b690508a94eee53a4eff91f66013
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 516e240e1ce24f1ebb3c6183abd7ff81527c687ec5342527a7222a70437d0951
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.04065136 BTC
Feerates: 803.65 > 4.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (495,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,923 419,923 000000000000000002503d1d60bbcd4f4800432193f564eb6bc6fa4d7eb3c7d1 1,104 0.69/1.00 vMB 34
419,922 419,922 0000000000000000032ba4f95d39b86b2cc24c27e3c0d3201070945faf890e0d 2,533 1.00/1.00 vMB 60
419,921 419,921 0000000000000000003b1896a79cc6d2e131a79715fce40fd59c6372bdaf0773 784 0.75/1.00 vMB 26
419,920 419,920 000000000000000003e024246ebad59bc422a07ace4365875fbe33ce4636e10d 930 1.00/1.00 vMB 22
419,919 419,919 0000000000000000032c33c85ade38b1e521fc278779cf04385b9d451d9222f2 1,651 1.00/1.00 vMB 35
419,918 419,918 000000000000000000737a5e8b6a43fe80091e686f16ec470253fb6468dc1702 2,317 1.00/1.00 vMB 59
419,917 419,917 00000000000000000157c86ce131eab63f7bc597104cd9fec96d34138b4b3203 2,969 1.00/1.00 vMB 78
419,916 419,916 00000000000000000444ae3580ed0c776276c80b4fd2b3dc37e605e60e352aad 872 0.43/1.00 vMB 55
419,915 419,915 00000000000000000522cd53f7bb74654b39dc95e16f4af26e2eaf3aa6fd7c8b 1,940 0.82/1.00 vMB 56
419,914 419,914 000000000000000000d967ee29f7b91a62b00c8ed18b96c99ae9b6dbbc15fca6 1,027 0.46/1.00 vMB 50
419,913 419,913 0000000000000000018be42f46597a0e997cdecef50027a0d745341d7c18ae9d 582 0.27/1.00 vMB 60
419,912 419,912 000000000000000002bba96ceda392d94d8a08f07fc6c8871bd5eaf0db58962c 1,745 0.69/1.00 vMB 58
419,911 419,911 000000000000000002b1c1e1712f429aeb0dda0b74eaf4c0ca63078a86336e56 1,109 0.49/1.00 vMB 66
419,910 419,910 000000000000000004fe6ae4f8da914fd3bf1bb6412a9b3c2114a26b68307dad 91 0.03/1.00 vMB 78
419,909 419,909 00000000000000000164ae4dfe06184133fbcd106236b6ae8af5fe14bdd414b5 842 0.41/1.00 vMB 46
419,908 419,908 000000000000000001873dd6df18ff52d8ad0088fe5c8a07d34b9b1db9bce3e7 2,687 1.00/1.00 vMB 64
419,907 419,907 00000000000000000084ba8940b6033b39207d90e7a0e70e6c5eefa86f24cba9 1,078 0.78/1.00 vMB 52
419,906 419,906 000000000000000004366074e0e75d9a3b44316b474026259eeed1a5863b6176 25 0.01/1.00 vMB 83
419,905 419,905 000000000000000003c987c5250cc3c47c826ee1cf8ed55fadc83e667c0fc23e 420 1.00/1.00 vMB 11
419,904 419,904 000000000000000001073970c6019db4978060737cbd9e2c256e84dce51d8e3f 1 0.00/1.00 vMB 0
419,903 419,903 0000000000000000041a4df4af6563c7d8a6509c79f12498626015db89d1ceca 814 0.40/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.00 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: 718.67 GB
    • Received: 17.93 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.