Loading Tool

Explorer IconExplorer

Memory Pool

42,511 transactions
29.05 vMB
0.07538789 BTC
Random Selection Loading Transactions
Max Size: 149.30/200 MB

Candidate Block

Mining Attempt b969995b7835be3fe8937a5acad65700833108beff5bdca95310c0ccb3928aea
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 0497a700e76b7985fffc6418c9fef19c45c6cf75fdbbff9597bc7211ed3c5feb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,814
Size: 1.00 vMB
Total Fees: 0.01868967 BTC
Feerates: 150.75 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (282,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,131 632,131 000000000000000000004407af607992c52029b32da6411e20987742c78c15d0 1,981 1.00/1.00 vMB 50
632,130 632,130 0000000000000000000d1f1731e3eb662e0ac74f900d9b0d8a2d7634ecce3bf2 505 1.00/1.00 vMB 9
632,129 632,129 00000000000000000003e02eb9ccc9f7c0bda65a3cc3ca5b8214f03d3f9e19ca 791 1.00/1.00 vMB 20
632,128 632,128 000000000000000000055f34770187f7823dddbc33c60a0ab6171195a29d3525 365 1.00/1.00 vMB 7
632,127 632,127 00000000000000000001b51a87bb6f5d7237a450946db4bde8448b8101b9d1b5 311 1.00/1.00 vMB 12
632,126 632,126 0000000000000000000ff4e365d5a906fdd2f400cc7beeb56334d5582da50e40 1,456 1.00/1.00 vMB 35
632,125 632,125 0000000000000000000c2e73e26ff077ba5d7914e2b9ca552d11e86d1954ddb5 1,834 1.00/1.00 vMB 53
632,124 632,124 0000000000000000000d26aaeb156955dd02999e122916b3e3cbe02371d10402 2,074 1.00/1.00 vMB 70
632,123 632,123 00000000000000000004c97b0bb2721e13749888a8497d553e014a693f137048 1,662 1.00/1.00 vMB 4
632,122 632,122 000000000000000000059993657017ce5c53ebe54259af61c2a606f6b0119d08 3,005 1.00/1.00 vMB 101
632,121 632,121 00000000000000000002d91f764629e6e341ab91971a9b6a9ab2b8ea8266a7e6 1,928 1.00/1.00 vMB 82
632,120 632,120 0000000000000000000dbc2eebf5eadbcd0206c738ceea7c5da4df3e0c5ac3a3 2,043 1.00/1.00 vMB 49
632,119 632,119 0000000000000000000d2b5bf9a7f3215bf308bedf85c1c1b7f3ee75aaf39413 284 1.00/1.00 vMB 10
632,118 632,118 00000000000000000003f721cfe1130fa2053cadbed939c727997e53796e9827 1,453 1.00/1.00 vMB 27
632,117 632,117 0000000000000000000fd662000ff3379c8790732a7b1c16ab254d0f156d5a8d 500 1.00/1.00 vMB 3
632,116 632,116 00000000000000000008656decdc3f2f5e2932b3544f84736bc8e79875e3fa27 2,019 1.00/1.00 vMB 46
632,115 632,115 0000000000000000000faacf5c1b7858c629641a77eb68afb27e5199fb032e67 2,287 1.00/1.00 vMB 114
632,114 632,114 0000000000000000000e13d59c492f38bb3d88ca32c8bb76f6988bf4c990d24e 2,207 1.00/1.00 vMB 18
632,113 632,113 00000000000000000006cd12efaec1e19b7d15144a7efcafe328d1b61c3e4128 2,851 1.00/1.00 vMB 61
632,112 632,112 0000000000000000000684e9e3ace8271c8d78a37e7cf9f0eefa0742b374a279 2,943 1.00/1.00 vMB 76
632,111 632,111 0000000000000000000615bbbce1a37334d59ea3cf721a7d7e1b132ce95b7596 2,047 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.70 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.17 GB
    • Received: 11.88 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.