Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,395 transactions (1.00 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,558 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.99 vMB 3,390 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,557 (876,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,112 33,112 00000000585b1b5941d6d8f20094766ad75fd90afb11eac2e1cb93da3c48798b 0.00 MB 1 0
33,111 33,111 0000000023d5a39f0917ebdc53020077eed45bb49364a0dd19c00db4c2372171 0.00 MB 1 0
33,110 33,110 00000000ab3753919d39eb60827af41517e44879af3af330090af58fb8eb405e 0.00 MB 1 0
33,109 33,109 00000000a5bdf560179284bedfc15e7b34cf39bdc71c6d8ae92c985e4ce6f223 0.00 MB 1 0
33,108 33,108 000000000ec974014655075801ddef6b478ab01c2a47b9da3dceabbd433c1baf 0.00 MB 1 0
33,107 33,107 000000005821b1e0cb90d24d7bf4817b612c11e09c5d6d12d44e1c8bcd8374f9 0.00 MB 1 0
33,106 33,106 000000000e63061d149dde90b938b40959a73d484e253bf472d676aa2027ea38 0.00 MB 1 0
33,105 33,105 00000000c8051d3fc73f72dae85b6d69f41e85da5da6ca139ba9f0b0f5addc69 0.00 MB 1 0
33,104 33,104 000000005efeb250fe7cdc48d267137d08ca2438c587bdfeb1f9ef89a0f8ee0b 0.00 MB 1 0
33,103 33,103 0000000057a58367abf9d79742d1dafe79f327c2310aa558875a622c21760706 0.00 MB 1 0
33,102 33,102 000000005768f905997181486c3bd3b6ad9230fccf0632d95622f2388ef0e821 0.00 MB 1 0
33,101 33,101 00000000120aacd9b25f622c15927ef8b804eae93c906b3842b09a5da46b54fc 0.00 MB 1 0
33,100 33,100 00000000432ab178d5b2ed791ce9fc67d2071a03348f28a79674c2cea79758ba 0.00 MB 1 0
33,099 33,099 000000009588a8fffc766b2355558eb5c80b0d6893d06f6b5737d663b2f9749b 0.00 MB 1 0
33,098 33,098 000000000263579136224230c809d3c95f913defd01ba5f03880af619c13cdeb 0.00 MB 1 0
33,097 33,097 00000000236a0df1ab7402cd22ae6ef65a9be427132dad87480f6048d0efa276 0.00 MB 1 0
33,096 33,096 000000005fce444f4826eae6fb6abac9d0306b7d02681385758a5e1dfa75a3a3 0.00 MB 1 0
33,095 33,095 000000004db09590c7c9786f886ef5fd69459bb56ed7e9a01857cd441539d24f 0.00 MB 1 0
33,094 33,094 000000000577ff964b1d0fd0a347cdd7a571dd950d604d047230968c23898202 0.00 MB 1 0
33,093 33,093 00000000a49317668b441b45b0554ee98eda039d1d61e82a5d55f273d9d31fc1 0.00 MB 1 0
33,092 33,092 0000000056d351829643476f7daac5449453b31de13ad9ac5961352c294ee422 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,088.37 GB sent, 111.16 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.