Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,237 transactions (0.61 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,760 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.61 vMB 2,237 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,759 (891,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,964 17,964 00000000b20f89ac3ca3f1512fd59f344faad58f2ca39c2e0d9517e094869a69 0.00 MB 1 0
17,963 17,963 0000000074fb28bede08c0a9206dbfd3968a91ab9e8ea23a2eab8f5ac3f3c869 0.00 MB 1 0
17,962 17,962 00000000d32fe29f334e6660a5d96597f9ae3b73663de5a0ce4c7ec9d407e376 0.00 MB 1 0
17,961 17,961 00000000779f74fa0a3c9b22be3b4da99e84d8a9049fbeca85ee012ee8263949 0.00 MB 1 0
17,960 17,960 000000009f819e9bdbe6f8b86d56272246bef5142a0b85a5700d7b7ef05c52f0 0.00 MB 1 0
17,959 17,959 0000000097abd20d51aac4c380e9dfc679623da16db4aea93118c9b41edf82aa 0.00 MB 2 0
17,958 17,958 00000000ef50a7e6d961610481aaada086cd0f01be7e50ab8950acb240d31e6f 0.00 MB 1 0
17,957 17,957 0000000029b90293410839c73252d97c5961df51dcb7720ce7febfeee44b10bd 0.00 MB 1 0
17,956 17,956 0000000074e66faf0360cfb762fc2595499ea2f9f10c7da8c0482c80394efc4a 0.00 MB 1 0
17,955 17,955 00000000bc649e7b36e2e85c42dcec574743e6c064e687ccecc56e28a203a16e 0.00 MB 1 0
17,954 17,954 0000000094ec3c784c105a38675b2639c518e98292745511a764d9899000848e 0.00 MB 1 0
17,953 17,953 00000000aeeb0afce37785425627081fc091d930a9f36a945ae58e55259e815a 0.00 MB 1 0
17,952 17,952 000000005d93fa6a861f4b21efb9171896d52a7a93d7a13fed14d9da5d4e3d8e 0.00 MB 1 0
17,951 17,951 00000000abf06ebcfb1189c8258334880766c7364de9682aa14a93b19710f87e 0.00 MB 1 0
17,950 17,950 000000006887b5a8a586079d328648156cb0c461a7e7ca5c0a1c95ee7c613784 0.00 MB 1 0
17,949 17,949 000000000c7a91aa512daf19cd9152b6685dbdf141d5fb43976fec4d6be641b6 0.00 MB 1 0
17,948 17,948 00000000e13eaf69d3d3c07158372cb661fa069e9f9a2860c0228c86785b7db3 0.00 MB 1 0
17,947 17,947 000000009919623140862181f2ba57ac3292255ccd0cb87bf805837938dcddad 0.00 MB 1 0
17,946 17,946 00000000f5bdee073714640dbf31b5e7815ff86d11c0ee5b0774fda474483b08 0.00 MB 1 0
17,945 17,945 000000006032fb8de7248ca623a1bc0ee11c7f0714123fd3c2956edc28d5a011 0.00 MB 1 0
17,944 17,944 00000000993220fc4c876b1940642935e983e0c50dfe80ebda7a64f1d4c8b163 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.96 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,159.37 GB sent, 113.18 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.