Loading Tool

Explorer IconExplorer

Memory Pool

42,463 transactions
29.23 vMB
0.07464752 BTC
Random Selection Loading Transactions
Max Size: 149.88/200 MB

Candidate Block

Mining Attempt 3c30211347d1b9109de5645429d3d2b84f79dbb9f9c69d435ba3f3775a6a5714
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 5dd471d7074b06afe6c008ca53689adc6db8428c0c29b7b53227a239c204f646
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.01738215 BTC
Feerates: 100.36 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (545,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,492 369,492 000000000000000009ea174667794d7f33d905d98d188c0cb97caa570cfcccbb 1,005 0.50/1.00 vMB 44
369,491 369,491 0000000000000000145edd92076d5b0680c1733af43ca326d75ca82ebf1b6a36 216 0.19/1.00 vMB 30
369,490 369,490 00000000000000000e62faff5e379064fc5c4dfa6b760b7a74b04cd6551a8abc 2,117 0.93/1.00 vMB 48
369,489 369,489 00000000000000000614bbd45fd5fc16fc0c6ef9345f295e7c14b1ca53546084 806 0.39/1.00 vMB 43
369,488 369,488 0000000000000000012dd40bbc4ec394f9a7a3cef8bb116e424233b6c57c51f5 1,281 0.67/1.00 vMB 45
369,487 369,487 00000000000000000a46e4c6e7ccdcd267212ba28409c8f8652e3cbe09cfbc66 608 0.29/1.00 vMB 49
369,486 369,486 00000000000000000b171e323b3b22249bf387710174951fc028a90b13a6ba71 1,040 0.57/1.00 vMB 40
369,485 369,485 000000000000000001a4f543e574f6e9d6e6e7c4ea2b84a5c1d5193a0a295995 508 0.31/1.00 vMB 36
369,484 369,484 00000000000000000c0b8c6930751a7bd454d9688c604130c45c6f56445b4ef4 401 0.25/1.00 vMB 31
369,483 369,483 000000000000000002ec86126ae2ffb9516d9969a67331f124bace5a860f4fe4 324 0.16/1.00 vMB 37
369,482 369,482 00000000000000000929b3ec90ff9e5b2576e658ebc5d5f5a49bc6cbe1130e90 491 0.38/1.00 vMB 19
369,481 369,481 0000000000000000142d5206df808924ae5d4089f220e752dd95369ab4267917 1,762 0.85/1.00 vMB 44
369,480 369,480 000000000000000013403faa403220d09ad6bdf266d902dab663007cd0ab6e46 716 1.00/1.00 vMB 20
369,479 369,479 00000000000000000932b99213c149b0f4d05f272ffefab8c96baaf4177e34a0 2,007 0.93/1.00 vMB 55
369,478 369,478 0000000000000000042cccc05d43bd83d5f3507a6a65be52772dbcfa70881f4f 664 0.40/1.00 vMB 36
369,477 369,477 00000000000000000a533728cd68720260deeb460e5eb8a267ff231bc1e5979b 650 0.36/1.00 vMB 37
369,476 369,476 00000000000000000386cba1bd622a9253390631924447c968a159b63d1e40e0 1 0.00/1.00 vMB 0
369,475 369,475 0000000000000000137ef5d08e0a3b5eb426ef7d5ac8d30a6e339a798141f733 1,706 1.00/1.00 vMB 33
369,474 369,474 00000000000000000caf16ede2461d19894427b23c5eed8ed59b8d3990a06859 2 0.00/1.00 vMB 0
369,473 369,473 000000000000000003c671c7e91593cc3517538416f9a267c56eb92f5868148f 2,169 0.75/1.00 vMB 67
369,472 369,472 000000000000000012fd10f4a4742f2c04c65a1ae73e9382d2099ec8c7928662 1,503 0.81/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.