Loading Tool

Explorer IconExplorer

Memory Pool

40,913 transactions
28.85 vMB
0.07876086 BTC
Random Selection Loading Transactions
Max Size: 146.87/200 MB

Candidate Block

Mining Attempt 559ebc31f2eec2b56e9d726ac1ca1560ad7d476651d9be2a27c42fefdf551ebc
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 613f9dd43bc1c7d34aeeae1c19350cb139e89b5cd223c40262b7eb084c09384a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.02264305 BTC
Feerates: 150.93 > 2.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (571,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
343,201 343,201 00000000000000000fdee77af7cfb73f2cfbdbf5237a9c0d4f85c3274b5477ea 1,541 0.48/1.00 vMB 49
343,200 343,200 00000000000000000f6bccca401ee586b854a899d1b070a123c4565dff190ca4 1,941 0.75/1.00 vMB 33
343,199 343,199 00000000000000000a6f4bc0f63550c82c2680443b0355177c5238a8c48eea0a 213 0.12/1.00 vMB 25
343,198 343,198 00000000000000000dbb41a71eadb4c0fe78d6e1bee53ad73cdb90e13c5b8b67 1,068 0.72/1.00 vMB 20
343,197 343,197 0000000000000000016d561159c7c447b89805cea12dcb51ff68df556fdd3f01 1,647 1.00/1.00 vMB 26
343,196 343,196 00000000000000000d3651174145fcada029db4a2b389caa5a36c9f53d42fd9f 1,666 0.75/1.00 vMB 29
343,195 343,195 000000000000000000ade45fedba61b640c989ccefca140ae4f9818a14dc0e5d 256 0.11/1.00 vMB 33
343,194 343,194 00000000000000000025eff68b2146a6899c9362a484c281bfbcf1db35c1ddb5 1 0.00/1.00 vMB 0
343,193 343,193 0000000000000000014ccd3107010c8b21696a9fb27e2cdbbc39353269e1f08a 80 0.10/1.00 vMB 9
343,192 343,192 0000000000000000010ff558c06d9700018c8f0849967b158017783a20d6fb30 343 0.24/1.00 vMB 22
343,191 343,191 000000000000000012c926d7e5db6a47485a6dbeedb691b422e711d1cfee5407 542 0.55/1.00 vMB 11
343,190 343,190 000000000000000015ae35236c1db9b9806d4eb46a7290b870ee1f0fceb24193 1,251 0.75/1.00 vMB 22
343,189 343,189 00000000000000000ad4ded98fc1d2d51b6493fa01b98c32bb3e19a3d59254f2 398 0.16/1.00 vMB 32
343,188 343,188 000000000000000009aed024f54a5c76aa9aa82a26a104fb8668110ae55b3996 2,164 1.00/1.00 vMB 31
343,187 343,187 0000000000000000143a5c5297ea6a5c44e2bf4d89d97542f212248c7554fa3a 613 0.38/1.00 vMB 24
343,186 343,186 000000000000000008905470fba792c8991cbc2bb7d42b954369488adda3b20e 558 0.30/1.00 vMB 31
343,185 343,185 0000000000000000072b8bf361d01a6ba7d445dd024203fafc78768ed4368554 324 0.15/1.00 vMB 23
343,184 343,184 00000000000000000ff677214ea40bd02010800b1cbca65c110ac5c330d98a49 815 0.49/1.00 vMB 22
343,183 343,183 00000000000000000a16bcc766361414571a5f961698acc46c27bd79c26ac15c 725 0.51/1.00 vMB 10
343,182 343,182 00000000000000000f8e6db975a1e72d41151bd195da1baeca2b9f5d759353d6 1,724 1.00/1.00 vMB 22
343,181 343,181 00000000000000000a1fb2fd17f5d8735a8a0e7aae841c95a12e82b934c4ac92 156 0.07/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.