Loading Tool

Explorer IconExplorer

Memory Pool

78,187 transactions
29.41 vMB
0.07266821 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt faabe854a53e8f37fde952026751961c530d142f74ca5b5e9e9992e2f6386fe9
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 8ad63a7eeb517ef1dec41f5e32c1c4095088ee62a0b579e2f5f17285b31b6321
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.06218590 BTC
Feerates: 150.86 > 6.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (151,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,366 763,366 00000000000000000002ac6b5f5531e823b5b1e71a190037e1329a1fcaeae01b 1,776 1.00/1.00 vMB 22
763,365 763,365 0000000000000000000774c6220e195f2c3ee17f5ee81ca0dc766fc2e1f99331 172 1.00/1.00 vMB 14
763,364 763,364 0000000000000000000540a3634f9f0054493e863f3fb06a872d18315ae7b9b4 1,881 1.00/1.00 vMB 24
763,363 763,363 000000000000000000037c39147a341bbb2ed1111af1ba588b3543e3af3d2c42 69 1.00/1.00 vMB 13
763,362 763,362 0000000000000000000224813e9290d4d77ee4ab7814717bdb02f738899202af 299 1.00/1.00 vMB 14
763,361 763,361 00000000000000000007755bb3bd72c7f204c1b1c2bf2c68d290d821debcb42e 1,783 1.00/1.00 vMB 22
763,360 763,360 00000000000000000000fe98a3b54eeba41f18cda2b4bddf51ef6da5225091e6 167 1.00/1.00 vMB 13
763,359 763,359 000000000000000000068c68fb94ee034b5cd3ae5a5bc6f4c7a9b2b567c1ccac 148 1.00/1.00 vMB 13
763,358 763,358 000000000000000000006db2a37c4a8db806e985234b60e58144c6b723cf5270 1,087 1.00/1.00 vMB 18
763,357 763,357 00000000000000000006919e7af94c3e119ac359df6ac45fcc6cabd683761c91 745 1.00/1.00 vMB 17
763,356 763,356 00000000000000000003807163eece56fde0e221f1fe60216dd19e07f02d5573 1,185 1.00/1.00 vMB 18
763,355 763,355 00000000000000000006d751d19fc07adc3ece7bb0e6fa5a24e489f74408c125 290 1.00/1.00 vMB 14
763,354 763,354 000000000000000000066434f48f3d7676c6f95038666c25ff0f1f2612ce4a14 2,745 1.00/1.00 vMB 27
763,353 763,353 00000000000000000003eec3d76d2701094f4a0c73f1e23a3e60bf98df9f17f5 1,240 1.00/1.00 vMB 20
763,352 763,352 0000000000000000000704e6b66e43caf45339a51e2903e6234b36112a826113 2,347 1.00/1.00 vMB 19
763,351 763,351 0000000000000000000435f7c14452c682307631a6afb540621d42a998e18ace 1,820 1.00/1.00 vMB 37
763,350 763,350 00000000000000000006afd97a303f41ef09256bfa0841d390d75c282edb4f07 2,856 1.00/1.00 vMB 29
763,349 763,349 00000000000000000001e322ed3f083cec0aba9ab916a4835573dc4b88f06840 1,180 1.00/1.00 vMB 21
763,348 763,348 000000000000000000071ea07376c1c088dc93de54650e22cbf93f6e6ce9bd76 2,579 1.00/1.00 vMB 17
763,347 763,347 000000000000000000005a04467eb8f42ec23fa528c3223607b2fc7c557324ce 2,893 1.00/1.00 vMB 26
763,346 763,346 000000000000000000028dfc20f087ff2a5c3be86ebb225915f8afc0c003e0e2 2,658 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.