Loading Tool

Explorer IconExplorer

Memory Pool

67,256 transactions
21.93 vMB
0.14181743 BTC
Random Selection Loading Transactions
Max Size: 134.34/200 MB

Candidate Block

Mining Attempt b84e41bccb65c00efbc46a3a0fcd1d3dd89ecf084b4f5c2efbe374042bf40374
Version 20000000
Previous Block 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2
Merkle Root a413c8290af7697210eab9c2051548304a23dca88a17b93415da85fbaf49ee5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,652
Size: 1.00 vMB
Total Fees: 0.05795991 BTC
Feerates: 795.20 > 5.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,824 (856,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,649 59,649 0000000001409271de610c2415a5ac4e80e8e62de7b481810cbecb1684575fcd 1 0.00/1.00 vMB 0
59,648 59,648 0000000007d7bff68c95d2fd1cf9a5749d239812aa32799aece295a774837fff 1 0.00/1.00 vMB 0
59,647 59,647 0000000008e5d9de3c16283129a94e3a92aae7f48a6cbb8c6115c6347ae401d1 1 0.00/1.00 vMB 0
59,646 59,646 000000000c7587b35e24fcbbfe07b529ca740aa8068298f830001c9b26401f01 1 0.00/1.00 vMB 0
59,645 59,645 0000000008ebb2146a55974ade6ff3a4f0883bf6ee856abc428e2f849238994f 2 0.00/1.00 vMB 0
59,644 59,644 000000000d86579f6df96beb6d98f3ef0e27b695991f716cf4dfeefd00ae949c 2 0.00/1.00 vMB 0
59,643 59,643 000000000beb727eee9d3974b0affb49a401d0e139fdb8082742c27b5a94ede2 1 0.00/1.00 vMB 0
59,642 59,642 00000000016b58daf5c956b2f83f3b30e010c266280fe53da9ec1f472a722d9c 1 0.00/1.00 vMB 0
59,641 59,641 000000000a69d1fe305d3e1b9cd149d8fa692e97f1ab4a06bc1104875ceee5af 3 0.00/1.00 vMB 0
59,640 59,640 000000000ac1b9f7fde0a279957b224553fe650af6d47b66b2014709d6485af3 2 0.00/1.00 vMB 0
59,639 59,639 000000000ebfeb67ef49db63251b47a3b55672d00d262d375f265a6733ee83c8 3 0.00/1.00 vMB 0
59,638 59,638 000000000bc5767dfe7db490d73333ca73c1e418ebdecead44d5aaf26ed22723 1 0.00/1.00 vMB 0
59,637 59,637 000000000c208879a7ff1331986d36bdee90e9d887aad2d6b00657feeeffbc23 2 0.00/1.00 vMB 0
59,636 59,636 0000000003d5e58bcc698ef17cdf03838a67faba3a2b9ab273f340f4d7bcfb5b 2 0.00/1.00 vMB 0
59,635 59,635 000000000050d132418f38e5382c3c48b49f618b2f067b09178c034d636cd6a8 2 0.00/1.00 vMB 0
59,634 59,634 000000000d4f4c23923cffe2ac4428477bcdb02a88ddd3bf7925e58437f1937e 1 0.00/1.00 vMB 0
59,633 59,633 0000000007e3c4ef7b112e121cdc71a2853b6b4b6f9db05880e16f401bc40776 1 0.00/1.00 vMB 0
59,632 59,632 00000000067c5590a02d2c3b3f65440467d98559f108ac7b082c3c4fa3c2ab01 1 0.00/1.00 vMB 0
59,631 59,631 000000000237dfc92c5ba2233447207126767526591af96c7b13e684acaa5d84 2 0.00/1.00 vMB 0
59,630 59,630 0000000007045decdca58bd5d50a4f21dd8ec39f60918b594785a3290a58c336 2 0.00/1.00 vMB 0
59,629 59,629 000000000a7a2f594655c7c5a36f6095479de963c6570237bee079c3f4ed5950 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.80 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: 788.51 GB
    • Received: 21.73 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.