Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,312 transactions (1.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,787 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,142 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,786 (116,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,886 794,886 00000000000000000004f4293334396ccebb85d916e108175a257d89a29c36cb 3.50 MB 751 14
794,885 794,885 00000000000000000000f5f6eee7d3e2fb796ca52b539461d152608dbf33fad4 2.53 MB 1,235 19
794,884 794,884 0000000000000000000467b6ce04cd85c54078cdcd6e16ef1e35c5d6419cf849 2.74 MB 1,466 17
794,883 794,883 00000000000000000003b6e3749ddba7f425e7bbff5c471f4ee3e4dc0a4d627f 3.10 MB 1,440 17
794,882 794,882 00000000000000000001be602b6ec74086d766f923082852ee7dbdcdfc734dd8 1.91 MB 2,561 22
794,881 794,881 000000000000000000011c2f9ef38ffaaf28a46dec1c389a3c9d5e2f95e3c42c 2.09 MB 2,562 21
794,880 794,880 000000000000000000037f1ab483a04742a7444bffad107a263c5b6b798c06d1 3.17 MB 2,277 14
794,879 794,879 000000000000000000034caf564e02fdfe778d5d1b2db080927e3436164601a0 2.02 MB 2,542 22
794,878 794,878 00000000000000000002b8b2df95eb2b9692ece96fbdf6952869e81c06b027d5 3.08 MB 1,671 16
794,877 794,877 00000000000000000001f816e277e0ccb1e07d769c452c1c99ee7aeefc62b91e 3.46 MB 602 14
794,876 794,876 000000000000000000001d30de62f7e7a1f21791ab453bc081395e21c566861b 3.52 MB 745 14
794,875 794,875 000000000000000000053513491215f5c2404dff1d4b1d033f8bbd198d887199 3.39 MB 1,384 15
794,874 794,874 00000000000000000003ccdde3b50c4ec704355a1f1d349b9fca2a7f0ed6bfff 1.92 MB 3,266 23
794,873 794,873 0000000000000000000059327a0d2e15c3315140fdb20cf591d901797b18c2a4 2.80 MB 2,895 14
794,872 794,872 00000000000000000001d833fdfbac7dd00c2317a60ad3e7f25af8b7fc8e1820 1.67 MB 2,443 16
794,871 794,871 00000000000000000002c72f5bc7570231f5d2f3dfa911647148d51542a65b88 1.67 MB 2,478 21
794,870 794,870 00000000000000000001a5233a0b1a9c068680640af1360e860c1e2521bc6fb1 1.68 MB 3,518 26
794,869 794,869 00000000000000000005405cd3a2573174e7eb60abf2732c800b49d959891ecd 1.46 MB 3,143 43
794,868 794,868 000000000000000000046944f397899b6dd1f93cfae7d15bb10a1ea8347a02b7 1.84 MB 2,877 19
794,867 794,867 000000000000000000011c27ce81199b4627b62decbeec0f358bcfe3f3befe21 1.74 MB 3,370 26
794,866 794,866 000000000000000000033b8d674813767b2d1a7f6bb0568bdbdebd2273b08647 3.52 MB 1,143 13
Previous 10 blocks ↓
Total Size: 776.69 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,442.17 GB sent, 132.02 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.