Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,456 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,547 000000000000000000022b910000000000000000000000000000000000000000 ago 0.98 vMB 3,449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,546 (60,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,244 851,244 000000000000000000023f4d09f296503311fff6153846b1b1c6d42fd46eaa07 1.84 MB 825 6
851,243 851,243 000000000000000000001e74cc8ce462fd5fe7aa9bd64bf04e2c1275ed534916 1.46 MB 2,645 8
851,242 851,242 00000000000000000000b764146a38788440833c69ce46290e653b4b448b247f 1.51 MB 3,662 12
851,241 851,241 00000000000000000001beab5ee7952306ef65d0dc96a186ce3181203a25c09e 2.07 MB 1,027 6
851,240 851,240 000000000000000000015b8db850d4a5b820e927086dded342c9174ea2b9cfa3 2.08 MB 464 5
851,239 851,239 00000000000000000002c6346f6ea6937d9d2673b28d03c27a46f42c7bdad57d 1.62 MB 5,034 8
851,238 851,238 0000000000000000000368e9535bdb3f3eee1efd8e2d5e797b3ed2070e4cb593 1.45 MB 4,271 7
851,237 851,237 0000000000000000000365827f5a9b81092a59c5a2736c9f5230f139de1657e1 1.32 MB 3,062 9
851,236 851,236 000000000000000000003931d65788069f788c5ae10f45b375141e583d1f16a0 1.58 MB 4,307 13
851,235 851,235 000000000000000000030dbec8cdb0c51743b1db674d97480d97628786e9ee20 1.47 MB 2,680 7
851,234 851,234 0000000000000000000151ecc28f559d44dbe53f71d3838258d81262bde74815 1.50 MB 5,318 7
851,233 851,233 00000000000000000001607f930dca75f847eb3d6bf46d9f90a1ce516eeb2049 1.27 MB 3,473 8
851,232 851,232 0000000000000000000001220094e4c782519e94635cb75fcc5895024a52ff81 1.48 MB 3,384 7
851,231 851,231 00000000000000000003345f598bffb4a60b7fe7f894dfb04c16993775b1fe6f 1.47 MB 6,284 9
851,230 851,230 00000000000000000000e397446707bd450e9127c3456f8a3d5da65bbb1c8232 1.54 MB 5,653 11
851,229 851,229 0000000000000000000018bba6af38b7678b5781711c06fc54ac508a38668280 1.39 MB 4,288 9
851,228 851,228 00000000000000000002c801573bd1000c180bfafaecdc2519df5d8403ea147f 1.49 MB 3,439 10
851,227 851,227 000000000000000000035e711bbc349ab677a92d04107c866f054f9cb0c996a2 1.84 MB 1,035 5
851,226 851,226 0000000000000000000319d583b6641a395209d7efa467ef0d88bac5cf4ab131 1.73 MB 2,059 7
851,225 851,225 000000000000000000006a059cc696676671d7d73f02b79886b458878503789f 1.64 MB 2,072 8
851,224 851,224 000000000000000000002a78acb0e5559791562a8c4c1d9cb03487f4d5979407 1.44 MB 2,255 7
Previous 10 blocks ↓
Total Size: 776.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,413.93 GB sent, 129.90 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.