Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,168 transactions (1.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,637 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,716 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,636 (878,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
32,832 32,832 00000000665c3c5cf3272cff697360bfb8f093f72e017150abdd0d75d0702b69 0.00 MB 1 0
32,831 32,831 000000005463ee6cd48e585b4d74bb63e4120b391697987641eff80a39e2fb2b 0.00 MB 1 0
32,830 32,830 000000009aa9c9fb96421cb876ee77b0590e6fff00df1913767d2dff2949e3c8 0.00 MB 1 0
32,829 32,829 0000000037cd4eeb8d0e7fc034ebe032f92e03cfbd65c9d5fe7c0432751a8ce8 0.00 MB 1 0
32,828 32,828 000000009dced3e62dc5925513dde3027661c3040ba7006f4651065337b53072 0.00 MB 1 0
32,827 32,827 00000000195efe0b90ca92f3aad1eebc242bd4d3f32e0dcec48aa1506caadc03 0.00 MB 1 0
32,826 32,826 00000000a064a6a24772445b8952158aa86f960472490742256e1cbc91d07fc5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.41 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,422.48 GB sent, 130.71 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.