Loading Tool

Explorer IconExplorer

Memory Pool

49,537 transactions
29.92 vMB
0.09188070 BTC
Random Selection Loading Transactions
Max Size: 159.64/200 MB

Candidate Block

Mining Attempt 05acc429fdc1792d0230af88d2ab7a2d10f35ded231c80aa834fb71b1a6bbcc1
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root d04f50f5417f129717bb032d4cbfa22e26681fd9b705f5ac5dde85786058f2d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.02608893 BTC
Feerates: 70.48 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (251,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,933 662,933 00000000000000000008359b7e7e2731089db48d5771c411b034b66010d266a4 2,417 1.00/1.00 vMB 59
662,932 662,932 0000000000000000000c24a09ccb3ce17b1a905bb249262b595c19e41c769625 2,599 1.00/1.00 vMB 41
662,931 662,931 00000000000000000006a7f2c82d534aa9cd3160794dfce63989821f9e9a2281 2,179 1.00/1.00 vMB 78
662,930 662,930 000000000000000000064958259169f92790832fa7ba58a35b35db2a0fed3b85 2,229 1.00/1.00 vMB 130
662,929 662,929 0000000000000000000c8f1f7f79b004bb40ff2a4d2a3a5e08407784480af5d6 1,931 1.00/1.00 vMB 27
662,928 662,928 00000000000000000004e2dfaac2616105b3a1726547bcc221ac41a6d5151a47 2,887 1.00/1.00 vMB 115
662,927 662,927 0000000000000000000c4a9b6449dad3cfed6f00a2e6adf2c52cbe2e98473e82 2,910 1.00/1.00 vMB 130
662,926 662,926 00000000000000000009f02e786894f06b71bb02e4175f36f7ba8fb413a3ebfb 2,424 1.00/1.00 vMB 74
662,925 662,925 00000000000000000002771fe196a44ee5994671d0fd9b3ca08b87d716ee1802 2,328 1.00/1.00 vMB 97
662,924 662,924 000000000000000000074f81229ef8f6f727e25bd836588ac39e268b04ab326e 2,026 1.00/1.00 vMB 38
662,923 662,923 00000000000000000008e89ab21612b8ec011bd174865b188dc73e5833464646 1,345 1.00/1.00 vMB 121
662,922 662,922 0000000000000000000c8873e29ebffd4d414773772944a3ac55a4d4bfea1f85 2,637 1.00/1.00 vMB 53
662,921 662,921 0000000000000000000af762a7ca4a8b6271b026aa3adfc62bfe4af6d57f4dd7 2,962 1.00/1.00 vMB 136
662,920 662,920 00000000000000000000a8817625dba2de6ce7993bb66479155aa7ec43c30096 1,784 1.00/1.00 vMB 63
662,919 662,919 000000000000000000034d29a406e9ed6e444b3b52cf70f08ce66058e477b261 2,147 1.00/1.00 vMB 109
662,918 662,918 0000000000000000000cf0b8900f84352f0da9ec6d95738c2d27f1467b441c51 2,597 1.00/1.00 vMB 137
662,917 662,917 0000000000000000000a932704a81a918f7385e39aeb6379e51aa5f5600b6b3e 2,123 1.00/1.00 vMB 108
662,916 662,916 0000000000000000000dfcb62652ef72f2556d3352f644a4354a441f56517584 2,895 1.00/1.00 vMB 139
662,915 662,915 000000000000000000090d445b7b9bfa1a51d132a83f1b9c340963ce0c7da634 1,672 1.00/1.00 vMB 130
662,914 662,914 0000000000000000000617bf0800ba70a303e3cb18be98f51030dc2ade64dfe0 2,619 1.00/1.00 vMB 73
662,913 662,913 0000000000000000000d77353c2e2b1482bf6ef0931d143571e74968d82401e0 2,338 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.