Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,182 transactions (1.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,319 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (857,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,062 53,062 0000000011d78d9ba34602257f374127ba71096ba40e4d911bd0dfce7804cc87 0.00 MB 1 0
53,061 53,061 0000000001623bfd300d7ae008bb2f15a28059871c23be258f7488f8f0a8a844 0.00 MB 1 0
53,060 53,060 000000000e356192bb38fb50767e2d004996937647b6bd3453798c203841ce23 0.00 MB 2 0
53,059 53,059 0000000013b274ab16526e8818b3517048acd6d2ae667e249c8e6d7b82f1c27b 0.00 MB 2 0
53,058 53,058 0000000011180917c3bbba682307eb03051e4cbf1e2531cc9688f6847d7f78c0 0.00 MB 3 0
53,057 53,057 000000000b6879866e27c63d8a843217159a420642af9d3ca3f6b67452b4a5d4 0.00 MB 2 0
53,056 53,056 0000000004ff1461a385572fd4d82fb1bf8c9842b821cd02496150c01630dc2f 0.00 MB 1 0
53,055 53,055 000000000387e774b3dd3c247ea0a6a51f778d41ee095202b909e013f42d41c5 0.00 MB 1 0
53,054 53,054 0000000014d4735a2947d2d3531aad04b7cc10e23420e2cc2e685366dbb9c3e6 0.00 MB 1 0
53,053 53,053 000000001278d55227246fb998b176e921ebe0f9b00cb8f1d017569a9d3c7ad2 0.00 MB 1 0
53,052 53,052 00000000019081dfea4600ef7c4681760c34d71d1c355a4107f88daff806038c 0.00 MB 1 0
53,051 53,051 00000000126a41c86f1dcd4e89b1ef1d7152d37a51ac96c5ff4ac68e37efb5e7 0.00 MB 1 0
53,050 53,050 000000000fce587f4f361f5d1eff3600f6d97a32a01e8e3d1fe3796939fab41b 0.00 MB 1 0
53,049 53,049 0000000014c27ecb8cfe84a0f8b0152a7d6b423e527467aadf8ffc5ab6240e27 0.00 MB 2 0
53,048 53,048 0000000013af09d5d215b2b8c6f186c1b9e0af9de4bf5d4361a99da8a2dc84d0 0.00 MB 2 0
53,047 53,047 000000000f4704b9403c070bffd595b3755fc7c0acdba9684e6cda71d99ad33c 0.00 MB 1 0
53,046 53,046 000000000bf3ccec536fd48e7118519b9bd67c94c6890fdabd42b65ca4ce3763 0.00 MB 1 0
53,045 53,045 000000000a58b4dc3e89cd9bd4086ccea03e4f8dd721f59c8fe7a7e2abc184af 0.00 MB 1 0
53,044 53,044 00000000139cfd784481254595d8b5762cefdc4dcbcec1f91b02a2e26952b677 0.00 MB 1 0
53,043 53,043 000000000bb61d0fe86a5ce94b5b000ee2e25da75411bfa10519639b53dcc8ca 0.00 MB 1 0
53,042 53,042 000000001583b0d8eea5dbef7c702085f121edbd977e3c45d838896175264a49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.80 GB sent, 116.41 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.