Loading Tool

Explorer IconExplorer

Memory Pool

45,859 transactions
29.09 vMB
0.14112417 BTC
Random Selection Loading Transactions
Max Size: 151.70/200 MB

Candidate Block

Mining Attempt a1b4f6db5d51ef87613f9bd505bb5a3536f716a3519c2e16a15fbad05ef46f3e
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root c795c27761bf454e7a52ab4641dc8ae9fdbb950ff04e68f2e86673cb6738b309
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,699
Size: 1.00 vMB
Total Fees: 0.04004509 BTC
Feerates: 100.25 > 4.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (442,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,374 472,374 0000000000000000012d595d1cccb5c671288921fbd3487c85a2464acc7acb49 1,818 1.00/1.00 vMB 297
472,373 472,373 00000000000000000093cf2e2ca8055178dcf43387d859df2091b367496c84b6 2,142 1.00/1.00 vMB 341
472,372 472,372 0000000000000000017be4c3a2018f12fb76e44531a6870143d8af40d6edf730 2,087 1.00/1.00 vMB 396
472,371 472,371 00000000000000000021189c3d53b63bf7d635ca5a8ea1a3416c242302dffc6c 1,764 1.00/1.00 vMB 374
472,370 472,370 000000000000000000c5824c5fdb34e138804e583d357c6fdfc89027516b6c14 2,494 1.00/1.00 vMB 332
472,369 472,369 0000000000000000011aa6c8ad9119713f4815e21a894bf1356dc9ecc42a3c2a 1,599 1.00/1.00 vMB 402
472,368 472,368 00000000000000000147786ca29244f349b2cac1372ffbbd7605bc715d3d33c3 1,833 1.00/1.00 vMB 414
472,367 472,367 000000000000000000ccb06621ccd0a1d38112d991f1d5ea0c401cb0ba338426 1,687 1.00/1.00 vMB 264
472,366 472,366 0000000000000000003f03f045984d300d9e29e63d7708638557f8c019ba5435 1,653 1.00/1.00 vMB 303
472,365 472,365 0000000000000000006bd3e50fb98a72fdbc08201f623af3c03466c8e29035f7 1,919 1.00/1.00 vMB 289
472,364 472,364 00000000000000000120cdbd2a0c98542f3d46ef3932f89bd9f2fd4c76288ac6 2,240 1.00/1.00 vMB 335
472,363 472,363 00000000000000000136dc2ed6861d9af72fe249cc513f18543b948d5cd9b4ce 1,757 1.00/1.00 vMB 410
472,362 472,362 00000000000000000149f441034351e04ec140cecf8fda741fecfcfd812d31c0 507 0.99/1.00 vMB 314
472,361 472,361 000000000000000001104e16bd2daa01c9cf04be61bd7d7292130919ce4bd72a 729 1.00/1.00 vMB 381
472,360 472,360 00000000000000000121b0c5e1372b5e7820b45b0adc32b3be13b03d5df9eff6 130 1.00/1.00 vMB 353
472,359 472,359 000000000000000000d1a3c9b0de7a3071048877d6c8c0962f2dfa545c574013 909 1.00/1.00 vMB 383
472,358 472,358 00000000000000000171dce9913f652cce3266452e86b262c9b826f0614c1474 441 1.00/1.00 vMB 303
472,357 472,357 000000000000000000e1d63323d5a472f071d314508d903b7e3c31f27b8c73e3 2,237 1.00/1.00 vMB 401
472,356 472,356 0000000000000000002f47c8785c85cd6e7dc5e8249ebb7c9ba065408ec03209 2,700 1.00/1.00 vMB 346
472,355 472,355 000000000000000000566a4bdec51f094bc6d1d76d74f195e32b0c4b504f82ba 2,053 1.00/1.00 vMB 364
472,354 472,354 000000000000000000464b787a7fa78e0fad4f1de36baf494a256ee009a8f565 2,084 1.00/1.00 vMB 324
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.