Loading Tool

Explorer IconExplorer

Memory Pool

79,341 transactions
30.08 vMB
0.10360557 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt ea4751f31691019be6a2c2889a04d890ca886091e0b6b7241a128258a8ee34c2
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 5cb04b0a939d6ae2c9b4e5b5243626b3ef22f6ef35921f97d67fbccd8eb0c74b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,553
Size: 1.00 vMB
Total Fees: 0.03334634 BTC
Feerates: 151.00 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (318,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,429 596,429 0000000000000000000c1b7f8d7d45e98d33af4e59a3484c74cfc23e7bfe9ca5 315 0.11/1.00 vMB 29
596,428 596,428 000000000000000000130fb7acd05b6e8afa62e7d3fe286978d4b2da5c7e4c51 2,112 0.60/1.00 vMB 26
596,427 596,427 0000000000000000000a0c98de05a2a36b08d1dfe5cc3dd48983ff9a0502a5fe 2,321 0.68/1.00 vMB 23
596,426 596,426 00000000000000000013ae4d65dd11bb50ece14e77a5582c40139ae2c716e64a 497 0.15/1.00 vMB 29
596,425 596,425 0000000000000000001253b8585dc9a3ffa4a6c03ed2476703cf76d57afb5f50 346 0.11/1.00 vMB 27
596,424 596,424 000000000000000000128d0ce348ab0794617f50e468c7bad6489e2c0235254b 944 0.27/1.00 vMB 24
596,423 596,423 000000000000000000127907286877d314fbfbcb45e975d645d1c140f4a0f730 545 0.16/1.00 vMB 29
596,422 596,422 0000000000000000000a47623d51c7163851716fa898e3f9b7a058b4d421e7a2 765 0.29/1.00 vMB 7
596,421 596,421 0000000000000000000c19cdc20431c3e78418ecfa7410160efc0b336a21901b 2,818 1.00/1.00 vMB 22
596,420 596,420 000000000000000000022797d8601eccf2f7592672c00f77bc86ffc5f7f6e276 1,302 1.00/1.00 vMB 27
596,419 596,419 00000000000000000015743c478b59ffc03c0aa4436267e58d92051b85f60292 1,719 0.53/1.00 vMB 27
596,418 596,418 000000000000000000089dcbe4224cf530869782ec754c5997b6df69dfc11c64 460 0.31/1.00 vMB 6
596,417 596,417 0000000000000000000d4a0b1306cc0b3861959e720d4050880139d6d7b4f3b3 1,444 1.00/1.00 vMB 10
596,416 596,416 00000000000000000001152b24946fffdc6d1e097e2660ceb24cfaa57afafcfb 2,015 1.00/1.00 vMB 5
596,415 596,415 0000000000000000000d11ede72158396bed291a784be023a51d7f812d41196d 2,419 1.00/1.00 vMB 18
596,414 596,414 000000000000000000100abc79d25cc29e0a22800c53e90b7b9fceaeba991e1c 2,931 1.00/1.00 vMB 16
596,413 596,413 000000000000000000120b951aaae9ab5939130050b2bc08335cef1b0f6faa5b 1,414 1.00/1.00 vMB 35
596,412 596,412 0000000000000000000355f0074b9c2bb63affaae1a09d5e9ecff7b29bb4863a 2,441 1.00/1.00 vMB 36
596,411 596,411 00000000000000000004fb35bae0e6db6b4704c45a90db0163f9ff68344cfc5b 2,718 1.00/1.00 vMB 34
596,410 596,410 0000000000000000001403084040cf5de8228cbdf4295aea130fde4356660b41 2,657 1.00/1.00 vMB 30
596,409 596,409 0000000000000000001405409cb240798c89d5c8d2124f2d12111e73182bcdb8 2,372 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.