Loading Tool

Explorer IconExplorer

Memory Pool

44,938 transactions
26.99 vMB
0.08705789 BTC
Random Selection Loading Transactions
Max Size: 142.25/200 MB

Candidate Block

Mining Attempt 7448adfa7340996fd64972ba132bad89b9a5448d791470d039bc21a6e7c1bfdb
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 4c6c4a7166cca1f05f3f525a34efecb0497dee63085f9bd6e865fd02f17ebbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,673
Size: 1.00 vMB
Total Fees: 0.03634910 BTC
Feerates: 201.07 > 3.64 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (277,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,899 636,899 0000000000000000000d8fe0e7a1f5972f54ef183c634e05fe1c0b5e8e9d6fa4 1,601 1.00/1.00 vMB 18
636,898 636,898 0000000000000000000dcc5faf45e8e98a5197d4ab786985fc144d5754cda6ff 2,293 1.00/1.00 vMB 23
636,897 636,897 000000000000000000008ef57fff3d32f515a690a8e7f4350381caf6d2f427bd 2,831 1.00/1.00 vMB 37
636,896 636,896 0000000000000000000de1e76754b6e9dc912cb8c61cd511955bbf44aae1321e 2,246 1.00/1.00 vMB 26
636,895 636,895 00000000000000000004a8f305394cff4aa7d09f7161613f9cea31a9a5f5eea7 2,646 1.00/1.00 vMB 28
636,894 636,894 0000000000000000000cb2f876936e144308e565aca8be9f474f2eb7cb9dcf2e 2,647 1.00/1.00 vMB 35
636,893 636,893 0000000000000000000bed706903ac62dd136544fe63b7ff78890db905b7cdd3 2,307 1.00/1.00 vMB 30
636,892 636,892 00000000000000000003f7aeb224a233cad5a9bb7dfe97ff44b5a52c2bc0b064 2,161 1.00/1.00 vMB 21
636,891 636,891 00000000000000000002b14d1614b0e92ec7859836d278d0cd41b38a7e4bc610 2,616 1.00/1.00 vMB 28
636,890 636,890 000000000000000000021e7bbf4767f60094db4d120bd8cec6dc23e5c0afeb22 2,075 1.00/1.00 vMB 18
636,889 636,889 0000000000000000000ddb593c1fcc02c0f13b581f1f6eb6c73856eaf91e725e 2,714 1.00/1.00 vMB 27
636,888 636,888 00000000000000000009131115a32f48bfc2a7cf5690aba8c4b98444509c54cd 2,656 1.00/1.00 vMB 31
636,887 636,887 00000000000000000004fb9661a1aa6b54e7afc64783be903a4a66f2faab039e 2,670 1.00/1.00 vMB 30
636,886 636,886 000000000000000000080e1a0bec2d4a4e69107145d64356c031dafec7b56b83 1,738 1.00/1.00 vMB 20
636,885 636,885 000000000000000000020e5d0d23ed6b9923269dec011281728e3ac32bde19fd 2,546 1.00/1.00 vMB 31
636,884 636,884 0000000000000000000e3ba744195393e1d61414d6e3ec84614473e10ce780c3 1,869 1.00/1.00 vMB 15
636,883 636,883 0000000000000000000cdadc29cc0e881b88f62f24f25b6de5662f4772bbd73e 2,388 1.00/1.00 vMB 26
636,882 636,882 000000000000000000097069d08db71e6703c8438c979c5c0bf4244533cfa6e9 2,339 1.00/1.00 vMB 20
636,881 636,881 00000000000000000000e060061a2cfa91db144624301294b8a02a041fde7575 2,618 1.00/1.00 vMB 34
636,880 636,880 00000000000000000005aa8e9de9d8ecd652ea72b2fbacd600a867156c0144d3 2,363 1.00/1.00 vMB 19
636,879 636,879 00000000000000000000a573d0ac71e7b6131bf33a66f395857c211ccd0fffac 2,394 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.