Loading Tool

Explorer IconExplorer

Memory Pool

42,807 transactions
19.89 vMB
0.04841729 BTC
Random Selection Loading Transactions
Max Size: 112.30/200 MB

Candidate Block

Mining Attempt f6bf14260070983718164bc2e97b7c06f250e1fcebe1060f82ee5db43b78ddcc
Version 20000000
Previous Block 00000000000000000001e70d7bd534e49d549bb5efc977d509e1d27a609883a8
Merkle Root 299290c07df3ec9db76239477bd41a3e38823ba4e135f0ebb2a3efdace90f88d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,459
Size: 1.00 vMB
Total Fees: 0.00948212 BTC
Feerates: 73.20 > 0.95 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,058 (786,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,196 127,196 0000000000001e1863deb345e48ce04d4e0d7aeaca868c671e338e6e0a4d270c 152 0.05/1.00 vMB 898
127,195 127,195 0000000000001e2f78c27fd2c62455b762f48e5b7f38e964a328878083cd0617 5 0.00/1.00 vMB 1,297
127,194 127,194 000000000000185eb03448b6435bc53139321b0d23e5ee9c536444c588357430 45 0.01/1.00 vMB 2,157
127,193 127,193 000000000000153dde8269242058daa50174ab133840b7ede2c4533b7c757d23 6 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.63 GB
    • Received: 6.75 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.