Loading Tool

Explorer IconExplorer

Memory Pool

39,527 transactions
27.70 vMB
0.07586573 BTC
Random Selection Loading Transactions
Max Size: 142.49/200 MB

Candidate Block

Mining Attempt 8d24cca59e1ce2ac53c1af2b497d031e71b0576683773b984a0301fee6732c3c
Version 20000000
Previous Block 00000000000000000001a5aff3d7fc530369acfa5105de5da74228db12577014
Merkle Root 582b112fa0a1f7eb554ffef481eb0cee40dd84af3c976030944c2328d0d36955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.02054162 BTC
Feerates: 50.27 > 2.06 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,268 (815,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,565 98,565 000000000002b25171c1e9d6a669c83af7b817c17fcef456264d88d8685c8823 6 0.00/1.00 vMB 0
98,564 98,564 0000000000043a4e8a5c7840673c77e566e89fd4e84b14726ab77eef3c0ae3b9 8 0.00/1.00 vMB 0
98,563 98,563 000000000005285cb0bf0f59bfc9a7ad91148fedffaa76a0c919c32f3b04aae6 1 0.00/1.00 vMB 0
98,562 98,562 0000000000002d9f4b68629afacf90ee2da04c2f58a58689772f37ce0a1ac4d3 2 0.00/1.00 vMB 0
98,561 98,561 00000000000269fc4b1d1df4795019d478d6c12542e755eeffd3899d5e1e6d10 2 0.00/1.00 vMB 0
98,560 98,560 000000000002f84234c6733f623f82a4508a9445f10eebc399ed217be812aa5d 2 0.00/1.00 vMB 0
98,559 98,559 000000000004f8440ac4e0b0c192e22617b5334b038d541d8c37f8547f338dca 5 0.00/1.00 vMB 0
98,558 98,558 0000000000047ba1d3d45858465c9ebb2d51b80ef5e7507bd4fb376bbe8cb0d3 4 0.00/1.00 vMB 0
98,557 98,557 000000000003f604a68d968c96cc7feefd038c0ca2700dde2cca4fccec7894c0 3 0.00/1.00 vMB 0
98,556 98,556 00000000000198511d88dade57dafc4340242bc666e917961526e8182f1c43aa 2 0.00/1.00 vMB 0
98,555 98,555 0000000000014cc5e631473e24e3933d5bfcea820834316ac1900d6b691499d2 1 0.00/1.00 vMB 0
98,554 98,554 00000000000457a68701868c45ba9ee656820d254074375e72d76accb283d297 1 0.00/1.00 vMB 0
98,553 98,553 000000000000a82b34c74a9bf9f40e62cdf1e2b341a4e7e4afbc1eab49629e0f 6 0.00/1.00 vMB 0
98,552 98,552 0000000000028f2bf53d5a9d42d1888788ebef5b545115c810c2f7c98a97388e 2 0.00/1.00 vMB 0
98,551 98,551 0000000000030567d9f49cb2f5ead0963259a413f669ea4d7624356a2b40aeac 4 0.00/1.00 vMB 0
98,550 98,550 0000000000006b94509d09ffe9ec75b55b43f0e82cb641fe485634d36fd71ff1 1 0.00/1.00 vMB 0
98,549 98,549 000000000005306038f15833ab88d9c663629809861e8cf5e39624fb055ab41a 6 0.00/1.00 vMB 0
98,548 98,548 00000000000156647d14461e1b1a0e79fa611c914977c1b4027f665213538767 1 0.00/1.00 vMB 0
98,547 98,547 000000000000f9df09370063167e060d39a51a7dd1be1177358d06b0ddce5418 7 0.00/1.00 vMB 0
98,546 98,546 000000000000893eb563a5f6c217ecacd1b16b49b08197a6c060db4f8c738ddb 12 0.00/1.00 vMB 0
98,545 98,545 0000000000030639bcc4bddfb7dcb078c7c3e324c99415f2c91b09f782bbca11 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 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: 578.30 GB
    • Received: 8.71 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.