Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,661 transactions (0.53 vMB)

Priority:

  • 1 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,365 000000000000000000022b910000000000000000000000000000000000000000 0.52 vMB 1,644 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,364 (526,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
384,634 384,634 00000000000000000d490a93fb8b2d1b1e59d41b2b8bc50acf426d563032f31e 1.00 MB 2,399 38
384,633 384,633 0000000000000000094a3645b483a523f5e68fca539a86326960fd0537af3929 0.16 MB 358 37
384,632 384,632 000000000000000004a88391cbee71dd5ae53803b32cbb1ddfb5dcf3a321a195 0.36 MB 885 37
384,631 384,631 000000000000000000d631d8d679aa0938538dad5c5b54d886ec6ce0623a6341 0.24 MB 51 2
384,630 384,630 0000000000000000076fb445c40a6a03b47b485f542131cfdd0b93f6fc0e0044 0.62 MB 1,374 34
384,629 384,629 00000000000000000780448f4ab9dc1507b57d4cc307d18207f1d4f531148952 0.26 MB 605 43
384,628 384,628 00000000000000000f2041793499fa1c73b3e415a3bcd7ace2a4a2c7fa60a26d 0.79 MB 1,605 32
384,627 384,627 0000000000000000079e23e0c137a6d955c33435e2eaaac5cfa7de8df52d0b0d 0.37 MB 657 32
384,626 384,626 00000000000000000d42600ae3832618583ded901ca14aecb5a422f037e50757 0.25 MB 264 14
384,625 384,625 000000000000000002c2583d13f584a12d8c91879c877240a1cfc6b2c24be1bd 0.81 MB 1,701 34
384,624 384,624 000000000000000000330baf11a999b400ed787eb2996a36729699f5930fe68c 0.25 MB 553 24
384,623 384,623 0000000000000000034f42928301c1fc9b732f2daf791c57f4100d0e4407de16 0.94 MB 1,819 30
384,622 384,622 00000000000000000a4bec40486ffbb984cd2c812c675d14bc8e481290b4a18f 0.93 MB 2,033 31
384,621 384,621 00000000000000000056c651f5ad0e286d7b8b7e42578581bfa7fd1950862958 0.70 MB 1,643 31
384,620 384,620 00000000000000000c25ade274c6bbc5faac09ed9d5189a084e4a4d492552718 0.99 MB 2,261 31
384,619 384,619 000000000000000009c25ad400196285a480f158e5bb782021b0ec2b499b254f 0.62 MB 1,137 25
384,618 384,618 00000000000000000ad212590d1f92fd90906ff78ac5a70e08570c33ca0cc9d2 0.93 MB 1,507 24
384,617 384,617 00000000000000000504b5a33804500c292a86fbc90eaf4bdd63d6bbb29ffa78 0.93 MB 2,113 31
384,616 384,616 000000000000000007d2803ed26880d4c2bf78db77f8db42f5b192495a5d9ef2 0.75 MB 1,692 34
384,615 384,615 00000000000000000725593aadec7518dcef87d192a850fdddfa8eb1d88539fc 1.00 MB 2,376 37
384,614 384,614 000000000000000000d65d9f2f572cbed99d2617c123c6a2fe3b4d71fb1b0852 0.64 MB 1,044 30
Previous 10 blocks ↓
Total Size: 775.92 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,401.62 GB sent, 128.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.