Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,414 transactions (0.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,596 000000000000000000022cb30000000000000000000000000000000000000000 0.94 vMB 2,408 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (833,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,100 76,100 000000000022bfe1b12eafc6f35577e7a96f4d259df2ae3f5f5a3ed2bdbbafb6 0.01 MB 6 0
76,099 76,099 000000000059c913270b8cb335023d00040ff9e17747d193f79f1581b4d3f6ce 0.00 MB 1 0
76,098 76,098 00000000000ac806cb81b562ba0aa4eaca7bee3d0253ba867994d8c5466df5e1 0.00 MB 2 0
76,097 76,097 000000000013f9e0d26c69107eb5577b7152cb579dadaf2d4e38cabc240a3335 0.00 MB 1 0
76,096 76,096 00000000003d822c50a947d11516da600cf72329041d3c6d603bc76983b47986 0.00 MB 2 0
76,095 76,095 000000000065f7e6afba4e8fa321543b90f71490019e60a441c98fae07c9c6e6 0.00 MB 6 0
76,094 76,094 00000000000089006814f20ac565ecbddcda8c63c816706c7986b66f43d149fa 0.00 MB 3 0
76,093 76,093 0000000000746971be156a5d5cb8105e488c9a591d285ba72d9bc972bb1c9501 0.00 MB 1 0
76,092 76,092 00000000006fa71c56ed21c49b3a13069ed125dd9bbaa7cfda8e17f8782ee2df 0.00 MB 2 0
76,091 76,091 00000000000e23d32002f5da6cc49b7fed89878a1c8928bf321d609a84c5db7a 0.00 MB 3 0
76,090 76,090 0000000000142ed02b4f4743c3bfb0e2230d051a0baa358250a2f21f991fd211 0.00 MB 2 0
76,089 76,089 000000000050e3f2a9eb576724b56ca2a2abe6113b8cb8a60c1c0d54c84d5275 0.00 MB 1 0
76,088 76,088 00000000006def0a6f9fe65f300e87764f5e6b4cc765820767cd9c0a4f53984c 0.00 MB 3 0
76,087 76,087 00000000006a7c0adb31c509cc35708ba2e77941d421c89505ee38e8f6e2c819 0.00 MB 3 0
76,086 76,086 000000000049a27b6e2639377a061f6313af97670b0320e93d63dacd9ec8db07 0.00 MB 1 0
76,085 76,085 000000000008961a6c2a764fb00a5a0784fa212a79831c77ebda9a065581ded5 0.00 MB 2 0
76,084 76,084 000000000074c0c58eccc978bda0b785baad42ca88dff54d280862f425048f6d 0.00 MB 1 0
76,083 76,083 0000000000475a27d776eb11ef23511721552f99e9a1068f56e866a8983a79fe 0.00 MB 1 0
76,082 76,082 0000000000788e2ca5660b1f0c4c20a68b6f9c57bcee6d974c9b9f9fb4ba260c 0.00 MB 2 0
76,081 76,081 0000000000014dc91f948035bb81ea767e79d648f28fb5cb6c4ecad25c4a1890 0.00 MB 1 0
76,080 76,080 000000000020c2f44c78a3b8c6cf6ca58b0d9168e48761f018ca762c342523ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,097.34 GB sent, 111.60 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.