Loading Tool

Explorer IconExplorer

Memory Pool

79,304 transactions
29.32 vMB
0.07286772 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt c05d197385ad7a6a17879c1c5267fb4d3661ace8127076bb6edec9e4b1b45249
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 8fe808451e367ccea97f1770193fa1b3a348ca70b982c1078d9ccc0fddced3f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01325829 BTC
Feerates: 170.94 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (483,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,812 431,812 000000000000000000650a8122d01f6e30044d38c621d435ca74b0d0645eefda 1,704 1.00/1.00 vMB 42
431,811 431,811 0000000000000000016e5c45799a5f99f2b3d9a606141c1d9ba372943caa259e 1,466 0.99/1.00 vMB 38
431,810 431,810 00000000000000000287c9cd18e560c42b0606bc432afb676f90ba52b1317748 1,518 1.00/1.00 vMB 16
431,809 431,809 0000000000000000009590ecace775584a2d88b283c8da23c94e361dbb0e954e 1,522 1.00/1.00 vMB 31
431,808 431,808 000000000000000000d2ba2b3693241858f1e9aecd5d968f9760e9c48dc22fce 2,056 1.00/1.00 vMB 47
431,807 431,807 0000000000000000033ccd1440c52155513df3327e0c98d642dddf62aa39089e 487 0.29/1.00 vMB 50
431,806 431,806 0000000000000000025d005358527f138a5a7e07cb3153f14c14911f949486df 1,981 1.00/1.00 vMB 50
431,805 431,805 00000000000000000088a53a55e11c0b0833652a9082c98b528ed99e5b527e08 1,185 1.00/1.00 vMB 26
431,804 431,804 000000000000000000b53736435f32fa767f2f692d6066e6d976ce8c87caac8b 1,630 1.00/1.00 vMB 38
431,803 431,803 000000000000000002eef49c835adaa334b883b99f9cf07c796312e50e383e05 2,157 1.00/1.00 vMB 41
431,802 431,802 00000000000000000186b8989f114a3845987e590f090a4e0ca95b29c89cbcb8 1,474 0.75/1.00 vMB 50
431,801 431,801 000000000000000003a246ec5ecc298d1685086443c714cc387c34a1967d5ac5 2,462 1.00/1.00 vMB 56
431,800 431,800 0000000000000000042fa0bd40ac502d4552c3684d1057c1ddfb44013934a5ad 2,115 1.00/1.00 vMB 57
431,799 431,799 000000000000000003273735f134d4f6e7f8655502da322bd8c50a666fe3054d 1,921 1.00/1.00 vMB 57
431,798 431,798 000000000000000003cb16632c9b79b0b6096affe2ff116bb02c47b4ed5a222d 2,213 1.00/1.00 vMB 66
431,797 431,797 000000000000000002b1548b2c53d98c0bb6dfeabd48530ae41901fdeb76856e 2,797 1.00/1.00 vMB 78
431,796 431,796 0000000000000000040806b8ac1cc5ac116aab85449fabff7efeb2e2d5876441 2,304 1.00/1.00 vMB 69
431,795 431,795 0000000000000000048c96bff1f3d151312c646adf22bfdb653cec6471eabfc9 2,198 1.00/1.00 vMB 49
431,794 431,794 000000000000000000d44dd8ce8792d2ca5afc0fa7a20c44b731786df2fc1745 2,158 1.00/1.00 vMB 60
431,793 431,793 0000000000000000043fa8dbfa895a85d080afff31ea5c2cba74da54ebaf47e5 2,396 1.00/1.00 vMB 65
431,792 431,792 000000000000000002e2efa8e5b2dcf4feaf08a0ca908b3fb1e9e6e88c18787b 2,608 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.