Loading Tool

Explorer IconExplorer

Memory Pool

45,186 transactions
31.41 vMB
0.10594951 BTC
Random Selection Loading Transactions
Max Size: 159.93/200 MB

Candidate Block

Mining Attempt 8e2847c41957c2a55e4112f36702e68f27b03cf01bb2839d6aac5f066b0f0717
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 3421211ba1dfdf4ee27f192548932c6731a8010b444a25bbd144fe798435dbeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.04033576 BTC
Feerates: 301.05 > 4.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (819,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,092 95,092 000000000003030bc39b5302f16b7abafad9ac837ce9bff2b30d34efa9dca838 1 0.00/1.00 vMB 0
95,091 95,091 000000000005499d1c697dff876db1cc3421b2966bf5f5d7269083b89e8c7fee 9 0.00/1.00 vMB 0
95,090 95,090 0000000000043718ad13908867ab2300e058ea0b5a3b10a2b907fef574a919d6 8 0.00/1.00 vMB 0
95,089 95,089 0000000000075842691b64051cf45a4264a77d730be85f77e8bb74888a764047 2 0.00/1.00 vMB 0
95,088 95,088 000000000006c21c3fe03c59875442f2e80409401a183f1acb972872c4b608b2 1 0.00/1.00 vMB 0
95,087 95,087 0000000000076a762494082f992950a559e4a1f412b67e076588c8c7683a5b42 1 0.00/1.00 vMB 0
95,086 95,086 000000000005a025e733f541c63fcc1564f219eaccaaf5b552e4b460ad1bb643 2 0.00/1.00 vMB 0
95,085 95,085 00000000000552d63a6d196b98deb391e139383df3b21fc6ee37ddfa6259dee6 4 0.00/1.00 vMB 0
95,084 95,084 00000000000527f3c205a842c0a535d0cc9adf4aa0a4fb783ed812e8d4e74250 1 0.00/1.00 vMB 0
95,083 95,083 000000000003563ea19d0b519a04e2916c766fba532ed5fe6213cdcdc5723b6e 1 0.00/1.00 vMB 0
95,082 95,082 0000000000033cd506ff9911afa01b28b3335f1ebb3ea3007a99585c4bc6da69 2 0.00/1.00 vMB 0
95,081 95,081 000000000008027cb2d99f8eed595b0cecfd865b01642b1097bfcb46804469a7 2 0.00/1.00 vMB 0
95,080 95,080 00000000000040a5c93ad3bea75c1dc19a2ed193e6974d1d93eec89f051a6e35 3 0.00/1.00 vMB 0
95,079 95,079 00000000000683fb786f40c549d2cec5f1dfa5dc800a5609b596cae63af3373a 3 0.00/1.00 vMB 0
95,078 95,078 000000000005966f4b83db08398b15ca4bee5801b1b6f1741d81963708f45c18 1 0.00/1.00 vMB 0
95,077 95,077 000000000006ca3ca6a4d212bd7cf177b456004ea70377b114e2f6d4e8fa24d7 1 0.00/1.00 vMB 0
95,076 95,076 000000000006539fc57d04a5d8cfd443c9c8e1a669b5351d75932e47f703e188 1 0.00/1.00 vMB 0
95,075 95,075 000000000006aec1fd5f63ae268c71ccbb2cd0a9abc8e4a305c505e09f89fb61 8 0.00/1.00 vMB 0
95,074 95,074 0000000000013d14cbc6e0998230439e426cdd470cf509e5b341ad839c69f910 2 0.00/1.00 vMB 0
95,073 95,073 000000000001921b1578eb8eee5fe6f4c1bcee27c61e0191a257b521c0ee4ec1 2 0.00/1.00 vMB 0
95,072 95,072 000000000005c714c3bb2b182ad65f7ad471ae226cde38c45c5fff5e893ed1d7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 609.46 GB
    • Received: 10.68 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.