Loading Tool

Explorer IconExplorer

Memory Pool

38,195 transactions
26.07 vMB
0.07832435 BTC
Random Selection Loading Transactions
Max Size: 135.08/200 MB

Candidate Block

Mining Attempt 2b4401079c5ffae5a32aba0eaa500a997269b129cff4453a952aab22f221d72c
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 1a6e012d45d0a5ace06dd45712d4e25f8fea60ae1c71ef62d9f3fc84649ae569
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.03077839 BTC
Feerates: 101.64 > 3.08 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (326,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,854 588,854 00000000000000000005a23749d0b7492d1ee3d4852d734ce8eee9cdbcdc76ae 1,742 0.96/1.00 vMB 3
588,853 588,853 0000000000000000000ca481fd9ad9bea64f53178474ea54a7959d51125b77a2 2,797 1.00/1.00 vMB 31
588,852 588,852 0000000000000000001997d1bb1817cbba7d9a3e99a4c0b969b518ca3f113d62 2,839 1.00/1.00 vMB 48
588,851 588,851 00000000000000000006c1f5327df55b508173b1806680be5a87ca7b09be7b90 639 0.22/1.00 vMB 43
588,850 588,850 0000000000000000000dcf68a31fbe95389532eee1111d6c52abe70fc1a61b97 2,043 0.72/1.00 vMB 25
588,849 588,849 0000000000000000000f6a1d6d7f0f810900667f28a84d2f5bd0f87d71479d61 828 0.26/1.00 vMB 23
588,848 588,848 00000000000000000003fa3bb89a2c7da75c209b24c00f85d44dff501e28bfe3 1,811 0.65/1.00 vMB 27
588,847 588,847 000000000000000000043d486136b45090be30ce9596d515e0b5d5ed71ecc3c2 826 0.27/1.00 vMB 28
588,846 588,846 0000000000000000000366188451607474ac343fff7e5dadda9e23b0e228b3c7 936 0.32/1.00 vMB 31
588,845 588,845 0000000000000000000633bf2149ff7e349259bd764940d981521ef7e17cd3ac 1,999 0.90/1.00 vMB 9
588,844 588,844 0000000000000000000902da2ca7e5ff299e4707dd9de5ec68bb048fca41feb4 2,564 1.00/1.00 vMB 35
588,843 588,843 0000000000000000000341876c425b68853f4d37e72cc99105498a2022cd09c4 2,777 1.00/1.00 vMB 32
588,842 588,842 00000000000000000000d2c14cd775ea1e9f67bdf3e1e8b42aabbe1ecc39e3dd 2,578 1.00/1.00 vMB 43
588,841 588,841 00000000000000000011572d9b3428d4c17e782d90d62ad358bcc5c846494cd2 447 0.14/1.00 vMB 35
588,840 588,840 0000000000000000000f9830cc5ae0127e7d4c80f613d1a8412b375aab1b3ef3 2,652 1.00/1.00 vMB 25
588,839 588,839 000000000000000000128de2fc3eab6f1705873cae3849f25691870393440933 2,374 0.88/1.00 vMB 14
588,838 588,838 000000000000000000104d46afda75aedbe1c9034ef25d79d245802a64df34a3 2,524 1.00/1.00 vMB 21
588,837 588,837 00000000000000000009ec6719886f6ff82d9c5f6646f97efcf6d483e9618148 2,285 1.00/1.00 vMB 44
588,836 588,836 00000000000000000011d3418622cd1f9a410434eb1d3996febbc86b4a7d52b1 1,098 0.35/1.00 vMB 23
588,835 588,835 0000000000000000001bcef068c61e3ee742bc4c4f6f750d4f9c876d132c36f8 633 0.28/1.00 vMB 25
588,834 588,834 0000000000000000001066550f6a0c3d7299b83471280be1c3e31597b37d102a 1,510 0.74/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.53 GB
    • Received: 14.14 GB
  • Uptime:

Notes

  • 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.