Loading Tool

Explorer IconExplorer

Memory Pool

39,254 transactions
27.43 vMB
0.05924603 BTC
Random Selection Loading Transactions
Max Size: 140.18/200 MB

Candidate Block

Mining Attempt bd50d05851a1a14a5976c1f0167de260ce92f5293c387b096af18a3ccd8cb081
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root 9de9f66143478c5d463436ba516a48b9fe6455c70357370189fadcaaf37808f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,630
Size: 1.00 vMB
Total Fees: 0.00719822 BTC
Feerates: 71.81 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (912,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,283 2,283 000000007569ac9cf8db89a6903ed71218bcf25786370acefef1866e15e96216 1 0.00/1.00 vMB 0
2,282 2,282 000000005743d5f574e5a96826445be944e59687cba22ede9783155a1074da9b 1 0.00/1.00 vMB 0
2,281 2,281 000000006f9554b1b00ac6a3a52d9223f6083373f4aaff95effdbae09f359be6 1 0.00/1.00 vMB 0
2,280 2,280 00000000d9da3e4b800f2eeb7b5cde52d3a646b114f1a4995465109be76d9814 1 0.00/1.00 vMB 0
2,279 2,279 00000000eabc936d3ef7cc45f3fda94884046ae8c20095cfa1d64ec8f43f9088 1 0.00/1.00 vMB 0
2,278 2,278 00000000b3dd2017a779d84a62d2f63aeee8fdc9c8c02ceb236988a621b00502 1 0.00/1.00 vMB 0
2,277 2,277 000000001052ca40f382b01b9640bf8150e64746ee3346f33679dd8431bb7df0 2 0.00/1.00 vMB 0
2,276 2,276 0000000017ce60547cbc7106176fc3db42709d2cc2e669863a4409a4d67a58f7 1 0.00/1.00 vMB 0
2,275 2,275 0000000031d86ce67a67bd9ff6d37008cc765b24420eb3b3f1c79af904e4e154 1 0.00/1.00 vMB 0
2,274 2,274 0000000063355349fe8807f7f006b1bbfe4f317ceea33d383c8b18a5ac5fb132 1 0.00/1.00 vMB 0
2,273 2,273 00000000d03abcf627e67ad05fe2893f010e95f668e99fbb55476e4dae07210b 1 0.00/1.00 vMB 0
2,272 2,272 00000000bbbf0ae8a56c09877cbc96ff7d3398664a475f10f08d183d7489851e 1 0.00/1.00 vMB 0
2,271 2,271 00000000fca03856f435bc8ce54184c907c53f3daf04c42aae9b57f358c9aac3 1 0.00/1.00 vMB 0
2,270 2,270 000000008d238d65182ba3dfe70263ed60d58271a3418ee4bf4edd9769e2e9f6 1 0.00/1.00 vMB 0
2,269 2,269 00000000d3417c47b11a373e29e81f67c648f3018e9419f5388e5d8152ae778e 1 0.00/1.00 vMB 0
2,268 2,268 000000006c7010bbbcf0a3799dc409ba75543e9beb4345e9532cab613d6f7d5e 1 0.00/1.00 vMB 0
2,267 2,267 000000007c150a245e1c17f799f07529a601d2fc2d272e86184f82ee6188d13e 1 0.00/1.00 vMB 0
2,266 2,266 00000000f38fc7d1caf8aecc55ea5180b003355e08efcdc565fc30dc9300f3bb 1 0.00/1.00 vMB 0
2,265 2,265 0000000067ebd365b2395ff67596578ce7262422296f384c4a1787c0a7300a0a 1 0.00/1.00 vMB 0
2,264 2,264 00000000af519c91833bc83489f1c3a6a64d67979632537f55711d9d0d30ea77 1 0.00/1.00 vMB 0
2,263 2,263 000000005b2eba6c1e6d69772b8954cacdd63ae22b219a95c15efd9140afd218 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 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: 631.88 GB
    • Received: 12.08 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.