Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,774 transactions (2.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,533 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,532 (842,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,083 67,083 000000000541f341e689359933ab0324b1a5f8c78cee5391592352a5b3fc7679 0.00 MB 2 0
67,082 67,082 0000000002073c4fe410f91b30cda61d21a1bd2832c03f288ce1afa1146987ed 0.00 MB 4 0
67,081 67,081 0000000000b4f31c7b72ed06b2809d0896032b5cae5e4e6d644b6e25c6c6343a 0.00 MB 1 0
67,080 67,080 00000000058d1e67451758c96d502e4259071619c5f74133daa22cb1bd190687 0.00 MB 1 0
67,079 67,079 0000000002a72bde50c519cf64efbaa90bbd2d4afeefd948b4cf9b09fdc5dba0 0.00 MB 2 0
67,078 67,078 0000000003676253145637b8c01d690273e46e82c6dc06976dc8f74abe8374e5 0.00 MB 1 0
67,077 67,077 00000000025ecd42120bb57ad8c489d0a72cbb1a9619a338f2b80dfe0ced94b3 0.00 MB 1 0
67,076 67,076 0000000000d9a77e44b49b13ebd9877ab68f888c2797ba9bee37019ebef09658 0.00 MB 1 0
67,075 67,075 00000000040eb8a858d1593e1b5ae0fb0413911d01a764c8ae81600cd76d143d 0.00 MB 4 0
67,074 67,074 000000000133ba898f4f200bb2831c3b7764efbc73147f2a82d92e14b22d763a 0.00 MB 1 0
67,073 67,073 00000000000f8d7440dd65eaa1990531e0b8b183321b44d22abfdb8d13f320ec 0.00 MB 3 0
67,072 67,072 00000000009c542be8d8acf3f42eef0b4ef3522cb101e3ca75bafcb7fa7cc166 0.00 MB 1 0
67,071 67,071 0000000004085b772b067293e4a09c870254b55b899be1ab05e6cf8a60fc1369 0.00 MB 1 0
67,070 67,070 00000000044be0114cf25a6f76bb5d719143f0da87328e089c873988d42cebce 0.00 MB 1 0
67,069 67,069 000000000036fcc4d583f9b569a6af999d7c5ef24899c2ea557d3eb8603f6cd9 0.00 MB 4 0
67,068 67,068 0000000000a86db3ea0400fbd512d7a0dc409a7b0422c1c47e73c41b2c915c6a 0.00 MB 1 0
67,067 67,067 0000000001ea244896b90ac4bf8ddf2050b7d35eb353f7ba4aead45846f41bfb 0.00 MB 3 0
67,066 67,066 00000000004c82dbec75fda92aa852b85d1e21a6debb3c55f7521e2ff2135332 0.00 MB 4 0
67,065 67,065 000000000255d15240599dbf4940b60051e367a26e84e7b3c4d48a77b9fd7c2f 0.00 MB 3 0
67,064 67,064 00000000019ff5e2f67613134178a615aed8e6b99102ae0954fca641a14edd68 0.00 MB 2 0
67,063 67,063 0000000002fa2f29a5aa9cd2fd8b83c6a558ced64b4a6906cfbd58353ff93825 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.54 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,083.22 GB sent, 110.95 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.