Loading Tool

Explorer IconExplorer

Memory Pool

79,001 transactions
29.27 vMB
0.09588168 BTC
Random Selection Loading Transactions
Max Size: 176.93/200 MB

Candidate Block

Mining Attempt 1a944b1b4ce395e98182977181a55a081dec2402b0373979bd20726c2fa9cb96
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9bf483a9a535460ff1c7e39defc79eacb1a9d4ffc95a1ad393b704780679716d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.03409720 BTC
Feerates: 150.62 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (368,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,508 546,508 00000000000000000020f68b9702371b5dd6cfb6dd8ee71c925f8b34a3375a70 2,428 1.00/1.00 vMB 22
546,507 546,507 0000000000000000000423febd7bd5bf0c39572fe4af3db1e62d6847a44f3e53 2,296 1.00/1.00 vMB 12
546,506 546,506 0000000000000000002002307548daf13502f1241b5d8aa971dcbcd5463787ec 760 0.83/1.00 vMB 5
546,505 546,505 0000000000000000000e6c1e5da8025fa806df3fbfd66784b33915fcc49759f5 53 0.01/1.00 vMB 19
546,504 546,504 0000000000000000000e722f66fbca703066e8a5696c233673f91c5774468d09 3,005 1.00/1.00 vMB 10
546,503 546,503 000000000000000000008c6350b24f2688ae8b4912b9635eb13a7d7ca9e83484 2,505 1.00/1.00 vMB 19
546,502 546,502 0000000000000000000a6fc6dce621c74bc72e34991321b99b893cebed4ada81 1,136 0.79/1.00 vMB 9
546,501 546,501 0000000000000000001399cdf377fd1a1f61e92f93dc0efd4d472ad1038e7a83 770 0.42/1.00 vMB 18
546,500 546,500 00000000000000000002647e5b6c761c4f4b83dc2432dc90cbea7bda55b585b3 902 0.79/1.00 vMB 5
546,499 546,499 000000000000000000111c60132b3409e6aec83c2a492a63ad255d1114fda8af 2,639 1.00/1.00 vMB 19
546,498 546,498 0000000000000000001e4b955d5c9fe394563827d836145924b2f2e4198fc84b 1,153 0.59/1.00 vMB 20
546,497 546,497 00000000000000000026dab717cb7ac9a3933b810205e562d6cfff6e0ff69eea 366 0.18/1.00 vMB 11
546,496 546,496 0000000000000000000c1eb31756fb8de2f600c26f9992afe4dda8429d038bee 1,104 0.89/1.00 vMB 6
546,495 546,495 0000000000000000001c24918d2895b82834f21062ceb4181224b09148ae6a8a 1,806 1.00/1.00 vMB 13
546,494 546,494 0000000000000000001b4f3fc02999476e0f664882fe404e62a26b10bb98f3b6 3,009 1.00/1.00 vMB 7
546,493 546,493 00000000000000000007a2d3543804d851b6e4758302859f4f23d7323c2398b6 2,604 1.00/1.00 vMB 17
546,492 546,492 0000000000000000000ec5755f0acdbb1d9177247b059db99f8b54bdf455fe3a 2,267 0.68/1.00 vMB 26
546,491 546,491 00000000000000000013f1dbf9d8abeebcac397f5cbff65dc414ba6d167d58cb 2,218 1.00/1.00 vMB 10
546,490 546,490 0000000000000000000a6d27fb2561cc6a868ccfcd5e511fd886aaf50f60f7d1 3 0.00/1.00 vMB 8
546,489 546,489 0000000000000000000c99d381139ca8d5323720a18e2cde6c053fcb57917c10 450 0.19/1.00 vMB 10
546,488 546,488 00000000000000000001ef4c54f0839439305f8d3c03b2b6608f7e63b7dc2835 901 0.43/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.