Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,785 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,721 000000000000000000022b910000000000000000000000000000000000000000 0.86 vMB 1,771 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,720 (720,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,863 190,863 00000000000008f97deece94bc73c5f08e84e34556ef6a00b03d6bef41d69d54 0.07 MB 66 70
190,862 190,862 00000000000003434fc80bd3c112ebd0c28c1974773a0b82f7b5bd313b64615b 0.00 MB 1 0
190,861 190,861 000000000000044b9a3ac728dd8d7f799cc6e550cc0839dd4f43f474b0259d2b 0.05 MB 108 108
190,860 190,860 00000000000006855ed11ed23f9eb11579c799426e0d9cae310974ba09654844 0.01 MB 16 41
190,859 190,859 00000000000000aaad7878bfbb9cdc6f3940c64ed013ad37a03bdbf7316f5165 0.15 MB 514 173
190,858 190,858 000000000000004012a0b35a242691bbea04640c8faa692abce3e99f46f62db5 0.25 MB 581 128
190,857 190,857 000000000000027ea334136de8080462bdf1d8ff2507b2d0a28e9e29c8eff94c 0.05 MB 128 429
190,856 190,856 000000000000071907372ff4b3ca5e64e67fe454e59789598b204486c4aef404 0.01 MB 21 89
190,855 190,855 000000000000036ee83ebf562a56ec4714384fe2ddef4577e62a040a859eaf71 0.04 MB 73 88
190,854 190,854 000000000000064d087b8e375e37fa8bbb813b93317509ceb1e5678362ada989 0.02 MB 51 101
190,853 190,853 00000000000000a2e6470e7cdde39658f49da168421a65104890f2561295a410 0.18 MB 475 135
190,852 190,852 00000000000004bbd1df1baca0adf5bff335c32997308399c00f7cde0ce8c0bc 0.08 MB 64 172
190,851 190,851 0000000000000709dcc3d777d59eaf68ba58c9aded0d36e45ab2bee03b7456a1 0.02 MB 37 103
190,850 190,850 000000000000018218e194ccab1e4651cd986f67fc95dfe1c322854699c14f63 0.07 MB 128 81
190,849 190,849 00000000000000890636de111808352064d0191649036b64eb442640f8725284 0.02 MB 17 79
190,848 190,848 000000000000015e70e97ce832030f0b46a773034bf443559acb69c7940ac9cb 0.07 MB 116 105
190,847 190,847 00000000000002544c73345c8fcb1c247913ef02eadef0cebbd9bc935c78366a 0.03 MB 76 67
190,846 190,846 000000000000087cd31e6e57b1cfeecb374478abd86a71be9ff9cd15883d3bf1 0.24 MB 673 146
190,845 190,845 00000000000006048636032919ff6f057e7aa8f194d52bcdf95034920cafa228 0.05 MB 130 89
190,844 190,844 000000000000023aa38af8965b48d7034af58549f8ad0c3006b9ec178d85beaf 0.16 MB 395 119
190,843 190,843 0000000000000436e2bb1095660be7758aa9577702b27deae1ffab1532aeb22e 0.21 MB 539 145
Previous 10 blocks ↓
Total Size: 776.57 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,426.55 GB sent, 131.46 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.