Loading Tool

Explorer IconExplorer

Memory Pool

46,273 transactions
28.86 vMB
0.14335193 BTC
Random Selection Loading Transactions
Max Size: 152.72/200 MB

Candidate Block

Mining Attempt 2fbfc7b6beb9b3565838afc7663aa36365becaf01dc0cca7eae894b4d7e061bb
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 6f0b33a6c218739a7ccd580fb6a9e750a4255ad9ede76ca4aaaeee526f977fef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.08118788 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (383,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,652 531,652 0000000000000000001f5862b5ccca1209e1b4aa705031562dd5f22c9c21a9c1 1,164 1.00/1.00 vMB 7
531,651 531,651 0000000000000000002ff46f0d1a8e00487f455e836a2e3daa63f285c72c80d2 1,776 1.00/1.00 vMB 12
531,650 531,650 0000000000000000002247997191649f1a38304afd474aa63d8fef15909a2624 807 0.99/1.00 vMB 5
531,649 531,649 0000000000000000000487b846f4b122924c2c54f85673d44918719b36e45a08 373 1.00/1.00 vMB 2
531,648 531,648 0000000000000000001e0fb45c488e27620deb9b57f94758483feecf1ba044d2 2,329 1.00/1.00 vMB 16
531,647 531,647 00000000000000000012ed010de031aaf6fd797eb91ed8ff2d4754761f045e6e 1,219 1.00/1.00 vMB 7
531,646 531,646 00000000000000000001329d8fbfb5bd19ce6d74052176759c664c364f9378d3 2,890 1.00/1.00 vMB 19
531,645 531,645 00000000000000000006e41b275b21fc44e3b7afa8a8092aa6a7e4b84345f1f1 256 1.00/1.00 vMB 2
531,644 531,644 00000000000000000013fc47a63839084737380588e9cf6c41fbb01a73aaea5a 520 1.00/1.00 vMB 3
531,643 531,643 00000000000000000020a32141813c35d40b63121838304854c99a1d8e9d98c8 2,545 1.00/1.00 vMB 24
531,642 531,642 0000000000000000001c23b54ab65cca4c45a93a453b2259d1e16be2d977b00e 1,409 1.00/1.00 vMB 12
531,641 531,641 0000000000000000001d6edb0b229c0a010a3707acf1e8fa2b4646e588056130 1,263 1.00/1.00 vMB 8
531,640 531,640 000000000000000000317c92a78c2901d12bfae925c15cf3bc0ca077818bec07 2,132 1.00/1.00 vMB 17
531,639 531,639 0000000000000000001f95c26e92e304cd998fdf8d3b945a3b3b32902a2583f7 412 1.00/1.00 vMB 1
531,638 531,638 0000000000000000002f608fc47a14e2753c745423742808a5cb3b0f2a514504 1,950 1.00/1.00 vMB 24
531,637 531,637 000000000000000000304d3e2651f8f42b0cbae244668744d92a7495c7175de2 582 1.00/1.00 vMB 4
531,636 531,636 0000000000000000001538bc64e86e6f52602a2fe4b3e43d3b99e863b2b0ef74 1,942 1.00/1.00 vMB 9
531,635 531,635 0000000000000000001bc09f45cdd5667f56fd5c98b83e51eafa24f362e442d6 2,274 1.00/1.00 vMB 26
531,634 531,634 00000000000000000005cc550af9ee7184243f18f143502c77aa0265aff5c2cf 587 0.28/1.00 vMB 16
531,633 531,633 000000000000000000062edac2b67de8e1a2ff4cce8addc259248fc77ec4876d 2,719 1.00/1.00 vMB 27
531,632 531,632 00000000000000000010fe61f34c87ad172df038d66132bdb70f080c9003b55d 2,091 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.