Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,097 transactions (4.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,625 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,075 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,624 (874,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,010 36,010 00000000a40766b378cc4419e839450a88b6aa4b683484d8a0cba9e8986c0a47 0.00 MB 1 0
36,009 36,009 0000000058002b9005b1b9ae301da85f931140847564b91f813809c1204bc911 0.00 MB 1 0
36,008 36,008 0000000045724b981d2a52eed6ece777bd71d6bf0386cb78f9835d612ed14679 0.00 MB 1 0
36,007 36,007 000000002ac520c563c47ca31569b8aa0958c39d22c66edf3c504566820becea 0.00 MB 1 0
36,006 36,006 000000004231841dbebcb0ad7796fd43913a39173fc73781a22b9abeb85637ef 0.00 MB 1 0
36,005 36,005 0000000023e7ed5aed413ce5709e5677bf21c2678e610e7ab915e801e34b8538 0.00 MB 1 0
36,004 36,004 00000000781d563f89ea07b8bd9e6991add571aa6acc1a9a7cb847d3c6e0b95b 0.00 MB 1 0
36,003 36,003 00000000270054ca01e5a0a00665ccec1846d767364f96949813cfa9bbab6de4 0.00 MB 1 0
36,002 36,002 000000004741dffb191e7b79af8014f852d62aba136a5121ede4e40279054b11 0.00 MB 1 0
36,001 36,001 00000000351f0ae03b547ed0f9eb5e92f6cf6870aedf92e31487465e52d56af4 0.00 MB 1 0
36,000 36,000 0000000080c3deea35dc3df90a5fbe5f27db52f5e01018ae7d62f8b454c71335 0.00 MB 1 0
35,999 35,999 000000000584443200dee61474ac429b682af7411d745e4b5d3a8fb12dc4daa8 0.00 MB 1 0
35,998 35,998 00000000c2c67c493f5308f3613238e683289783ef5fbf30cf82eee56773875c 0.00 MB 1 0
35,997 35,997 000000009c7b494f960d3b81e2cadb1fba1ea616b8f23e89dbc5933c83e958d6 0.00 MB 1 0
35,996 35,996 000000000cf6c4f2695ccb33a1d60aa6a9573e87278a3bae1437890ee717cc3c 0.00 MB 1 0
35,995 35,995 000000008a538fda0eba89ac4999cb0b58b2404076bbe8ab9b9882f1865564d4 0.00 MB 1 0
35,994 35,994 00000000abdf78b14dd2fddcb3a96c2df3f1d1f7f6166b75ba773c6d556e138c 0.00 MB 1 0
35,993 35,993 000000004f566e34c98b6639cbe8f0d66615181e5df1974101f94b6205829344 0.00 MB 1 0
35,992 35,992 00000000999c3f0fe8769e029b57cf94e95d50e7485603ea8971eb01b20ac820 0.00 MB 3 0
35,991 35,991 0000000022619a1211ed4a410f9192a52d248fdf303238a12875faa9cea1afe8 0.00 MB 1 0
35,990 35,990 000000003bbfd69b980374afb4808faefb2185c55db3c12d5862fbdbb7a19d34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.74 GB sent, 121.24 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.