Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

662 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,782 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 644 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,781 (894,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,097 17,097 00000000c8d66a609acbb8c4844517e214d3ba76f5f1f9451d91ec8339e3afdd 0.00 MB 1 0
17,096 17,096 00000000bf9b23f1a000b2430e51a8d85b48f221b60c0873bb840f54809487cc 0.00 MB 1 0
17,095 17,095 00000000d6755c9f9af57789f290fe20c64280534f6d03bcea25773a684e7d7b 0.00 MB 1 0
17,094 17,094 00000000ede7e455235e6129a2b74da207f1d85088e4e2cfa784aa828b2e771e 0.00 MB 1 0
17,093 17,093 0000000046e13628f2ec721a293497063f6989943ca7de807554cc33bc114a6f 0.00 MB 1 0
17,092 17,092 00000000c2791d3050c6009efb4005bd12b1f14933ce3017ad73ddbe2cedc482 0.00 MB 1 0
17,091 17,091 00000000712034d269cb29d1080ffb983314c6a6c9246f5d70bb2d703d0d2b23 0.00 MB 1 0
17,090 17,090 00000000755012ef9a7e29971285c96eb2d4e988acaaa3f70fab403af43a4951 0.00 MB 1 0
17,089 17,089 0000000028cd89e63b2bd0a28225b8d2fac77f3fa3c773a9ad56858bda3ead71 0.00 MB 1 0
17,088 17,088 00000000c383af85111c97d43220f19e26b679f748ec7603ccc7d464c6769683 0.00 MB 1 0
17,087 17,087 0000000014af36c73cd530569ab74ec646bb0cfcccd41346bb6f8a94b7a2825d 0.00 MB 1 0
17,086 17,086 000000005b7e287d4d80ca1a7e0ea053e76cfbbdd331c258c659468be74ee378 0.00 MB 1 0
17,085 17,085 0000000080c874206508a7ec68cf71ef7edf392ab57f47bad04f375907568635 0.00 MB 1 0
17,084 17,084 000000003f3622a8368565da12a78295b2874b8b4bfb09e4afa3f9323c7f2179 0.00 MB 1 0
17,083 17,083 00000000a867af1fa090a7863f6e08707fe94ec395a02f1d7c3e9422f88e1153 0.00 MB 1 0
17,082 17,082 000000004ebec7417dcf795859d643f22c0acb655e10a540a8c72066bb757208 0.00 MB 1 0
17,081 17,081 000000001242be04c19e56c13589b572686e54091d85db514639c24ae6694b3e 0.00 MB 1 0
17,080 17,080 00000000b8282122cbb5e930ee0e8397208a711a0538d769fcd8ae577fa93e52 0.00 MB 1 0
17,079 17,079 000000006771bf54e788dad815f82353356e65f034a9c034292b5e037acee286 0.00 MB 1 0
17,078 17,078 00000000cf313b9959eea6d0f70f2e610d22a830444db9cac9cf124236b0ae19 0.00 MB 1 0
17,077 17,077 0000000028932b17b69636753c46a341cf73d9b0c2e72f57825739492806784a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.68 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,438.43 GB sent, 131.95 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.