Loading Tool

Explorer IconExplorer

Memory Pool

40,143 transactions
26.93 vMB
0.08959661 BTC
Random Selection Loading Transactions
Max Size: 138.72/200 MB

Candidate Block

Mining Attempt 0d0844fe0ffa6ef17b14bd9a79afe1dc2c87e5be318ac23dd1dcc0818d2f0280
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 201157e53e5a3848e164931c2f1ace239bc9b6c5cb4370ac5e94f5bcd36c7eba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.03630235 BTC
Feerates: 197.12 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (817,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,192 97,192 000000000001be1630e609ab83f24d62b068571de8b592baaafe2a7a01cba907 3 0.00/1.00 vMB 0
97,191 97,191 000000000003d3bbe5d799b1d0041e97c95c49fda833c108b14f69236bf27afe 1 0.00/1.00 vMB 0
97,190 97,190 0000000000039a209e766183078aa40e56fb5d8aa9c4390b66f1026e04394e11 1 0.00/1.00 vMB 0
97,189 97,189 00000000000298fc34102116e486b0435ce81d75bea65a9e4fa9d4a942badb6e 1 0.00/1.00 vMB 0
97,188 97,188 0000000000016da0b0bbee45bebd93ef7a78d529a5c25788b5c1b1ef03470a92 2 0.00/1.00 vMB 2,217
97,187 97,187 0000000000027b0349955906b0a9c85649d96eeee1003c5dd00d10b5ead82c6f 2 0.00/1.00 vMB 0
97,186 97,186 0000000000026ac64eb55914682db3c3a7cd527e84bab511989190c0cbd0ce60 10 0.00/1.00 vMB 0
97,185 97,185 000000000002a0c230b1e91ba749485dbc2916acfe7c1fe1efbbebb558d13c78 1 0.00/1.00 vMB 0
97,184 97,184 000000000000b284d1f7541d29e7576c87859c1cd9b484b98c1175db5305eaaa 1 0.00/1.00 vMB 0
97,183 97,183 0000000000005c444f76fdba44103800ff60f954b9fc2d808d1bd21a2d1d0ca0 2 0.00/1.00 vMB 0
97,182 97,182 0000000000037fcbffd904737534e7047e9515ea972b6c6134179c49610cf3af 1 0.00/1.00 vMB 0
97,181 97,181 000000000004959a59e912194f8b3b63fbe2ab2b78a784f952624096a4581c51 1 0.00/1.00 vMB 0
97,180 97,180 00000000000322cbee6978c77cda7e5f8fb8677e1c9d39755c69c747718cca38 1 0.00/1.00 vMB 0
97,179 97,179 00000000000457aada0e6a075c9534af6e882c1fbf2f46cac42f3c24a3fb4f75 1 0.00/1.00 vMB 0
97,178 97,178 00000000000147566767f21f5e1f43e7863d0c41d307ea6062e7e0ee4184251c 1 0.00/1.00 vMB 0
97,177 97,177 000000000000f9c94d84381e3d809e426870cc78bf3daa5ffba834eed6c01753 3 0.00/1.00 vMB 0
97,176 97,176 000000000001fd9632aed8df964e418d7584ca7281c2457d56b456e507c8b50d 2 0.00/1.00 vMB 0
97,175 97,175 000000000001da8889a825ffaf0d2195ac68922c38b5598b9aa1049525da10da 1 0.00/1.00 vMB 0
97,174 97,174 000000000003a2f83be328b76d64d0d5e8838d4a5383dc591387c822622d1c2e 2 0.00/1.00 vMB 0
97,173 97,173 000000000002e6b48614c6192fddf93595ea1374bcf8cc282464ccd1707829af 2 0.00/1.00 vMB 0
97,172 97,172 00000000000272c378b33133cb09c23b5094f6f16e910fa79cd99ffea01e2c06 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.