Loading Tool

Explorer IconExplorer

Memory Pool

78,834 transactions
29.22 vMB
0.08489900 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 1d03fd4564a37716e3fa040afb31d8e42c8a302cf53c703062fe45ba6ec6de9f
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (318,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,441 596,441 00000000000000000013b75e35a87091de0e143df8ef6a40c822584265536bbd 2,881 1.00/1.00 vMB 50
596,440 596,440 0000000000000000000236cfa641b3d0c416da4e09d1773fec7cf7177d95f58c 3,122 1.00/1.00 vMB 6
596,439 596,439 00000000000000000010373f818928af1788accb6802a073357a7b35f74b6a04 2,671 1.00/1.00 vMB 13
596,438 596,438 000000000000000000027107930d2bd66d438ae740389f0e9c61c6ac56694b24 2,058 1.00/1.00 vMB 38
596,437 596,437 0000000000000000000a61a9c8908d952f3099bec554f09f692548a94e157090 3,274 1.00/1.00 vMB 35
596,436 596,436 00000000000000000016757d66ff186a4523a11d6f8658baed7cbfb92da59fb1 3,489 1.00/1.00 vMB 48
596,435 596,435 0000000000000000000846a0aeb96ba443293a728dcc61ddda63b89547862a79 2,474 1.00/1.00 vMB 27
596,434 596,434 0000000000000000000b70a2843fb15b3b0dbea76b2ac2384fd7b0b44d9f2ba8 2,727 1.00/1.00 vMB 41
596,433 596,433 0000000000000000000b9df322e4c2eaeec5543bfaa0c7204d0f4d3fc33f1017 1,981 1.00/1.00 vMB 44
596,432 596,432 0000000000000000000f5b0e139644ede43eea10e28c14c002c31564750a8456 2,848 1.00/1.00 vMB 27
596,431 596,431 00000000000000000001bbe2e943ffec77732686f01a847f583bf8cf062b9aa4 1,843 1.00/1.00 vMB 38
596,430 596,430 0000000000000000000df75b78618bced5fb3f9d6b4498cfe03312705d3301e3 1,298 0.42/1.00 vMB 24
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
Previous 10 blocks ↓
Total Size: 782.68 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: 678.89 GB
    • Received: 16.44 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.