Loading Tool

Explorer IconExplorer

Memory Pool

41,275 transactions
19.90 vMB
0.04775429 BTC
Random Selection Loading Transactions
Max Size: 111.31/200 MB

Candidate Block

Mining Attempt a8d47ddbd70279791669bb1fea5a3bc51b7cee7da299e1baca372dba52467b83
Version 20000000
Previous Block 000000000000000000002b32e86d87b3cf8508db31771fa656074b68e0c647d3
Merkle Root 802deea62dd67d62e17acb607c3afebd51870ccf87d260771c5df6f1bc4cf178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,258
Size: 1.00 vMB
Total Fees: 0.00885161 BTC
Feerates: 199.00 > 0.89 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,016 (786,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,192 127,192 0000000000002385b0b02f953715c81015b528b51821c30e380b184be48f3561 26 0.01/1.00 vMB 428
127,191 127,191 0000000000001693d518858d54b5d2dafdf02333e1fc81c441c8dfbf16956478 8 0.00/1.00 vMB 706
127,190 127,190 0000000000000ad3eacd7e26c4a8d3339b6bf16ff3711a19fb5e65c008383ebc 3 0.00/1.00 vMB 0
127,189 127,189 0000000000001ff5bf3b9217d6af2da1e4937e6f02386f6277ab3196d1366acb 38 0.01/1.00 vMB 140
127,188 127,188 00000000000002ef8a03c570b0caeb3ef6c01997778dcc11a7c90aa147b215ca 18 0.00/1.00 vMB 420
127,187 127,187 0000000000000d8d02503b684596be7403ee44ab2d76737f594a4307781cfed3 22 0.01/1.00 vMB 1,328
127,186 127,186 00000000000015760ca907d13ffcf7ab8bdc1042103ac10470f03c7d9fe408bb 15 0.00/1.00 vMB 203
127,185 127,185 0000000000000a8dcfcd6258e51298aac235bb1e9e35fe4b9f1ecbfae0cb8985 67 0.02/1.00 vMB 502
127,184 127,184 0000000000000a3a8c31acd77907d00b6c0fdab5ff738f2ff2e984dc1dffe88d 13 0.00/1.00 vMB 0
127,183 127,183 0000000000000e6abe69207cd3736b9716a19729b23b653029359ed96e67f05e 22 0.01/1.00 vMB 183
127,182 127,182 00000000000007dca018ed0fb36b73d2ab8fe46968e92d9b676f129e3de194f4 12 0.00/1.00 vMB 832
127,181 127,181 0000000000002486ce605ea62ef0e31ebd0fb016ffa5f6fae16a240ddabd39ee 27 0.01/1.00 vMB 1,067
127,180 127,180 00000000000010bb44a3f3e3c2fc38a623039dcab13167d346d41dd44f53507d 71 0.05/1.00 vMB 275
127,179 127,179 0000000000001935bda7a64485f2a07d10b6f957fea48bb630c67e81b7f89537 53 0.02/1.00 vMB 241
127,178 127,178 0000000000001fc093e6bbcc91e06a2504d88d2451cb74ddb719a5c2eaf05be4 2 0.00/1.00 vMB 3,861
127,177 127,177 00000000000011014cf8a514459f1bee8e8acd393fca374f6702d03a58d6db79 8 0.00/1.00 vMB 1,128
127,176 127,176 00000000000005ae26f4286c04384f55b9426f97a77ed0ec8aaea4b554b23852 36 0.01/1.00 vMB 118
127,175 127,175 0000000000000cedebd44f2719ab94025cdbe63ea2560fe7e57d8e53ea7d652b 67 0.02/1.00 vMB 1,428
127,174 127,174 0000000000000500cae209402fbc7957e020e82d9dcd1e88f548aecf23bb8654 50 0.02/1.00 vMB 463
127,173 127,173 0000000000002293712e61bee8287b0c82322cb42f3719c66cb471b3a858b594 3 0.00/1.00 vMB 3,021
127,172 127,172 0000000000000cd25c47790f0bb836a24b1480c3b9080723e6e22a30e5b722a0 19 0.01/1.00 vMB 549
Previous 10 blocks ↓
Total Size: 780.63 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: 549.53 GB
    • Received: 6.39 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.