Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,853 transactions (1.43 vMB)

Priority:

  • 1 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
912,031 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,678 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,030 (99,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,830 812,830 0000000000000000000201544ea76f0e30653b9076d9c22317d29eb5fa64afc3 1.43 MB 871 6
812,829 812,829 0000000000000000000232b34a90c7b598f606c046621123222d2dbb96033f85 2.08 MB 745 1
812,828 812,828 00000000000000000002d8d2f37ac4139e4dc1e63231c0e8d72972cdc855e9af 1.54 MB 1,480 11
812,827 812,827 000000000000000000032af64177b40a42f4190aae22e1a8576da3072db1c736 1.46 MB 1,855 11
812,826 812,826 00000000000000000002d475aafb3427428a4ac7a8fc96ca71f3f4866b2d5d56 1.43 MB 1,463 10
812,825 812,825 00000000000000000002da19029a4974b42509e77438b346e0112968b518e53a 2.07 MB 395 2
812,824 812,824 0000000000000000000162817cc623896ca4fff349519dad71fb9f057d13d1f1 1.55 MB 1,753 11
812,823 812,823 0000000000000000000320edd7ce24913d17411bf461da50a340156f5201c0a8 1.85 MB 605 3
812,822 812,822 000000000000000000046c2f9d2114f5cd55c81061c654ff2de95d61775d8ef0 1.87 MB 1,007 3
812,821 812,821 0000000000000000000478f4012ae3fd15df54f3e39633a61c6a207ce7e84149 1.47 MB 1,173 8
812,820 812,820 00000000000000000003a0b91a403de78bfab0f00e0852ea32e741413f916cca 1.68 MB 1,792 4
812,819 812,819 000000000000000000016fea60b0d98a5a5c52343806538290c2c1fe121074c8 1.50 MB 1,902 11
812,818 812,818 00000000000000000003a1c3bb6ed6c65b691a9893f8806b68eeb183dd721b1c 1.44 MB 2,623 17
812,817 812,817 000000000000000000003dba867f2b98921d51e2a3497c481398b6531707f67e 1.80 MB 1,374 5
812,816 812,816 00000000000000000000124c152c9bc1350f7612ee14c3da5095b9da288dbdd9 1.52 MB 3,164 21
812,815 812,815 000000000000000000024a452dba3bd7a4b4b4a1814943174f03f8ac509e61e0 2.35 MB 914 2
812,814 812,814 0000000000000000000142ca9cd93341ca93baba2ad394b7db7021b951f6e00b 1.51 MB 969 5
812,813 812,813 000000000000000000015dc2d91a7f3a3203b04c1f5107d15c73c07b4ecbc320 1.59 MB 1,634 8
812,812 812,812 00000000000000000002f20236806312d8a14093b84d053ae64d4a2afa190e40 1.68 MB 1,454 9
812,811 812,811 000000000000000000030edc9feb8c188e069bb8a40029823993ff46f5c3a7c5 1.49 MB 2,342 16
812,810 812,810 00000000000000000003836121b0d932d1793ccf51f2b3ca8b038d092f6d904b 1.72 MB 1,235 8
Previous 10 blocks ↓
Total Size: 777.14 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,520.81 GB sent, 134.14 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.