Loading Tool

Explorer IconExplorer

Memory Pool

79,927 transactions
25.33 vMB
0.05986803 BTC
Random Selection Loading Transactions
Max Size: 160.15/200 MB

Candidate Block

Mining Attempt 75e5e463d289c9c8301be5562db5756bf37e705d3d443650251377e5eb634388
Version 20000000
Previous Block 00000000000000000000b996e18602ef42a66f5998b12fda74a2206f1a53c32e
Merkle Root af1b81728d4f5417ed1010b44d70f2e363264385892a77c049c83ca999172949
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 7,004
Size: 1.00 vMB
Total Fees: 0.00423586 BTC
Feerates: 51.27 > 0.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,960 (808,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,549 107,549 000000000001158d508e2915e489196884d05012c2b6b70eed2f3e9ea9918bc1 12 0.00/1.00 vMB 0
107,548 107,548 0000000000003a4002bf71ace4a7511b320dd8e69b4ca5ad2f83bd1b25a9219b 20 0.00/1.00 vMB 0
107,547 107,547 0000000000005609a534583ddbfb6ccc3f9bcac4216c2921c5bf72356f719a15 12 0.00/1.00 vMB 0
107,546 107,546 000000000000258f6b5a695e5623c4707f99532ca717243c4b091d828b4f3a92 68 0.02/1.00 vMB 0
107,545 107,545 0000000000008423bf60b8d2083ca4686b178498753212b6627d7d0a08e249d3 12 0.00/1.00 vMB 0
107,544 107,544 00000000000268ccf2deddde6537fd865c23898db72b1b7b790dadd75b0309c2 12 0.00/1.00 vMB 0
107,543 107,543 00000000000096d85e6c4a2e24941ac3a01292f20af8e970815f3aacbbf36690 12 0.00/1.00 vMB 0
107,542 107,542 000000000001b9fa27d94676772264d98e32298d67ec5e403285c0475fc4d735 11 0.00/1.00 vMB 0
107,541 107,541 000000000000d27ed99d60c8e1918087d3f7b9aa26893b6e53c598b19c3cd7ca 12 0.00/1.00 vMB 0
107,540 107,540 0000000000021ad27b4437ff2ac3a7af1a9491f76499a64f17490b56c6329205 10 0.00/1.00 vMB 0
107,539 107,539 0000000000018019b9bea7479975435546f69d15136ab500922bfa91d617a10e 7 0.00/1.00 vMB 0
107,538 107,538 00000000000212b7fe3d0edad6a89c7e1f0c222374fe091c0a8f734abb042593 21 0.01/1.00 vMB 0
107,537 107,537 0000000000026bbba350dfee1dbc9bf14dd4547986f4b08180860125a221a68c 9 0.00/1.00 vMB 0
107,536 107,536 0000000000023b2424d8cd54bbf373f3a44ce62549f36e8929d5ce384e0466d6 8 0.00/1.00 vMB 341
107,535 107,535 000000000002082693c3b653e2bd85b3bd36b2bce2bb9acfe16553650d5df2c1 10 0.00/1.00 vMB 0
107,534 107,534 000000000000a80ca765f301e543bb5a6cf70b0229b53deea4622e045bf1a012 6 0.00/1.00 vMB 328
107,533 107,533 000000000001eef4d5d47c7897506ac8a6fd0490f1d1d1f6914f0abcf0ac8f51 13 0.00/1.00 vMB 0
107,532 107,532 000000000000745aa43f7fb6b56e369459ece147eb02decca50b6cb8daf2782a 11 0.00/1.00 vMB 0
107,531 107,531 0000000000014cb583fdb1757addb9bd5f3f79962277f0994748da9e9d92374f 5 0.00/1.00 vMB 0
107,530 107,530 0000000000005fd4e4dba931acfd4e477435a5ebfe49e1f32f51e27f83bfb792 12 0.00/1.00 vMB 0
107,529 107,529 000000000001b9d04bfab5e2cbec757a5764753b73e5a8c15b6e8d19988c16c4 12 0.00/1.00 vMB 669
Previous 10 blocks ↓
Total Size: 784.05 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: 802.46 GB
    • Received: 22.91 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.