Loading Tool

Explorer IconExplorer

Memory Pool

46,119 transactions
28.54 vMB
0.07637661 BTC
Random Selection Loading Transactions
Max Size: 151.71/200 MB

Candidate Block

Mining Attempt c0534d96e7ecdd63e1fbf78f3c6d94d50a0271a0b275b3e8f919d331882ece0a
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 8eb3f32d5510dbb9ed3b2e388cd9e076243b0b3b622f86a19217fcc3d4752318
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.02230449 BTC
Feerates: 100.23 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (120,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,000 794,000 000000000000000000041a6f8136a9755dbf9f55a1c44757073eb1065db20b0a 2,195 1.00/1.00 vMB 10
793,999 793,999 00000000000000000000a32e4e8bd97e5f05236c20928b6593cce29da25fd5c7 2,166 1.00/1.00 vMB 24
793,998 793,998 0000000000000000000035bb15080ca544a00963c5bb81f8309b72e9449799c7 3,241 1.00/1.00 vMB 39
793,997 793,997 00000000000000000002344f932399604385aae83a2504908b86f7fbfe146b0d 2,100 1.00/1.00 vMB 21
793,996 793,996 000000000000000000028696c99c1debc6b67dd17de07ee46754adc0c3b27232 6,161 1.00/1.00 vMB 10
793,995 793,995 00000000000000000004ae610816b0317e3a4bf6005b520aea7b8de902f94933 336 1.00/1.00 vMB 10
793,994 793,994 00000000000000000001626ae99959ca8591a50be758bd6a57b65a65ea11c4a4 694 1.00/1.00 vMB 11
793,993 793,993 000000000000000000045ca4f20193d17ea8348e02a4a992f4ca49412399af7c 1,963 1.00/1.00 vMB 15
793,992 793,992 00000000000000000004d109801e504a2badeb97449f8a69250792cff4972b73 4,061 1.00/1.00 vMB 12
793,991 793,991 000000000000000000042d7959f44b50d0ab3e24c80133768d4b6c6f3112606c 1,601 1.00/1.00 vMB 14
793,990 793,990 00000000000000000005266cfb03dc10671b92dbaf0ab5da075fbe51681118a9 2,190 1.00/1.00 vMB 17
793,989 793,989 00000000000000000001bc86694c921a1ad2a200c7d6dcdad8c3c0d7e850a9a1 2,342 1.00/1.00 vMB 27
793,988 793,988 0000000000000000000010ab4daac815883fd7d283b4828ad6d7b208e9235682 1,737 1.00/1.00 vMB 26
793,987 793,987 0000000000000000000346bd3aa6719817c258f3ec7a2ad99378719be6bd1001 1,777 1.00/1.00 vMB 16
793,986 793,986 000000000000000000006f29d9c5956b0238ce1d6a8726a1ec68a972e34e72d6 2,666 1.00/1.00 vMB 35
793,985 793,985 0000000000000000000373be7e94b298143b15e03b4ac811901c2d9b1e64b0f8 2,294 1.00/1.00 vMB 29
793,984 793,984 00000000000000000003c15fbb5e8647d317d7e9e66d894e3cbf1597512aef34 2,095 1.00/1.00 vMB 14
793,983 793,983 0000000000000000000212b1e65eff55d4ac5c4b60e215337ec53684b8a349da 2,276 1.00/1.00 vMB 14
793,982 793,982 00000000000000000004c8752d692f27bba0234f4f2717e7b6117a10e5453fb9 2,387 1.00/1.00 vMB 15
793,981 793,981 00000000000000000004f5bdf7b13335c2c5d323942d93ed6da2b3f7dc5ed630 1,691 1.00/1.00 vMB 16
793,980 793,980 00000000000000000004fb803b71ea5263ebc937808076816a0607748949e268 1,752 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.