Loading Tool

Explorer IconExplorer

Memory Pool

40,705 transactions
29.05 vMB
0.09353203 BTC
Random Selection Loading Transactions
Max Size: 147.75/200 MB

Candidate Block

Mining Attempt 4f0117e72f16c71ebd18b33b9356a22b43d08bf3b13b795607a010ab2a5ecf72
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root 5494ad1f3a8a7fa26b36e100710aeefc5cddb406a2006dec00c27380a0282bf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,578
Size: 1.00 vMB
Total Fees: 0.03694546 BTC
Feerates: 101.64 > 3.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (150,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,639 763,639 00000000000000000001e410605cda9e1c91c1340d5b501ed9a2237f83be3c4e 2,708 1.00/1.00 vMB 40
763,638 763,638 00000000000000000004f29170cccd7e74f11fecfe9421bff7de3328f2b5aa81 2,329 1.00/1.00 vMB 55
763,637 763,637 00000000000000000006ab7a75a186b3f237a6641c438822aec7fd8602b667f4 2,867 1.00/1.00 vMB 40
763,636 763,636 000000000000000000064e5fa71cf982ff47ccb8558c90cdf39eff2f401791e8 3,210 1.00/1.00 vMB 45
763,635 763,635 0000000000000000000724220118ca2fc3283f1c96e2ea50d9f746d2e7091cd0 3,295 1.00/1.00 vMB 35
763,634 763,634 00000000000000000004d963c5e5fd866d41d462e3f46e37c3338018d648d9d1 2,487 1.00/1.00 vMB 38
763,633 763,633 00000000000000000003dcec347fe7b6b2f9d49b8cd4bed63d0bd8014f74e815 2,614 1.00/1.00 vMB 41
763,632 763,632 00000000000000000004eea52ca7439e0b18d1094234b1234a03f69ca9e3b1e4 2,111 1.00/1.00 vMB 43
763,631 763,631 00000000000000000005157884f66bfca439a3032579ae6f991869bca33e4f10 2,865 1.00/1.00 vMB 59
763,630 763,630 000000000000000000000c48bc95733dc34704b08b4bdac14e5aee0a2ee00dfe 3,502 1.00/1.00 vMB 38
763,629 763,629 00000000000000000003bc30fe7a6600643042a6df8fc871eae92f5a2fcaa22d 3,390 1.00/1.00 vMB 33
763,628 763,628 00000000000000000002baef92ea244e71636a6c477846637476f80effc48a86 3,198 1.00/1.00 vMB 43
763,627 763,627 00000000000000000005a28ac5a417b05c0bc67178e409d76181d082d06bd7d4 2,191 1.00/1.00 vMB 41
763,626 763,626 0000000000000000000534cc2d95cdf8b48e553fa61d254450fd39121fe56cd0 171 1.00/1.00 vMB 13
763,625 763,625 00000000000000000001e97b1cd5897d1ce1e4fffa15279b26116e9e71a4cf02 1,990 1.00/1.00 vMB 25
763,624 763,624 000000000000000000024c52730c967e222314c064b38e3f4f9b22005ffc04a4 271 1.00/1.00 vMB 14
763,623 763,623 000000000000000000031aa93da0f1b7c694b40f3dc97f575d5f0577f901533f 2,936 1.00/1.00 vMB 29
763,622 763,622 000000000000000000017e9a0a41acadcfb489c294d6ce8c7eebbf5a1e212b5e 305 1.00/1.00 vMB 15
763,621 763,621 000000000000000000068135c3a62345bac5d8c1b11b0f9867c9dc01bb36010a 791 1.00/1.00 vMB 17
763,620 763,620 000000000000000000041dd74f1b1c6aee881e5003cd433cd2ef0dba2443f062 3,321 1.00/1.00 vMB 24
763,619 763,619 000000000000000000002195eba1bb2c840304572849963600fd49621f52282b 3,365 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.41 GB
    • Received: 11.64 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.