Loading Tool

Explorer IconExplorer

Memory Pool

84,943 transactions
32.79 vMB
0.15178974 BTC
Random Selection Loading Transactions
Max Size: 195.67/200 MB

Candidate Block

Mining Attempt b90fd4a14f1dac9d2ef456998bb1455f44b3b7b31c6386522ba2ca5e9f055e83
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 705e3becc86de0dbce7af5d99fd1399855ab99e07fa0942da58e0f0c7fb33f62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.04676649 BTC
Feerates: 318.30 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (438,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
476,908 476,908 0000000000000000000b2cbc5d0d7edd7150d20f5f9f7128c0b8e6ea9adaef86 1,874 1.00/1.00 vMB 180
476,907 476,907 0000000000000000001902cbaf1b448bc31ceeed2ad3dc411fbec75c665cdeb6 2,045 1.00/1.00 vMB 90
476,906 476,906 0000000000000000002aef33bef2bc528e620c4ac1a86e7dee468a391ec9ac9f 1,895 1.00/1.00 vMB 155
476,905 476,905 000000000000000000b729383f8f20c6100f94c01badfa2f74532dc642e86b03 2,141 1.00/1.00 vMB 215
476,904 476,904 000000000000000000d06b29f972983adcfc5d2b894d9e16d62349cfa4c40f22 2,401 1.00/1.00 vMB 150
476,903 476,903 0000000000000000007fa84be704fa3abdff543b95ee835acff7418e6ddf814f 2,016 1.00/1.00 vMB 127
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.85 GB
    • Received: 17.96 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.