Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,895 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,827 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,889 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,826 (728,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,064 183,064 00000000000002589a360fd8cfe158aefe07ead9f90e19462a4b05d4fd183ea7 0.05 MB 127 91
183,063 183,063 000000000000017b29baedd65b07a412c156d621cd651ea879a1b32ba5e0c51a 0.00 MB 10 156
183,062 183,062 000000000000017c3396176e3909ce03f8eaada4caa264c7715aa56f08a6c1f0 0.06 MB 128 131
183,061 183,061 00000000000004a0cc84543796e4f4518115256f297348986667769c1c2dd7bc 0.08 MB 162 92
183,060 183,060 00000000000003d7bdaed07503393ab0733ef2846d684c5adb4fd058439f5ead 0.03 MB 55 58
183,059 183,059 0000000000000218bd3e56e0f56ea005d145bbdc00150a70a9aa36e04852ed39 0.03 MB 73 108
183,058 183,058 0000000000000431e2b154ef3bdea531fadc70d08be13bcb130c7764d5da26e1 0.06 MB 128 44
183,057 183,057 0000000000000535bdc82bd602a3a593fb45a6fee5da0b11c223bb90dccdf101 0.22 MB 516 132
183,056 183,056 0000000000000698b40d8e9053621d83f18770de8310849382fa9904504c5e3b 0.15 MB 290 110
183,055 183,055 000000000000081b0cefe6f33bc9283dd35c734130769be0d8800597ad323b74 0.05 MB 154 66
183,054 183,054 0000000000000892289168a12a0b1c089ed860a2edfb57bf8d14bf45f0c9fbe9 0.05 MB 120 190
183,053 183,053 00000000000008a099367ce0806cb9d65d97067d94448bba636151592393f7e2 0.25 MB 663 133
183,052 183,052 00000000000008091842f4bdc781153d6a3b509744c1dedd3006ef84ad86acae 0.05 MB 114 60
183,051 183,051 00000000000000d51e1497b8db6050cd75555aafabd8a59e6d257ba92cfebadd 0.25 MB 558 156
183,050 183,050 000000000000002548c389898dbae5068f53a095fb69d65206aa6f53e352b3e7 0.05 MB 150 33
183,049 183,049 0000000000000496a778117b049f32e43645fb00cb53eea05902191a044da4ad 0.25 MB 558 141
183,048 183,048 0000000000000282e4f0854a2c94a084f527b950da766344161e4e5e9eefc9ec 0.05 MB 124 110
183,047 183,047 00000000000001c641f0254b0093b5d33f587036dc65671a99b830b1360461bb 0.00 MB 7 15
183,046 183,046 000000000000013fb39238dd12462fc4752a3d73ae28d5438a173dde6f5016bf 0.27 MB 781 147
183,045 183,045 000000000000081a813185faf29d48f1f9aa623e7ae26e4b58f324c347c25901 0.25 MB 537 130
183,044 183,044 00000000000008f7b184d2a686028975d6d0828716c1817322e18678c79e7d7b 0.00 MB 9 30
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,465.44 GB sent, 132.42 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.