Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,368 transactions (0.52 vMB)

Priority:

  • 1 sats/vbyte = (4 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,799 000000000000000000022b910000000000000000000000000000000000000000 0.52 vMB 1,368 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,798 (727,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,303 184,303 00000000000005123cf8fba185b22d6b72eaa77512dc8aa630218bc15cb7c7d1 0.25 MB 466 108
184,302 184,302 000000000000020a7ee6d2fb2d5349d01611fd8b8009fed28df3504435be242f 0.25 MB 486 112
184,301 184,301 000000000000051c471372e456cd39026bba15466343137034de17ba6b126449 0.42 MB 984 145
184,300 184,300 00000000000003065c6330968372557eb1978cbe1258035e5862f4d783b77e01 0.00 MB 12 341
184,299 184,299 000000000000081c2e834ffaa25ee6cccb7f6dd11c855c32349355ff460efbc9 0.25 MB 644 133
184,298 184,298 0000000000000736578b5cba6e5d2886d5676baf8c3d20e776d4639b780d0858 0.05 MB 134 121
184,297 184,297 000000000000017064d6ba1241c977354791b9282eed7e53f320174b8c1610e0 0.02 MB 48 16
184,296 184,296 000000000000046c8042bf0c967fa03ac9d0366b16e5845130883601f780c9e4 0.25 MB 653 167
184,295 184,295 00000000000006958c65c630e3279343af9a9956c7df6520ff4cff06c40781ad 0.00 MB 10 335
184,294 184,294 00000000000002568164356dc2408171f37e281c1383ab24593781becafac652 0.25 MB 644 133
184,293 184,293 000000000000078fe481709ec23aa63eef5988c687fac4c8bda3560bc526739f 0.05 MB 145 118
184,292 184,292 00000000000000f8938616b6d5cab739c72a37706176bdc4fd6fbf1e46773f56 0.00 MB 8 295
184,291 184,291 00000000000002f6b7460bc591780309bb4f71bf12fa421fd57447b44e60f688 0.25 MB 523 116
184,290 184,290 00000000000001cab385b23cefc0c330c8b1183ed624b60e456440b8217f2146 0.41 MB 1,024 142
184,289 184,289 0000000000000272b30adc68b8829fe7a24289d6d74583f206e73f842d85e86d 0.05 MB 153 130
184,288 184,288 0000000000000492a308d0aca454d8ba2a25f088953f4c9523df19669a73ac56 0.00 MB 7 1,197
184,287 184,287 00000000000008710dd96319c2d45ab82ed4766269570f43a7d19a5d92d6f273 0.00 MB 8 0
184,286 184,286 0000000000000008718a6da4163ee988c8eeebbc6d376f3a698f26e6fdcb0822 0.25 MB 663 139
184,285 184,285 000000000000072ca74b295bc18ec62d0f36b20281b84b627e6dc88140d7771f 0.25 MB 686 141
184,284 184,284 00000000000004e14aa29173f693a5889d4b131f1b936028c6a2184d4f466c01 0.01 MB 17 35
184,283 184,283 00000000000007677e60fc60e49794a1a9dbf9ddf76da2947a5d10e388a769ba 0.25 MB 648 165
Previous 10 blocks ↓
Total Size: 776.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,445.21 GB sent, 132.13 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.