Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,671 transactions (0.97 vMB)

Priority:

  • 1 sats/vbyte = (4 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
911,824 000000000000000000022b910000000000000000000000000000000000000000 ago 0.95 vMB 3,656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,823 (136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,687 911,687 0000000000000000000159b9c6ca5eac9792daada1e2b15e3412dff8ba9ca9d7 1.64 MB 4,032 2
911,686 911,686 00000000000000000000a93f794a6099438e51d8efe9385a026410f9c8c7fa6a 1.65 MB 3,249 4
911,685 911,685 00000000000000000000f2dbcb16e10c7ec3bc08f55e18e0f561aad60c91698e 1.87 MB 3,688 2
911,684 911,684 00000000000000000000706c85e830235db2fed8c16a9ae0a2e26241cdad6aa4 1.70 MB 2,645 1
911,683 911,683 000000000000000000002d424c0dc9d6fb0a09322e78fbd3a68558fc403c26fe 1.57 MB 3,711 4
911,682 911,682 000000000000000000016c2b4c2aa3593e38764c8666f0bbc9d00171a811d41f 1.59 MB 3,117 2
911,681 911,681 000000000000000000012c013c0fb7b3a133f58d8156702be908873932c9b3f4 1.64 MB 3,256 2
911,680 911,680 00000000000000000000e5d774e9a79556437f85e44f5c8db0318694c903b20f 1.64 MB 3,607 3
911,679 911,679 00000000000000000001b7a9c57b0996ccc5afb8a8b0a45aaac41af35a7f0c73 1.78 MB 3,769 1
911,678 911,678 00000000000000000001a1ee21fbf46fc3ab9539cea76349bcd79b3fffa3d010 1.60 MB 6,571 0
911,677 911,677 00000000000000000000a65849c4bf041b790270343d075418aa8e80b4508251 1.78 MB 5,848 0
911,676 911,676 00000000000000000000ba31b59130d6aea91a5af96e356daf7c08674ea0f704 1.22 MB 2,675 3
911,675 911,675 000000000000000000012d4dff93d8eef7abecf4e25b30a8f8aa06b1cef2a636 1.72 MB 2,660 2
911,674 911,674 0000000000000000000033575e0ab932a7ff643c1821631dea1b67e13a63e88e 1.65 MB 5,539 0
911,673 911,673 0000000000000000000136d8012be4063f5425277dd962f43a2967c10e108e22 0.19 MB 544 2
911,672 911,672 00000000000000000001fc81e42e6eb0f36e422d809de25e315ce9075779e608 1.59 MB 6,398 0
911,671 911,671 000000000000000000006344a21def0d94c7ea196e7bdd9528df944d69dd9574 1.66 MB 4,400 1
911,670 911,670 0000000000000000000080586ae90ac8ee2b42b24e0b41401ef2326870511a9e 1.61 MB 3,610 3
911,669 911,669 0000000000000000000064497f694985dcfac1732966d286f463abbf9a208ba9 1.84 MB 4,128 1
911,668 911,668 00000000000000000000e73031eec6c4edf17f7a0584978bff36f0627e2969f8 1.80 MB 3,915 0
911,667 911,667 000000000000000000017307dfd809ee2c93e2e040eecc19f6c037e3309a63dd 1.72 MB 4,579 0
Previous 10 blocks ↓
Total Size: 776.77 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,464.84 GB sent, 132.40 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.