Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,920 transactions (3.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,869 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (874,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
35,989 35,989 000000000f2d3de5dd18585cc99858e124e29bc1c6fa78e3efd0a1b36be02106 0.00 MB 1 0
35,988 35,988 000000006cfebe08408f8ab44b13a7711d72026467371e755a90e3e343ea24f6 0.00 MB 1 0
35,987 35,987 00000000576c09068c0d2434d68331df95a93edc8406dd9472a56016bbe7f6ea 0.00 MB 1 0
35,986 35,986 000000004c8b92f1217bd36533e8e858ce70270f3275bbc30c831c51d89f9b38 0.00 MB 1 0
35,985 35,985 00000000a9d97a46ab7c647c35c171183c3cc54fb68a1bfca49f2b7f36fbd1b4 0.00 MB 1 0
35,984 35,984 0000000035108717c307c2dd4be1a6c2ec76506579418d19f2ce524ddd927bf2 0.00 MB 1 0
35,983 35,983 00000000ac5152f4507c8903d9c768145ab67ad26cffb2a6064fd7095491a36f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 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,275.93 GB sent, 121.38 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.