Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

198 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,558 000000000000000000022b910000000000000000000000000000000000000000 0.06 vMB 188 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,557 (878,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,853 32,853 000000002c137ba55dc4b620c98230b5a0117002889b831d381592bad30fd875 0.00 MB 1 0
32,852 32,852 00000000af5edfbe302c0e291add417825719e8ed0acb97bb23ba15ad96776e9 0.00 MB 1 0
32,851 32,851 000000002c0ec2d00f6b07ff467c0d5acd7f53026544e3619b16393e647912ca 0.00 MB 1 0
32,850 32,850 0000000079ec2d258e7c1ea8569e26e1685b3c9dad7ad048cf5772a238be85d1 0.00 MB 1 0
32,849 32,849 000000002e8c675e3443d4b747a2bf797a1e7f443d07d7b782c58a4bbea284c3 0.00 MB 1 0
32,848 32,848 00000000a4772dfbcdee4e7537f92ea4e2a36883a4e199230ef30d4be578f694 0.00 MB 1 0
32,847 32,847 0000000008badd2c48773bd0417c38d030b13ec2ade8a89b8e6aecb8d71db1f6 0.00 MB 1 0
32,846 32,846 00000000cfab4c536b726c1273cd9ceff8b8d8fb16907ef4536af25c5a05e67a 0.00 MB 1 0
32,845 32,845 00000000142e776cf5393c6cb14d25ee2b1b37281e4b12666160a0a8d486511d 0.00 MB 1 0
32,844 32,844 000000005c0662c192b22a4bb0ddc9d5138789a6ad31afae9f9356bf5d50731a 0.00 MB 1 0
32,843 32,843 00000000997fda2a18ce25d48abad1448338590a6661c5527a8a5cb74aec1cef 0.00 MB 1 0
32,842 32,842 0000000032fb0da5da9056eb097703738d38777b668e790c34ae55a903d341b8 0.00 MB 1 0
32,841 32,841 000000002c14704b9dfa60fe5f4b4c60569627aa2523b67733b65c3193612da7 0.00 MB 1 0
32,840 32,840 0000000091d0227679eaf418ebe0f3d8733ae33cee4ec238382dc29a847e56be 0.00 MB 1 0
32,839 32,839 0000000036def8a160994fcaa8a4dcc7c71a32bb59debc5076b6a96d4bf8f9a7 0.00 MB 1 0
32,838 32,838 0000000002b9ed45c0877c17107e16fc02437db3292a0b7703317c0e918920c1 0.00 MB 1 0
32,837 32,837 00000000a6ae5f0a4c097b2e614e912c74bfdf65f1069764badc9dc9a452eba8 0.00 MB 1 0
32,836 32,836 000000002e9f598236ec6b3eb0056283aaddfe29a9a463beb49ccb4d72c44038 0.00 MB 1 0
32,835 32,835 000000002808100369f725e1e9b48c73728ef9d48ecf469865177ee2d65de79f 0.00 MB 1 0
32,834 32,834 000000009d72148b6765cd1146f9db1335111d89109a37ed7669a3ad296ad887 0.00 MB 1 0
32,833 32,833 000000008ff5bb56ad88ea487c683536fdf13a9be426dde5ab5da7338a3695c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.27 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,414.40 GB sent, 129.99 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.