Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,287 transactions (1.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,960 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,430 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,959 (214,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
697,749 697,749 0000000000000000000754ec997b009eec2fc4bfc31512cd0f23e9010d27048f 0.03 MB 64 4
697,748 697,748 00000000000000000003f267ced4a0645ed8fc7f8b057f6d577de232abc8a921 0.94 MB 1,915 7
697,747 697,747 0000000000000000000db15f492ffedbe406b030e947755004a794bd440fa6fc 1.40 MB 3,382 14
697,746 697,746 000000000000000000076dcc751a31477cc0314c920aed62b3f11ba1aa60eed1 0.62 MB 1,266 14
697,745 697,745 00000000000000000006376d6b4072c91afb8fe635bfddd83817a28d5794a0bd 0.41 MB 657 10
697,744 697,744 0000000000000000000399322f5ded846a5c1d6c637101933aa9b8b51010762d 0.13 MB 221 9
697,743 697,743 0000000000000000000728afb34e1bf016f8f3ec58b82ec270697508c4e1c081 0.29 MB 588 13
697,742 697,742 00000000000000000000a71dffcb69c0372b7d0acbe8c40ff620963b1a804d58 0.43 MB 549 8
697,741 697,741 0000000000000000000fac16f36bf165db3a5196f7557fb89e8fcc67d0f2ed70 0.03 MB 54 8
697,740 697,740 0000000000000000000bee89a6387da5fa6fe4ad7e9d1f18bb6381b2ee9fc402 0.73 MB 1,368 9
697,739 697,739 00000000000000000003c105cba4b7a4da914bf6ac719584cf4eace7d3337503 1.66 MB 844 2
697,738 697,738 0000000000000000000cf5d6079d0d89fc3eab7b9588ed02d6b73bb11d06ac5d 1.44 MB 2,862 12
697,737 697,737 0000000000000000000e168087a3e6e24e54d91c768c1d952f5f543ade6fd84a 1.46 MB 2,313 11
697,736 697,736 000000000000000000094c4259067533f41d9b427f333ce80c87e44855882cc7 0.50 MB 298 2
697,735 697,735 00000000000000000008bbfee41d12b914ba0d4386de8f0ef19b92edafe20fa7 0.96 MB 1,345 9
697,734 697,734 0000000000000000000d33eb44944608556fba99cc0e628e64ef085a8a17bc5f 1.16 MB 2,400 11
697,733 697,733 0000000000000000000999cdeeda49f07eb9808bb207fc67ce556272a0f4655d 0.03 MB 88 9
697,732 697,732 000000000000000000031213d7651f43e8a910c6cac5a3bc3f8c4e77174ac400 0.83 MB 1,590 9
697,731 697,731 0000000000000000000e65163f02afa10157ad9d9062a4d99ad65d4c870997b9 0.04 MB 72 7
697,730 697,730 0000000000000000000297f2a793d0b4a0dd4a7ee69ae26db3f5566ba06b5b36 0.74 MB 1,460 14
697,729 697,729 0000000000000000000210036fd22343443453f4c2f84618caa7fc6107674021 0.82 MB 1,589 12
Previous 10 blocks ↓
Total Size: 777.01 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,497.56 GB sent, 133.50 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.