Loading Tool

Explorer IconExplorer

Memory Pool

51,283 transactions
28.84 vMB
0.07731732 BTC
Random Selection Loading Transactions
Max Size: 155.16/200 MB

Candidate Block

Mining Attempt 842fee5ebb5f5a0048a6d9a1a46395275b4325b72fccefb4aec3b99c67caa0c8
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 3616e4f4be4a99a70127031ccefc01f699228ed833eb25f7f01a40babd9eb913
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,462
Size: 1.00 vMB
Total Fees: 0.02144325 BTC
Feerates: 122.12 > 2.15 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (338,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,991 575,991 0000000000000000001f646ae4c169d7e8083510a89bead8e35569ee168ac1a4 956 1.00/1.00 vMB 64
575,990 575,990 0000000000000000000c38b3175fea78312e00b498fa7ba9b8d9b9de78e56a17 2,362 1.00/1.00 vMB 56
575,989 575,989 00000000000000000008cdec5c617ef59f282cbc8d80eae145eff5128910458b 2,762 1.00/1.00 vMB 111
575,988 575,988 0000000000000000000af5e46891bd6b3beee2f023be36a034d8d164a10461f4 2,426 1.00/1.00 vMB 61
575,987 575,987 0000000000000000000c5453c14dc95108cc1a82d246c5b9337a52778ff26ad2 1,923 1.00/1.00 vMB 76
575,986 575,986 00000000000000000022d6e1faf7ac288da50c1439e0e83cf4d91dafb9c99b48 3,527 1.00/1.00 vMB 95
575,985 575,985 00000000000000000014943a7ce489aae3b6b07d5c25dc719a6aa2721fbb9a85 2,617 1.00/1.00 vMB 99
575,984 575,984 000000000000000000105c7b54d3bc0372c4a115c1aacfeb5d94281fdefb4d7e 1 0.00/1.00 vMB 0
575,983 575,983 00000000000000000020696cdde6261080ca2dc323f8a06eac1b89b3b216fa5c 2,690 1.00/1.00 vMB 103
575,982 575,982 000000000000000000243269ba4de99297eaa5f7abaa4f1f01359bea446cace1 2,757 1.00/1.00 vMB 135
575,981 575,981 0000000000000000001949df67dd59186b199747d43c391edefb95da96b21f02 2,795 1.00/1.00 vMB 69
575,980 575,980 00000000000000000023d65641c0df495c09f4823460951ae377464558b5148f 2,273 1.00/1.00 vMB 107
575,979 575,979 000000000000000000125489f0321db6a9907c09a193d4c1739c82f9f29d52e1 2,418 1.00/1.00 vMB 104
575,978 575,978 000000000000000000198dbc2f0be7ce99ce83b331e4a39c06cf3aa790a67da7 2,504 1.00/1.00 vMB 117
575,977 575,977 0000000000000000002640cbaf31e9fdead841b82e2a47370292ad7c63694c9c 2,205 1.00/1.00 vMB 15
575,976 575,976 0000000000000000000db66e68eec49882effd384daaac342f58da30c1c4f75f 1 0.00/1.00 vMB 0
575,975 575,975 00000000000000000025635b97bd729bdea979cc6d6939952631ee5fdcb09b1a 2,608 1.00/1.00 vMB 64
575,974 575,974 0000000000000000002409359ea0cdc4835e5a6526ac8c52422d02a174169559 2,371 1.00/1.00 vMB 112
575,973 575,973 00000000000000000014fb11c976cdcaf10b45160d041e5bd3431bafaa4d09dd 2,507 1.00/1.00 vMB 78
575,972 575,972 0000000000000000001758590000a46cea6ad968cf27dcb02c17ba6301193dfe 2,579 1.00/1.00 vMB 97
575,971 575,971 0000000000000000000404695a9c3286c7c9f2131059954fa4868bc8f81260d6 2,028 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.