Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,434 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,845 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.68 vMB 2,426 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,844 (819,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,318 90,318 000000000011e956ccbf0cac585f4ec1999da147cc2786b77cc77c16cd7c7e67 0.00 MB 1 0
90,317 90,317 00000000000bc5f20604d8c49fd1e49387df0a35af37b65b9883ffdae8673707 0.00 MB 2 0
90,316 90,316 00000000000c74f2ae79228b03ab899e5172440c3344650d93d7da270c4cc1cf 0.00 MB 1 0
90,315 90,315 000000000000138ae17560afeec3e0eab9eec00fdc15def1d2e78017da928a99 0.00 MB 3 0
90,314 90,314 00000000000170272fcd2b15c644b6cc78717711fe59892f71ba1590c6a6ed12 0.00 MB 2 0
90,313 90,313 00000000001260f15b2aac08a8c7e8afe875c28bf15973c0c4ce8baa22b8ee26 0.00 MB 3 0
90,312 90,312 000000000001cec39a8d841e96bc18702943db59109e0bb903a631024a7a7420 0.00 MB 5 0
90,311 90,311 00000000000df6662e19ab69ad73ed3e852021e3020436a1f1f99b7d59eef7eb 0.00 MB 10 0
90,310 90,310 000000000013e2d2b29b67399eaa458bd313e0b49a7f05ec788f46f8767832ce 0.00 MB 2 0
90,309 90,309 00000000000e412ebb49329ff6a729fb2e3dc7f10062e0a4d6609d15763ecee8 0.00 MB 2 0
90,308 90,308 000000000011c63905b12067ca79aae796a4e4109f41a11329aeade9040c0675 0.00 MB 1 0
90,307 90,307 0000000000064f4a5abb43fb32a457f6bdcf7c95aca9f201818380ffabe61bc3 0.00 MB 4 0
90,306 90,306 0000000000001d9235dcae3be04a0575918209439da993fd34e86a4f1096ad8e 0.00 MB 21 0
90,305 90,305 00000000000566bad3a621f1b44b6028cedbf65b63eb66063848af958714392c 0.00 MB 1 0
90,304 90,304 000000000009e59b30700e19dce3ddb77494d8fac18cf611596ee3f60280f8b5 0.00 MB 1 0
90,303 90,303 000000000000ebf2ccb614a10ca80999257589b329e64e6384699b7d6cd6bdc2 0.00 MB 1 0
90,302 90,302 0000000000012a212e1a41a6bf0838e765184cbb6efd0987be77c52bc6beaeab 0.00 MB 1 0
90,301 90,301 00000000000cf1f603522436690f531f24072c98c28513664bf2722583517d20 0.00 MB 3 0
90,300 90,300 000000000008f437ce399371e305b02c82603b5b2261db22ec4c1148c2d803e3 0.00 MB 1 0
90,299 90,299 00000000000272f31d1923364841514cf38c2f5dbe99f27fd72148da56597dd2 0.00 MB 1 0
90,298 90,298 000000000009a4eb220a6f69a3068bd7fefe03b026b239f69032789298f9a59f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,166.68 GB sent, 113.81 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.