Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,149 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (880,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,772 28,772 000000006b1e1596f00341fb0d88087a12d6f66da0e77d6385cfb0ebb42d2539 0.00 MB 1 0
28,771 28,771 000000005b6b94422712c448679c26308d5682832971e30a00fe0e2b9b23467f 0.00 MB 1 0
28,770 28,770 00000000fc1888a664be03977ee8f9ecd542df812796c44b815373a098e96195 0.00 MB 1 0
28,769 28,769 00000000c1833a20e86982c62baa4a624a2db111d09fe25901df8034fa527c7c 0.00 MB 1 0
28,768 28,768 000000000946a3734029e8c1841cf9ddfd356119e0431791665195240bc495cf 0.00 MB 1 0
28,767 28,767 00000000a95bd7597f3b486917bc4ab5ce5a653b0b138d0aa573b2e3205f51cf 0.00 MB 1 0
28,766 28,766 00000000b630a0d7d5e10d5d1f5b90d4db5580d3429b1e4ccb98179c37711c0e 0.00 MB 1 0
28,765 28,765 00000000061bbfb3c9a5d0f18bf0bc9b95b3c35004143cc27a567344e78e2264 0.00 MB 1 0
28,764 28,764 000000004320677fc76b3dc0018053c339e1af850cc7c3e4a627fc474284cff2 0.00 MB 1 0
28,763 28,763 00000000fb9a017cff011bca45361725d0c264dc934f55d0b9680db9a26aa18e 0.00 MB 1 0
28,762 28,762 000000000c7ee403ec5acee1d23f572787d1e179a6b4e215b1b760e7d3eabe1f 0.00 MB 1 0
28,761 28,761 000000009a76a8ccd4150a63202fdceabccbdbb1c2153004aa057fc5d1e6b46e 0.00 MB 1 0
28,760 28,760 00000000b65b84341e566bb70a44de78c17fd7be7f5515ce816fa2f4d7c110c6 0.00 MB 1 0
28,759 28,759 0000000035abd6dbba41c3aa988285fa66646844040ba3a77a164e5fe0f857b7 0.00 MB 1 0
28,758 28,758 00000000a6ed9317b1c95782bf2e0f11cb852d325bef33e0941c63facff6524f 0.00 MB 1 0
28,757 28,757 00000000aa84d6237e2de25525b5732ef26cd74d6a41be2291925a3ef9f0bbbe 0.00 MB 1 0
28,756 28,756 0000000086d28c44142c02cd4a5729ec4798dbb9136b5b300c612026c2416511 0.00 MB 1 0
28,755 28,755 0000000067b7bf069e5894c97a3ca6529d513dee6c7b16d41e5e8b0252266404 0.00 MB 1 0
28,754 28,754 000000006550f4acc4ea6d0cd647c7ff90aabe5755d58086a6e7c97aada17d70 0.00 MB 1 0
28,753 28,753 000000003724ba75d2812cefb849103e33f5749c42ab28d0f761b2741a4ecb4b 0.00 MB 1 0
28,752 28,752 00000000486e1e70e3df3b71e795f047808c01fe1439b4b1e70e8e915e61fe17 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,149.82 GB sent, 112.49 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.