Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

680 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,200 000000000000000000022cb30000000000000000000000000000000000000000 0.24 vMB 679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,199 (870,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,820 40,820 0000000001d604661b6eb0798b6c955ea3d781e246a898864160c94d42ea581b 0.00 MB 1 0
40,819 40,819 000000002f9c126159aae466c1962d8e788ba60f4e9dac868b26e2779798c974 0.00 MB 1 0
40,818 40,818 000000000fa36cef44538a2e1075f0c6f71c942f5c73928285e0cfbaa469f129 0.00 MB 1 0
40,817 40,817 0000000060a4cd6b3df51c752f72ab026771859e2b423af9cad1824006b049f1 0.00 MB 1 0
40,816 40,816 00000000247db6113fcfe25ced8a0b33eb3adf455b8048f837e5a5500aaa10cd 0.00 MB 2 0
40,815 40,815 000000003f02f6dc97b5ce1f2393b13a840b28a2909654baaa57d28f005df019 0.00 MB 3 0
40,814 40,814 000000002881c5aa2206ac64ed889dbd844bd1432156f4cca2f937881c028d44 0.00 MB 1 0
40,813 40,813 0000000023526c84da3750487f05909c9e8465549c24e723300555f3a408692f 0.00 MB 1 0
40,812 40,812 000000000b1d16c2526b60c26e9bf61c5fee70393e161148208b10b188c8d858 0.00 MB 1 0
40,811 40,811 000000002e05d6650e58af0f9468c0975011087fcaa40ccd9c491425d9c20e88 0.00 MB 1 0
40,810 40,810 0000000036bd8e43c502813856ea301cf90cf3236937aee7e66e88aa1585d445 0.00 MB 1 0
40,809 40,809 0000000046996c5392ce401ecd5c46c5154a59288cd1d3337f3d75910bc155ae 0.00 MB 1 0
40,808 40,808 000000000671609067e82b19beb19c55d64044c8fa3b3aebf99db2ed98eee114 0.00 MB 1 0
40,807 40,807 000000000581c894537295a7421a908424ba329eac979ce9192e9aa0687d65da 0.00 MB 1 0
40,806 40,806 000000001809f30c0a341d428df37879ca5b0d895cfad57ad306aa9cbad759cc 0.00 MB 1 0
40,805 40,805 000000003e88fab09844c057df52715ebc676cd0000c8ea5e6d829180fc0215f 0.00 MB 1 0
40,804 40,804 000000004febbb22a7faf144f3d3b34fc1102ba962051d871d3e48799e39a4f3 0.00 MB 1 0
40,803 40,803 0000000054f5b16272418835da7a70c89e121e6f3c10aa055e9df543413451b7 0.00 MB 1 0
40,802 40,802 000000002a085b2155fa6913a4300040273617cad2bda604ea63be8f3fca4e47 0.00 MB 1 0
40,801 40,801 000000005928d1d8f8a3e4f99b5b23806abd468a1cab2b0fc268361ea6ce8e70 0.00 MB 1 0
40,800 40,800 0000000010f16d1f25d6999534a83b47713f117c2f320a3522d0c28afcddb4fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.62 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,377.06 GB sent, 126.87 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.