Loading Tool

Explorer IconExplorer

Memory Pool

66,672 transactions
18.69 vMB
0.06106298 BTC
Random Selection Loading Transactions
Max Size: 121.95/200 MB

Candidate Block

Mining Attempt 35e1e79f7815109109d77c28b83b5d533ecad806a2c7ca263cfe2ddc33aad09e
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 8da32121334f074c72562191cbe9ae9862fe8635fc29d8f74cc107834c4fdfda
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,524
Size: 1.00 vMB
Total Fees: 0.01860929 BTC
Feerates: 100.00 > 1.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (830,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,504 85,504 0000000000234c1afb2d6bbc20566244c914d404ec9c0f1a9071a5223552ada2 1 0.00/1.00 vMB 0
85,503 85,503 00000000001cb9a83916d21ca8c1f5a70af715d2c3af5439c78a44ed3e6e1d9b 1 0.00/1.00 vMB 0
85,502 85,502 000000000017e12883d9e0fa268b15f65dbe18e331dfb080fd44c09c9e990e07 2 0.00/1.00 vMB 0
85,501 85,501 00000000001f37601d6b020f19a6b0cd4c672103bed997d8c78b0e0c6b2abda0 1 0.00/1.00 vMB 0
85,500 85,500 00000000000db6db3dcf8648542570be0cba0bf33bf5612288147caad07c96d1 2 0.00/1.00 vMB 0
85,499 85,499 0000000000047b4e8fe6ee3bcc30e2f8d209fb466f6bb07e1ba467d1a999e432 2 0.00/1.00 vMB 0
85,498 85,498 0000000000070a55e617dbc8e7089ca1774ffe0e3e58f254ea5891324526e0e3 1 0.00/1.00 vMB 0
85,497 85,497 0000000000196e5d567f9e720f8844d8121d1ca82e3aadf12bcd2cc2b9231486 3 0.00/1.00 vMB 0
85,496 85,496 00000000000cd28afd5a4d82e51abbd5e095ea56e8ca37b321951ae234547a7a 2 0.00/1.00 vMB 0
85,495 85,495 0000000000239bd62aefbb96ec7332709cb9430681e65cab72fc93e44b7a01d8 1 0.00/1.00 vMB 0
85,494 85,494 000000000024bd97e7344c02f37370b9475c2d3799ec900e18a2aa8c22dd7528 1 0.00/1.00 vMB 0
85,493 85,493 0000000000157213174522d9d44e7348718d56f1cbced04f50ef2179d2b9f29c 1 0.00/1.00 vMB 0
85,492 85,492 0000000000272a13f7a7a4e3d90b94b8ea49617c22d7024584a4b414a2333943 1 0.00/1.00 vMB 0
85,491 85,491 0000000000194db6fcf1b79d83359a550a317a9e053cfabb03206d0d61d570fc 1 0.00/1.00 vMB 0
85,490 85,490 000000000008162a27c6c0d985bdc305fdc507fe34a75fdbbd15e309abbf8576 3 0.00/1.00 vMB 0
85,489 85,489 000000000020b9a887ec803ee0f6e44dafcb12ac7ef48f6e0c839ec337136d2e 2 0.00/1.00 vMB 0
85,488 85,488 0000000000068a489899573650f7b46c3479868a846bb53691e45a0631787b29 1 0.00/1.00 vMB 0
85,487 85,487 00000000002af1c2475d7f3831eb6dbf5d5da9a366f9006a320c550f6dbb0e1d 1 0.00/1.00 vMB 0
85,486 85,486 0000000000169a4194577308cb0c3ebecb929597b97b48e86c468360c22351d0 3 0.00/1.00 vMB 0
85,485 85,485 00000000000e50b7dc57d9410e35c6b694b8907f2b4b3aa64f366babfcf018de 2 0.00/1.00 vMB 0
85,484 85,484 000000000017a8a1979bbf4cae5cc93c43a0cbc7545552841a81d6d7fe58c476 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.57 GB
    • Received: 21.54 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.