Loading Tool

Explorer IconExplorer

Memory Pool

39,889 transactions
26.26 vMB
0.05431920 BTC
Random Selection Loading Transactions
Max Size: 137.04/200 MB

Candidate Block

Mining Attempt ef860bbf9521c64f864d78ef0c59d77d9d6c2291e775351714b94805a094dbf5
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 2e84e611409f8553f0c8aa18f2f3dc8ce6e8bd6158d4cad87f3336f8108dae41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.00511644 BTC
Feerates: 100.00 > 0.51 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (138,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,993 775,993 00000000000000000005a8ff753b6755d85a05d80def0dd52d7ed496e2e34cb7 1,596 1.00/1.00 vMB 6
775,992 775,992 0000000000000000000642bd96ec2b9eb9e66aa0bf7e6c86e6eeb6034159d179 2,705 1.00/1.00 vMB 23
775,991 775,991 0000000000000000000208982b8d6e4aaf086bc3944ef1bf531056f550ebf728 2,322 1.00/1.00 vMB 7
775,990 775,990 00000000000000000006605cd5c877d66a981ec23133ebf9e396827467b1a2e3 1,587 1.00/1.00 vMB 13
775,989 775,989 000000000000000000050d59645e1d5b32ccf36ef80ce07be73eea6a290bc431 716 1.00/1.00 vMB 7
775,988 775,988 00000000000000000001d0dd73690b7083ca2c9bf7c57a5e5e31ef20f2e818b6 679 1.00/1.00 vMB 8
775,987 775,987 000000000000000000035e831a431eff59dd6be0cc1aed2743143b9d89f2e27a 2,165 1.00/1.00 vMB 16
775,986 775,986 000000000000000000017c7120ddbcae898330ea40a517f3437a6c27b942c07a 2,529 1.00/1.00 vMB 24
775,985 775,985 000000000000000000020bb0de2d4e16784b76f9379a488531e328313eb75ea1 1,920 1.00/1.00 vMB 25
775,984 775,984 0000000000000000000210a81e563a1c22edfcbd6fb288c28ab85b6099149b93 791 1.00/1.00 vMB 9
775,983 775,983 00000000000000000002a97e78011377f4de76b34e6d98a9b40ec8b252475737 1,660 1.00/1.00 vMB 13
775,982 775,982 0000000000000000000417c5792bc6ef4db64bad1e960c0d43f0986825077206 1,872 1.00/1.00 vMB 17
775,981 775,981 00000000000000000006bcc24248bf2b4d1e44d2d663d274c6b6d93e4a3cf5d4 1,463 1.00/1.00 vMB 16
775,980 775,980 0000000000000000000123e8a5d29d5cb31abf4626bb377deb7cfe4a02d364c8 769 1.00/1.00 vMB 12
775,979 775,979 0000000000000000000618992e9d475398f42cbaae0182ac2ba7219deada4b05 1,516 1.00/1.00 vMB 15
775,978 775,978 000000000000000000033da6a3238ab5ffcf743f5219810a1f1e31e5a6a8450d 1,747 1.00/1.00 vMB 15
775,977 775,977 0000000000000000000404e27e14aceba02e8ac0267bd7c9ac7b2d9c157d820b 1,706 1.00/1.00 vMB 15
775,976 775,976 0000000000000000000643aa97dcb2041f34d61bfa163541f2eb0124631dbccc 1,470 1.00/1.00 vMB 19
775,975 775,975 00000000000000000005d5b16a44d8416043ad66029db567f7c31167177fc914 2,238 1.00/1.00 vMB 29
775,974 775,974 0000000000000000000358847f282cb8c7141b0735d5482b68e11433db5ace28 1,928 1.00/1.00 vMB 16
775,973 775,973 0000000000000000000381880edcb75a80f714f96db5ecbee59d3241d577e19b 2,237 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.