Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

436 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,476 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 420 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,475 (25,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,650 885,650 00000000000000000001d96f12f24a84a51de3eae83b34fd8d26a5b77e7abcd8 2.03 MB 4,445 1
885,649 885,649 00000000000000000001ff7f2292023edc51c0704c4abfc5280fa07dbab643d9 1.83 MB 2,427 3
885,648 885,648 00000000000000000001466e337a2969ce85ca53ab764e6b7644e8661fb4ab4a 1.69 MB 2,463 3
885,647 885,647 00000000000000000002070cdfd1b08a0246d397f560dfb656c7c9a546cf8531 1.72 MB 2,827 3
885,646 885,646 00000000000000000001ced1d3f544d37600af6ab3b9d429ab525d3c5b15e234 2.02 MB 4,370 1
885,645 885,645 00000000000000000000f631826d8eb0edff0de34b7b518309ab7ecca858f45d 1.71 MB 3,504 3
885,644 885,644 000000000000000000027dd933b943711610411a3ab34bf0497d8b22990c489f 2.00 MB 3,939 1
885,643 885,643 0000000000000000000258bb6ffe86cf5db203df1a51aaae770ca3ce6c183f53 1.73 MB 3,449 2
885,642 885,642 00000000000000000001ff5640fc7438dc39f0896644c2fdd3d3d70fc72a1000 1.82 MB 2,531 1
885,641 885,641 0000000000000000000181e7fdb2f1c6365de39df036114b668fca5f7489422f 2.02 MB 4,982 1
885,640 885,640 00000000000000000000d8e220e3ca119e747fa2210204216a2bfaa64206f700 1.76 MB 3,800 2
885,639 885,639 000000000000000000003dca5e0cf7f9b589c0769f493851a4451a52fa436628 2.16 MB 5,821 1
885,638 885,638 0000000000000000000077304d66536d2869725b14624d62c4c7f141a9268432 2.17 MB 2,767 2
885,637 885,637 000000000000000000002dffba44eb4a7ba608b9afef27c4b42c88a901288e83 1.80 MB 1,343 2
885,636 885,636 00000000000000000002582c5348a248df6a1a3159e9f7414399b8716f23179e 2.03 MB 3,173 2
885,635 885,635 00000000000000000001ba259720edd41e037e91de56381595834f2ab3634f05 2.40 MB 3,611 2
885,634 885,634 0000000000000000000185ee59955b950a583011e0c22c5e6955c56da4dcb5cb 2.16 MB 1,527 2
885,633 885,633 00000000000000000000766bcd7710bfcd5db5bdaa262533fc4e10bc24bad4bb 1.99 MB 845 2
885,632 885,632 000000000000000000019ed8676445461b26e38fcf16d5c2e999a97bbb70794e 2.01 MB 1,079 2
885,631 885,631 0000000000000000000103f642fa210faa6a57a562a97f072a9e6af69f57a596 1.59 MB 2,441 4
885,630 885,630 000000000000000000021468b2bbc4c79292614ce20e4c2bc61a3b1fbcb33bbc 1.56 MB 3,474 7
Previous 10 blocks ↓
Total Size: 776.12 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,409.48 GB sent, 129.30 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.