Loading Tool

Explorer IconExplorer

Memory Pool

85,648 transactions
33.24 vMB
0.16556945 BTC
Random Selection Loading Transactions
Max Size: 197.60/200 MB

Candidate Block

Mining Attempt ce58e5323f72d85ddaadc023af9faafa4b128bd3205b60612e88ab3fb33f537b
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0c59bc40e6428ffc8482a6f5b8bea5d0a63b7935ac8584646b4f1dbe3207f394
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.05072515 BTC
Feerates: 318.30 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (438,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
476,910 476,910 000000000000000000763d82d396e5242910244b86743a4cf8c34456d6727d87 1,820 1.00/1.00 vMB 53
476,909 476,909 00000000000000000158ec5279264fdca3ff321af81653d87e83d05a5bc0365b 1,751 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.