Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

853 transactions (0.31 vMB)

Priority:

  • 1 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,394 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 850 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,393 (877,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,942 32,942 000000003a9ae6c65b12fbcd9973c4635a3d85d39cbd5ea0e19b1cc79f1375a0 0.00 MB 1 0
32,941 32,941 000000007954720a00432cdfd61b175761a6c2ca8c5192574918476321774e06 0.00 MB 1 0
32,940 32,940 00000000632fd82c087ea1f6beda924d43752ec9bdbc338db3ec433bc2144f9b 0.00 MB 1 0
32,939 32,939 000000001f8f83d740d4ab21543b022f47ddf2d57f7a36d636777c631ed41a03 0.00 MB 1 0
32,938 32,938 0000000086377e401882d6e974ffe88962caacfa6371b8099118ba39222f7475 0.00 MB 1 0
32,937 32,937 000000005e085731145a931b49d6012fec86e9cb14c42b39201585178b1517fe 0.00 MB 1 0
32,936 32,936 000000001b1b7f1fbd061a6142a0b902d45fe9067aa4365c52b18648667e4ff4 0.00 MB 1 0
32,935 32,935 00000000b8cc505138a23e54e597755ea2cf9a5e9d5439110869e22801009189 0.00 MB 1 0
32,934 32,934 0000000008e58875c936d217ac799dbe821eb340e8b76ed922a47576c5188570 0.00 MB 1 0
32,933 32,933 00000000841693e9c264edc3d8302ebb107226db2d92c99c81cc9441dbd65bad 0.00 MB 1 0
32,932 32,932 00000000a2fa2e4afd46818bae230820211f41b206ef13ceff43d78cfc634ad3 0.00 MB 1 0
32,931 32,931 0000000008783feba7631d38344730a9d1711f5e903049ac8ff59f36cf7d50bc 0.00 MB 1 0
32,930 32,930 000000004018eea04fc7d1dce04ebd2374abf6b57105bfd2ea6570385ea13a86 0.00 MB 1 0
32,929 32,929 00000000b48f5222a863370e9e21e2a11f66bcdc92d500734a08bc43c41114b0 0.00 MB 1 0
32,928 32,928 00000000bd3a010e7c0cf51459e25caf4718ed5c31b512e2083dfdaf497acba1 0.00 MB 1 0
32,927 32,927 00000000a4f6ed841c4f3a39a42b72cb9a17ba88e73585a237732b21199415c3 0.00 MB 1 0
32,926 32,926 000000005c4b2feef387b42412366c51a83f900d364bb3123b4fa259721914b6 0.00 MB 1 0
32,925 32,925 0000000027d472c04d8a2a10a221ce11a533c925bd51c8f8cd2aca6e7e087b1a 0.00 MB 1 0
32,924 32,924 0000000028f53a478efe2c709e985e6d642453f8928be2879a727470b026f433 0.00 MB 1 0
32,923 32,923 0000000021bda062dfee3a9059cbb9b863e3d01ce1ac556a290fdccbb1afb957 0.00 MB 1 0
32,922 32,922 000000009fa4decf8c14e7e81637572b87bd812b5de519ff560bfc08009c256c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.13 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,233.81 GB sent, 119.17 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.