Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,050 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 1,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,182 910,182 00000000000000000000d384ec2b74fa5981813181e37bd18ee0940583c154bc 1.52 MB 2,406 3
910,181 910,181 000000000000000000020321d00ad23be1734229444fdcdd20978573486a68e5 1.62 MB 3,840 5
910,180 910,180 00000000000000000001c6b1ea0409d689de1501c0f5002d521233220cf25bca 1.70 MB 3,266 5
910,179 910,179 0000000000000000000087d62338fdb925fa675255c3d6d3e57c56ace1630d41 1.62 MB 1,944 2
910,178 910,178 0000000000000000000088bc08d078d29a0c78431ade73445774f99d59cde1a8 1.60 MB 3,717 5
910,177 910,177 000000000000000000022c32348b608a08923f818048a29c939c651def549d29 1.74 MB 2,988 3
910,176 910,176 00000000000000000000a71350a6be6a85c2f0ce7ea781f1d75f301d8ad75eca 1.62 MB 3,671 4
910,175 910,175 0000000000000000000010b6ce0bdfedeeedfb28ce6a2cac078792bc9891ed38 1.53 MB 3,916 6
910,174 910,174 00000000000000000001c37939e91fe6e9edea67a112de3ed27676b490258dad 1.55 MB 4,242 5
910,173 910,173 00000000000000000001f960b965e70b59cf776ab7967521000c192872ca6da2 1.64 MB 3,916 5
910,172 910,172 000000000000000000014e394b3d690810bd74e251417c0adc4e7e42299db30b 1.57 MB 4,058 6
910,171 910,171 000000000000000000022acb215234cbce7c32e9e76ee12844b9321ee5f37202 1.44 MB 3,112 3
910,170 910,170 00000000000000000000d5972a179c09cff955b4682533d8980a1b1a7eea31f5 1.85 MB 2,760 1
910,169 910,169 00000000000000000001aa2b0188defc0ac8ac3d82f41697ecc99a1bb98fb3e1 1.72 MB 1,984 2
910,168 910,168 0000000000000000000140deadcfbe453a44801a3a5c5cdf9e28b5f49606bde2 1.62 MB 2,965 3
910,167 910,167 00000000000000000001ce40ef4d449f49e7868c8b4760a4002aaa7773e888ae 1.48 MB 2,127 2
910,166 910,166 00000000000000000001060639db732547e6e933644e24ee0fc1bd8f93aefc35 1.75 MB 2,503 2
910,165 910,165 00000000000000000001febfcba5c8f7d14c679dcb856f425f1a9c7d042287b1 1.66 MB 3,646 4
910,164 910,164 0000000000000000000014536e353b4643dde2d6b08aeff8ae00b07c2755db96 1.62 MB 4,101 5
910,163 910,163 00000000000000000001e1ec6c954653eaf39bda8eadf596b4c0674a6145a32c 1.53 MB 4,362 7
910,162 910,162 0000000000000000000108ec16ac747a6db947f6a64d12f4e6bfd83c5be5c9ee 1.70 MB 3,949 3
Previous 10 blocks ↓
Total Size: 774.95 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,334.51 GB sent, 123.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.