Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,162 transactions (4.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,242 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 429 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,241 (870,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,846 39,846 000000004b460e9d074e9d0ffe302a261938e151ee2ad39939fb6d07821947ec 0.00 MB 1 0
39,845 39,845 000000006a8d2064f71989bf8bbff8b9d4fb255eed620eef397e8b21e9d9b57d 0.00 MB 1 0
39,844 39,844 0000000086b918a0727282f80d52a01013811acc92dccb8b85df6fc34e77709f 0.00 MB 1 0
39,843 39,843 0000000023b1b7bc31fc3de7b292de747304b0b775b727b0774e912d3c18460e 0.00 MB 1 0
39,842 39,842 000000000bcdcecb8531cdd0322bbb6d5c83be98f7d1a72e199441eef6f090b3 0.00 MB 1 0
39,841 39,841 000000005299690c416400912882adbcf9542af5bf736fd1a10fc613b12b6ef6 0.00 MB 1 0
39,840 39,840 000000000afa87318c1e0efb39ef7b071d79be3df90344cd1a862dac11eef36b 0.00 MB 1 0
39,839 39,839 00000000842858cacdfd191b9b718f668f91da022a604e38f6cfcef27f62a05c 0.00 MB 1 0
39,838 39,838 00000000262cbea59491f45de8025c78e93cff59b6a95ed9c08d323cc6356cfb 0.00 MB 1 0
39,837 39,837 0000000045109900b96bd687ad027845bf3b79fe33d2ceff3bffcaef039c1368 0.00 MB 1 0
39,836 39,836 0000000043815e79b398eb7657eb46e65e7975c4863e97da50c1eb70f6f3b110 0.00 MB 1 0
39,835 39,835 000000001267064b11c70c73683d79b4be9511f408e6e302ea2a43736b3e634c 0.00 MB 1 0
39,834 39,834 0000000054f43782b1c024902df90938c09df2fef26fd1aacbfd18df06e3f7b4 0.00 MB 1 0
39,833 39,833 0000000047ef8bf6d96710498c05e2cd9925f09c46b756d2fd2db5d3e104d5af 0.00 MB 1 0
39,832 39,832 0000000064c5073db20a4e3a17eeed065d43de16958116b72a89567d886aafd6 0.00 MB 1 0
39,831 39,831 000000002615b8acaaed9f47774aace713847f09654178a8ab035f0fa33d4568 0.00 MB 1 0
39,830 39,830 000000001f3ae61aa8eddfbff4895ffcd10c6bdffb59bab2d67b7a1325ad51c3 0.00 MB 1 0
39,829 39,829 0000000021e3a15a6b667b66a814db47ba484779fe9a55f36f77614041ef7db4 0.00 MB 1 0
39,828 39,828 00000000267f78a2607483fc9b72afdd0c58db0faf455becf7352c74a994c9a2 0.00 MB 1 0
39,827 39,827 000000003dd7a7ca2e866d45a1c00b5a02c2a1d3d5d8614cd0683c92e0522ef3 0.00 MB 1 0
39,826 39,826 000000005a3993047dc7d7ac4d967d3b416db2fe649270d48c49ba798c68c6fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.85 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,209.96 GB sent, 117.84 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.