Loading Tool

Explorer IconExplorer

Memory Pool

81,766 transactions
30.31 vMB
0.16816040 BTC
Random Selection Loading Transactions
Max Size: 183.02/200 MB

Candidate Block

Mining Attempt 68295a2b3c424c7a40fa688f23e574d784ea1ffc1f28a2ccb93b9278d48b29e3
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root a0ccc745e92fa138bac69aaf92dc97bf3580cf59f7699e16f20601cb5359261c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.09183350 BTC
Feerates: 502.67 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (428,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,955 486,955 0000000000000000008ceda3d74f72007172c633a7d0426308cef7f7855447c6 2,421 0.99/1.00 vMB 286
486,954 486,954 000000000000000000b7636e5efa7f0e4ef62d83ceb6acc4b3cc09182608923c 1,534 1.00/1.00 vMB 116
486,953 486,953 0000000000000000008c79be3b605dc04fda0fe25e0bfc2adb9283d17d12e6dc 2,119 1.00/1.00 vMB 193
486,952 486,952 000000000000000000e0a82df4201cfdfe08d6634cf42ca97b146a3c03317f9b 1,778 1.00/1.00 vMB 113
486,951 486,951 00000000000000000040c8382989622f10c70252e8faa6a66f87e9f8ec48cf90 1,711 0.98/1.00 vMB 139
486,950 486,950 000000000000000000e927835561fb6eff2ce2f7003ec2ad3392ee98009029ab 1,896 1.00/1.00 vMB 143
486,949 486,949 000000000000000000b18c38b482b91a0c6c620a16a6fdeb5cd043fa56098a15 2,092 0.98/1.00 vMB 133
486,948 486,948 000000000000000000114eab13eedff6a8ffb28be828755730d6449f6a7627f9 2,746 1.00/1.00 vMB 161
486,947 486,947 00000000000000000091b3977fd76c4b1616bd78c46df042ce69f0dc5593ef75 2,572 1.00/1.00 vMB 206
486,946 486,946 000000000000000000b642246f8d9e3b0ec02f60c9cf15c288ac788c9a2dc01c 2,839 1.00/1.00 vMB 162
486,945 486,945 0000000000000000002ff188bcb84314b06046857af071a2cb36f411acc3d385 2,424 0.99/1.00 vMB 191
486,944 486,944 000000000000000000b6dde0eabc83f59e8bae7aa8f45e95e198f474dd20bfe2 2,414 1.00/1.00 vMB 164
486,943 486,943 000000000000000000fb151ec0804ad530b2c3f5c80a4a52636cffd9af820cc9 2,146 1.00/1.00 vMB 154
486,942 486,942 00000000000000000098edcd7fc78a6cb9af677f006e4b7f0a84a027f04c926d 2,548 1.00/1.00 vMB 153
486,941 486,941 000000000000000000bbc188fb247c7483680010ee8269b54bee82f90fc4b07a 2,730 1.00/1.00 vMB 180
486,940 486,940 000000000000000000ac464f5e2df28ee6b9ade6477993a7d289b7c7ff859ae8 1,964 1.00/1.00 vMB 191
486,939 486,939 000000000000000000e7699055f993a9a2d16e0777d8c4f7be97cb5f43c8f55d 2,382 0.98/1.00 vMB 189
486,938 486,938 0000000000000000001cf38465c68e846599fe459f6ae9b7eb586df258771d96 2,062 1.00/1.00 vMB 135
486,937 486,937 0000000000000000001d2a4a88a19429a36c285cc2cb41c11a23c875596358c8 1,918 1.00/1.00 vMB 176
486,936 486,936 0000000000000000008add527f948bce9acb7c3c848d038334884dfeba0c6636 2,367 1.00/1.00 vMB 165
486,935 486,935 000000000000000000c81eeaa0e0274e0376a8ec21f801c4b78b3a6c71ef37e6 2,615 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.