Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,873 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 1,873 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (870,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,868 40,868 000000001f5e658666398797fa8096d55178b65be76895245bf46edc3360da10 0.00 MB 1 0
40,867 40,867 000000003c72fcd20a572814fa6db98f1008645dd0112a3ca6b5c3610c870c2c 0.00 MB 1 0
40,866 40,866 00000000535ad73209b4e51826aedc492519eb54d0027667dce323e25469c0eb 0.00 MB 1 0
40,865 40,865 000000000bacaf067143c3c8ad935f9e188452c5482c950759da4f15e9abdca5 0.00 MB 1 0
40,864 40,864 000000000647ab3a2970aefdeead9e7041f9d83b428dbc9cf1082fb079f2974c 0.00 MB 1 0
40,863 40,863 000000000bf58b18e3816e76dbdba580687f25c29ce4237b2b765ee3b7678236 0.00 MB 1 0
40,862 40,862 000000002d4340d1739bde3a18ef062b6ccdbc9c466a5742bebcf4abe8dc6be3 0.00 MB 1 0
40,861 40,861 0000000029d630b7d0a650358f42a64c31b636d6f696e515dbb0db3aeae39d3a 0.00 MB 1 0
40,860 40,860 00000000527c3c64aa6d0f4effc46beccc15f26ff07daad023e9a6978e6af28f 0.00 MB 1 0
40,859 40,859 0000000052e8d61113726aede155f9f8f0db325f73876779be28ca64f0ab4e48 0.00 MB 1 0
40,858 40,858 000000003072efc03c742798b9c4a0d9e766de4114378011360345807b3d2168 0.00 MB 5 0
40,857 40,857 00000000298a6e00577ab53b6183a5b2dc6c8774e4fdb28f520057fe24b87b65 0.00 MB 2 0
40,856 40,856 0000000038f0d499ef64c24386635dc0f104e17b4c1b1976bc97871a4e3d06bc 0.00 MB 1 0
40,855 40,855 00000000013d3379bd844f374f3f0e87a8c08250358244ef841cfe6fe9127f6a 0.00 MB 1 0
40,854 40,854 000000000e6b374ee8ad5bbd5b2fbe599eb3eeefce0d9ece2a714c682584c1cb 0.00 MB 1 0
40,853 40,853 0000000039b0cc826e37d1960d068c338e4f21f491556b5a86b10d2209c8afc5 0.00 MB 1 0
40,852 40,852 0000000027a9efa5018c39275527e46c39245aab8c962d48f7145a9c98270485 0.00 MB 1 0
40,851 40,851 00000000602a26a290603f3c81de630de2bdaa2cac7561f4e903d19bdc8cd307 0.00 MB 1 0
40,850 40,850 0000000003bc0d59db3cf09b3f2499aaf8f92c929ab20403f5c15565c2811049 0.00 MB 1 0
40,849 40,849 0000000036c9f200f589f5a2db9f87ae95610f99f8101ff5c1790d98eb3a7a1b 0.00 MB 1 0
40,848 40,848 000000001b69478624ac0dc262de938b7f38b6146323405979210b182cd2de06 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.92 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,401.73 GB sent, 128.43 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.