Loading Tool

Explorer IconExplorer

Memory Pool

81,928 transactions
31.65 vMB
0.10556899 BTC
Random Selection Loading Transactions
Max Size: 189.75/200 MB

Candidate Block

Mining Attempt 7456800d711d19cfb0bdbd92320a43177c0f2e8b13359468618035f9f5653ccc
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 6a53c89de48b53997c2aa6e8f2fa2257b8311f19ad4065a2cb24be2cd4907983
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,703
Size: 1.00 vMB
Total Fees: 0.02296972 BTC
Feerates: 99.50 > 2.30 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (438,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,931 476,931 000000000000000000c7678ca520e6ba264f4316ed2865149ec39eddb4ddef46 1,179 1.00/1.00 vMB 91
476,930 476,930 000000000000000000b780156b1baa42cade26673cf7b0c3d2dd9d78b11f4340 1,390 1.00/1.00 vMB 68
476,929 476,929 0000000000000000008df14184fd30fb2f1525c82b91c414787708e6c29d314d 1,501 1.00/1.00 vMB 128
476,928 476,928 0000000000000000003c93326bb16c167d9a75c9fb3b7fb1e472ebfc4fc5ab3e 1,791 1.00/1.00 vMB 79
476,927 476,927 0000000000000000002612b41766768c805fe86effc11e80edea82c539a217c5 1,985 1.00/1.00 vMB 219
476,926 476,926 00000000000000000025b8ebea5b60b8b2350396ecc1fe2f2637e358847bc167 688 1.00/1.00 vMB 37
476,925 476,925 000000000000000000d415e4a80130fbf16fe1e1967c14e379b73bc70794b2c0 2,350 1.00/1.00 vMB 166
476,924 476,924 000000000000000000d5d0ec78cb78fc17c8d48d6cd66ae4800e024bd78ab2d5 1,508 1.00/1.00 vMB 61
476,923 476,923 000000000000000000ce2884c0e44301d3ec524f7264b755bd5d424d3d705a58 2,308 1.00/1.00 vMB 106
476,922 476,922 0000000000000000011e79cb7bb9ede80986ab0412de6ebf405167a9e75f0603 2,060 1.00/1.00 vMB 179
476,921 476,921 000000000000000000f39ba7c127ac647881e6156f218489fc1cc5a910781071 2,942 1.00/1.00 vMB 110
476,920 476,920 00000000000000000008febedb02b364d85b2b59d8ff05a835e935afad339925 1,998 1.00/1.00 vMB 82
476,919 476,919 000000000000000000e0e68d0d7085663a3d119cfd50c0e8d65c9ab94fa58c64 1,552 1.00/1.00 vMB 148
476,918 476,918 000000000000000000ec99a1892d7804be8ede15aca3fd19e97e4caff4bee6ae 1,891 1.00/1.00 vMB 57
476,917 476,917 000000000000000000079e9b64af0bf810a3fac0133f363f2bdd27145534513b 1,969 1.00/1.00 vMB 180
476,916 476,916 0000000000000000011d97df99e0f46cec260aa809a1412947007cc4005db6fe 1,825 1.00/1.00 vMB 88
476,915 476,915 000000000000000000975bdecf42272b731c2f13c7af99c31eea7e4b6eceae4c 1,579 0.99/1.00 vMB 208
476,914 476,914 00000000000000000144cc4978492db314b8f67dc743783cd226952feac9e22a 1,606 1.00/1.00 vMB 89
476,913 476,913 000000000000000000ec335d31f6456b2ee59afaa5c0793b844081e27645b98a 1,755 1.00/1.00 vMB 235
476,912 476,912 000000000000000000e612d5e38cfeb0186d195099edd53bdd67ca033bda56a9 1,914 1.00/1.00 vMB 53
476,911 476,911 0000000000000000009b948e9b6900b36a4eb03c4411f65f999f63552d640db5 1,763 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.