Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,386 transactions (3.61 vMB)

Priority:

  • 1 sats/vbyte = (11 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 5 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
909,873 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,865 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,872 (881,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,044 28,044 00000000e8d49cec77d2c432221969825f7115938126307ef9b6ca3f1a801877 0.00 MB 1 0
28,043 28,043 00000000b3ad9683ecc0b4dd0356272481568bc774244a07ed7ee91e00de6ef3 0.00 MB 1 0
28,042 28,042 00000000e5dac8ee13014fed7857703ec61d4a251f54b70f96f5784fa7304d9d 0.00 MB 1 0
28,041 28,041 000000005dc3e35700f5e1ac133bf3c26ce73520fe2b82c158dcc0902d380dbc 0.00 MB 1 0
28,040 28,040 00000000295127e4cf6184198230cabb9a548e189a0a3919d27564989d4fe685 0.00 MB 1 0
28,039 28,039 00000000a22055323e20fb347e341e300320136e1065779d1208daaab675b870 0.00 MB 1 0
28,038 28,038 000000000f103fd5adc98c27a2bd6a31f5cdada4297bcffa4710e38ec9f90756 0.00 MB 1 0
28,037 28,037 000000002bc689ce317350b386055612493772fad67ecde9661630c0cdd70228 0.00 MB 1 0
28,036 28,036 00000000b9af9dc242b3e24c94a8310feb26e32b86ec2d601fc06f90fe92dfdd 0.00 MB 1 0
28,035 28,035 000000004c55811753a812d9d3c76d6fdd04949cdc87423aae92dd7f2419c06c 0.00 MB 1 0
28,034 28,034 00000000c0703db549f3a0c9f75e95136fc01d792d26428b98fc8928b3f52ce9 0.00 MB 1 0
28,033 28,033 00000000221daf5bba429f029f67dcc21eef377990034702034bce7bdfd78078 0.00 MB 1 0
28,032 28,032 00000000848846b63f6a6843697920fcd3e309eaec5cbda94c2f88522b5199a0 0.00 MB 1 0
28,031 28,031 00000000d628589f740ec38c96ce584251051da6fe5618bca0aa5e682ebd2210 0.00 MB 1 0
28,030 28,030 00000000a5ff4a993656be34027df29651fe6f0af35ae11e6f81542327f3728a 0.00 MB 1 0
28,029 28,029 00000000a68c22ff08efb63fa0f85a81f3b3ec308ba7e35806b2ea9e260e9b1b 0.00 MB 1 0
28,028 28,028 0000000070c4f3d762ec3b749f276d2183df03810d3feda5b577fd2e2dc6ca95 0.00 MB 1 0
28,027 28,027 00000000c59e6ff110f3eac8f5a3a3f2d202817457bb5d053ef83f532353cef1 0.00 MB 1 0
28,026 28,026 00000000cf1c8c3b4517080556fb7c042b73b269f4affe7fa8911c1d1686d80e 0.00 MB 1 0
28,025 28,025 000000007f78aa737b5118128d56f3829afa2a48a2eb510aeb2c50e6b34f8d6f 0.00 MB 1 0
28,024 28,024 000000002c73dda25ec4c3518b1ba3216c00bfb66b31725a43a633ed75fd6ac8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.16 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,168.03 GB sent, 114.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.