Loading Tool

Explorer IconExplorer

Memory Pool

15,593 transactions
6.62 vMB
0.03960823 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.98/200 MB

Candidate Block

Mining Attempt 5c35f5dcf7041538a092f55b786904d8888fe191a9a4305fd95311f97ce55e20
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 722976fea7ddeb4d4f8ed33d8a20d7ec2f6d67ea1371c386a96a01b17fa2c28e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.02401019 BTC
Median Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (707,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,392 206,392 000000000000012243cd017bed6a890f12ccb63df7a6e61ad7b8770fcbfcdcf1 115 0.04 vMB 167
206,391 206,391 00000000000001cb9dd70cc29757b5ef6ef491d58f507276866a1e4ceba6c4c2 17 0.01 vMB 159
206,390 206,390 00000000000002fd8ea03a78856797127d987e13a7535a4706eb26ac8ca14033 113 0.04 vMB 111
206,389 206,389 00000000000002e0edc1845278b85f5a62bdff4c0947c972b007de3b21f7f6b3 271 0.11 vMB 251
206,388 206,388 00000000000001f5a70d82e8d0aab26393749732e87b4dde6838a643f6c800e3 23 0.01 vMB 729
206,387 206,387 00000000000000ec0f9344ce310c823a6a5a79f16e361cd38fa036b46a07eb0d 68 0.03 vMB 138
206,386 206,386 00000000000004bdf624297fb99d49d3231a370ccad042b5a4d0d789a1237f79 15 0.00 vMB 57
206,385 206,385 000000000000019eedd933a15dd2966d6f885b12770bd3b4e495fc82726f803e 60 0.02 vMB 156
206,384 206,384 0000000000000204823eee417d9da825ecd8e882ab3e67d40c66ff17b7a95f8c 180 0.08 vMB 172
206,383 206,383 00000000000004c86204c4bc7092232331a2eec6a3696b9e98114c5f9e44c8dc 14 0.00 vMB 0
206,382 206,382 00000000000001e8999c539625b5a1a3c3132289a7b47d50da6ef07b05bdb329 11 0.00 vMB 209
206,381 206,381 000000000000050d6cc1fd52f9c50a6a54cb60d3153fc70fed2ea0f11ea2854e 248 0.15 vMB 147
206,380 206,380 00000000000000d8b19403d33f9d417554f2ec24b6173e4f7be5dd740ddd9488 8 0.00 vMB 193
206,379 206,379 000000000000047ff41a8d99e7047ce808a936e467799619fee48f794a85b5d1 11 0.00 vMB 194
206,378 206,378 00000000000000341b551b621b238ee7446856eba6cb556522565a42a680fa7a 128 0.05 vMB 207
206,377 206,377 00000000000002d6ba1683303c33b281446edf97b18e3a320b4f65b6970b65d1 83 0.03 vMB 794
206,376 206,376 000000000000038402c1f753a31a7ffe243f3407a351e1647243fef17f95c96e 231 0.11 vMB 142
206,375 206,375 000000000000037e96a514d537c11071dc494c95f7abe4e9e22493bde311e635 155 0.06 vMB 170
206,374 206,374 000000000000032cebea8001e2cd591359c7a8074d8629ddb4329d9ce8e27819 26 0.01 vMB 184
206,373 206,373 00000000000004de87a460b601157e16c5cd7e558636421efa04d33944c54755 17 0.01 vMB 66
206,372 206,372 00000000000000d8f45c089fc8254488b3139a564cbd6f442e050fd9b8ab689d 56 0.02 vMB 174
Previous 10 blocks ↓
Total Size: 779.66 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: 315.84 GB
    • Received: 1.51 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.