Loading Tool

Explorer IconExplorer

Memory Pool

44,678 transactions
26.64 vMB
0.05961752 BTC
Random Selection Loading Transactions
Max Size: 140.97/200 MB

Candidate Block

Mining Attempt 5994aacd2cc09b4ec2f2448b51add9d5e2efef7269fb6e9fd1bad55e1bb5f8fc
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f226b65885e58dc31eeceec41269a8b16a861c9d49e99845e84777ece35a473e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,284
Size: 1.00 vMB
Total Fees: 0.01046966 BTC
Feerates: 101.72 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (340,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,733 574,733 00000000000000000024e88a20d24487082fb4986e6bd1eb532f9ca7ee0e50b4 3,189 1.00/1.00 vMB 79
574,732 574,732 0000000000000000001a4986721d7b9cf63c7b7af04e436f23fe7f70a0e3ee54 2,745 1.00/1.00 vMB 34
574,731 574,731 00000000000000000011dc58b38ec34da03de7febf18f16438715f750cd8d1ea 1,538 0.87/1.00 vMB 17
574,730 574,730 00000000000000000008399a71ca858b75c797a2e12f685064824217f94bb279 1,522 1.00/1.00 vMB 14
574,729 574,729 000000000000000000158dbef28a8300dbe82fdacb105173e3cdc4f8a68ca008 1,719 1.00/1.00 vMB 22
574,728 574,728 00000000000000000025550d5ab1b8aeb68f9eca26ea6f4516a2e06066775696 925 1.00/1.00 vMB 14
574,727 574,727 0000000000000000000130673f9aa7722d683010f5302f76bee06e6dd490fec5 2,697 1.00/1.00 vMB 31
574,726 574,726 00000000000000000022075af025f087b07ee9543b89d167150e3d7d08b981ff 3,009 1.00/1.00 vMB 24
574,725 574,725 0000000000000000000b4138b6a8a33848be26255fdaedb9145768b3e6d88a16 2,304 1.00/1.00 vMB 12
574,724 574,724 000000000000000000090f8b3718d156b12442fc2f6a0c14e081c67c76e1be47 1,901 1.00/1.00 vMB 16
574,723 574,723 000000000000000000227bf893961afdd54ac02438679391281ed9d88567e641 2,419 1.00/1.00 vMB 48
574,722 574,722 0000000000000000000bcbf4d183eb917f1d2db421c21e3dd5e74a2b32dbf3c6 1,659 1.00/1.00 vMB 29
574,721 574,721 0000000000000000001f84454d5e0ceddb4fc4ef26ac56141431ed1388e131f2 2,388 1.00/1.00 vMB 23
574,720 574,720 0000000000000000001c6a91520ace1649a53793150467a93a163d81a768804c 3,017 1.00/1.00 vMB 71
574,719 574,719 0000000000000000000e4d721e2c63d2804aa78840b31d911017e45a0fd94f23 2,652 1.00/1.00 vMB 21
574,718 574,718 00000000000000000020746507db9dd3452282c9e9ab6c7781c4e68b3e8ac3ac 3,152 1.00/1.00 vMB 71
574,717 574,717 0000000000000000001904a6c109bbb16e94ff5a3d09ae15fbb9bde8c7923e50 2,486 1.00/1.00 vMB 42
574,716 574,716 0000000000000000001b686e817b4fafe53cac1e97a1e342fdf8d34e983f0563 2,331 1.00/1.00 vMB 49
574,715 574,715 0000000000000000001cccd49ad56d5daab690e6eec9231d67132e68a9986abe 2,757 1.00/1.00 vMB 54
574,714 574,714 00000000000000000025b4887f834a4611aae328b1f292bf5a0c283b0f83adf2 2,444 1.00/1.00 vMB 66
574,713 574,713 0000000000000000002329a8653fa0e8f190744ef5c150f39f21476e97cce1cd 2,737 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.