Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,816 transactions (1.44 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,843 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (870,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,989 39,989 00000000769b5add9f288739dae29ee3d89c04053781eeda098fc3c3258eb64b 0.00 MB 1 0
39,988 39,988 0000000015f1aff08662d2e346b35c297af71dbb600e41dd4c59c5917232d2e4 0.00 MB 1 0
39,987 39,987 000000001f58f2b6baa3e38b041e1721ff77a8558027eeb9eb101fd5988c0093 0.00 MB 1 0
39,986 39,986 000000003b649f26b3329622a90c13fdccd2b55daaa72b929c085b8ffa2b1d98 0.00 MB 1 0
39,985 39,985 000000001604b904eb1f510444a76587f59a8623433b888a4d3f9861608cbdb2 0.00 MB 1 0
39,984 39,984 00000000368ff0a5a56d87570ad5b3923d6a3019e4a52408cceae3407b6c68ae 0.00 MB 1 0
39,983 39,983 000000008260fe4fc678f544f0cc476b4200e7653452c17fd7f5cdb3c7d54e3b 0.00 MB 1 0
39,982 39,982 00000000554f5c560ba0fcd387bcf663559a8d33aa4aa159762620a83e0dba43 0.00 MB 1 0
39,981 39,981 000000001ea50949b6023f10803dce82ebf6c69378937bf36b6118fdafe17a9a 0.00 MB 1 0
39,980 39,980 000000006026a8b1c97f5bf738912d4ad59b9d8f3a63b5ab27691a33863ac89e 0.00 MB 1 0
39,979 39,979 0000000083ab8039bec49c7429f3b8495ca23c293010b0fd6513c5d0acdc5303 0.00 MB 1 0
39,978 39,978 000000004cd8b8afdcd5f5abde76dfb79a091c0e7279fb956e9bca8935899442 0.00 MB 1 0
39,977 39,977 00000000865eb8c146102aa03bd10b97f56be5242d2cb83e31abd24cccb58c88 0.00 MB 1 0
39,976 39,976 000000005ccd44a7cc2345be49f7f92bd9baa43990de72bdb02e010887e556c5 0.00 MB 1 0
39,975 39,975 000000002ca655a94abd91b2f50fcaa096b5bb7be0009c7da02d4db329d7a4bf 0.00 MB 1 0
39,974 39,974 0000000009c476c39bf55332a1d3a3559601446459dbd21d27b9414b6d0e2511 0.00 MB 1 0
39,973 39,973 000000007d216daf0588cbff19eed354aa55fc1fd3fd21d1ed506ea78c00b4a9 0.00 MB 1 0
39,972 39,972 0000000001cba75ad54ffc0d32f1d80cd9d517f4b262c617308a5bb5b609236d 0.00 MB 1 0
39,971 39,971 000000000c23978e0b97b40eecef93c79cfd8e89297659d87ef7e1abb3de1006 0.00 MB 1 0
39,970 39,970 000000004f509d1678cb16b9239438fe5771decb2e03c00ac38501103cbb94af 0.00 MB 1 0
39,969 39,969 00000000081503cd801542a66344c827a21cbc13d221ecfa2c089563edbce1f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,281.23 GB sent, 121.57 GB received

Notes

  • This page updates every 5 seconds.
  • 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.