Loading Tool

Explorer IconExplorer

Memory Pool

4,061 transactions (1.40 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 7.83/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,298 000000000000000000022b910000000000000000000000000000000000000000 3,064 0.03425311 BTC 1.00 vMB 3.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,297 (641,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,981 270,981 0000000000000004c7f0878a68263efff891593f356078f36b1af7859ac4422c 0.25 MB 523 53
270,980 270,980 00000000000000049fcf01cb6eb8129f00650f8a14b40e0607a8ea5ef112f7dd 0.25 MB 534 34
270,979 270,979 0000000000000006dde17aa2fae2702da4d13adf935dba0639bd6e6c7afa6899 0.50 MB 763 36
270,978 270,978 00000000000000056772b9c33ee00130651a474ef3ea7390092f887d5681ec22 0.25 MB 618 103
270,977 270,977 0000000000000001bef4f5cb44e1ec1edd47f5742c97dd968d15c7ed34795a85 0.05 MB 37 28
270,976 270,976 0000000000000001d2577ce337350b3a0523f8d4ce662ce95e03452e58686ce2 0.25 MB 399 21
270,975 270,975 000000000000000117fe3c9d73b6868ffb7b752bc6f88d078416217124b33ce7 0.25 MB 560 32
270,974 270,974 0000000000000002373ad934d298bc90b8eaabeb149c92db6b56c07294c1f603 0.50 MB 1,296 56
270,973 270,973 0000000000000003896a60b3e2590e7524cbcc1e467a56b2db74a60fe1ba4dd9 0.25 MB 732 122
270,972 270,972 00000000000000060e1cdfc9e576aec5707bb766a5ac216be5578ee0487cfdb6 0.04 MB 88 48
270,971 270,971 0000000000000001c008252e544636cae251e9f53813e10889559293754e6944 0.15 MB 331 48
270,970 270,970 000000000000000445d80f8166cfbee270b5e27f8f7c12adeaa38d6c3bdf10a1 0.15 MB 317 59
270,969 270,969 0000000000000003549f70322b959fd9c650398690f0516388ae69d795c402fa 0.18 MB 416 65
270,968 270,968 0000000000000000a673e0e864d99d96714feb7034b6ad0b0817121756b82106 0.25 MB 306 29
270,967 270,967 00000000000000066cebad468c01fa06151bb52c96222f85d08680fc66c842b3 0.50 MB 1,110 44
270,966 270,966 0000000000000003715ba8c22d2f0d86aa72a335777c31ff1eacb45fbfce263e 0.25 MB 661 130
270,965 270,965 00000000000000040732da34deec8bf53d44776688c295f8c02fcaeeba7c6eb9 0.29 MB 652 74
270,964 270,964 00000000000000061cb422092c0512f9624962e42cd029c6fe7be7509864af1d 0.23 MB 469 41
270,963 270,963 000000000000000584e4ed5a64368272ef07c865b0626bda7b31267bc52d6757 0.12 MB 289 68
270,962 270,962 0000000000000003ed7d99be25dc0861c2416fcbed26dbd4d675e9bb0d57bd04 0.25 MB 288 16
270,961 270,961 00000000000000053259b080a71ef217a93e3a2d9f302d9ee0dffea26fb1655a 0.50 MB 1,026 41
Previous 10 blocks ↓
Total Size: 777.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.48 GB
    • Received: 136.48 GB
  • Uptime:

Notes

  • 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.