Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,569 transactions (0.48 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
912,009 000000000000000000022b910000000000000000000000000000000000000000 0.48 vMB 1,559 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,008 (882,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,676 29,676 00000000a4c68171ca149993073ebfbb49eb37e993a1d7f59ade42db18a27dd5 0.00 MB 1 0
29,675 29,675 00000000ecfb52c0b6f14805692bc327c39d41f44e45558ba614a948b70b856a 0.00 MB 1 0
29,674 29,674 000000006b18f5529510b9e0734e5e0d301307159a4cb03206d0f385d918cff9 0.00 MB 1 0
29,673 29,673 0000000013c7b7e927fcf3741a3eab92126f147e1687a849676be2b615a2cb27 0.00 MB 1 0
29,672 29,672 000000007a85635eb6993dc03a3093d24c37b64e44cdd05bbc94e5a0de0e062a 0.00 MB 1 0
29,671 29,671 00000000ddef86d4b9fe3d53253b7737e8d631f483b900650f1a14a5c29e27b0 0.00 MB 1 0
29,670 29,670 00000000778a25d4ee41a68e76799d95401c49b6e99728db55055c7c9c313b5d 0.00 MB 1 0
29,669 29,669 000000003304e23667aff29c684f1634308ca1e1dc42b2df5925d1da9105e0c2 0.00 MB 1 0
29,668 29,668 0000000061009146fe8892cf2fa0771adafbba6a07a6591e57d955d0d130b89c 0.00 MB 2 0
29,667 29,667 000000003bbba000d236e5f898f62c81896ca49c54e3474fff1245ea282e0df0 0.00 MB 1 0
29,666 29,666 000000006fab2ccb91163f3879d81f4ee8a9d560c25efeb00b9e187d63f12207 0.00 MB 1 0
29,665 29,665 00000000a79eeed0d69b51f10588622a4091b77db862c9345b910aba4bbf6c7f 0.00 MB 1 0
29,664 29,664 00000000afe94c578b4dc327aa64e1203283c5fd5f152ce886341766298cf523 0.04 MB 2 0
29,663 29,663 000000007da75864998b222da93fc061191ec3cb0063d42b55ee864ee8d82b60 0.00 MB 1 0
29,662 29,662 0000000027605b53116e81af763ac56baa040baa71ba553572d3700baae31ed6 0.00 MB 1 0
29,661 29,661 00000000d257032a094ef6c3df9eaf6cf9e64f23b801f8c7b69ec884e2ebecc9 0.00 MB 1 0
29,660 29,660 00000000be13ca28571ea3055ebfad64b871b50b2514527e4bdcee93edf75bac 0.00 MB 1 0
29,659 29,659 000000004535f71973d0ee2d2f11bdcfda0b29408f2b6939516cef51a8c7779c 0.00 MB 1 0
29,658 29,658 00000000198230d07e19f471e9aa9a52251be62d577779728f97ff62a4cdc8c1 0.00 MB 1 0
29,657 29,657 00000000b8a494b13aea84f8c0d9158490afe3963b32902ea69a4bc3475a029e 0.00 MB 1 0
29,656 29,656 00000000de75bca567ff56474b01651b8691b56f4e47bc4d3f784c6c91c8afcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.10 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,511.35 GB sent, 133.97 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.