Loading Tool

Explorer IconExplorer

Memory Pool

70,315 transactions
26.68 vMB
0.07062492 BTC
Random Selection Loading Transactions
Max Size: 160.48/200 MB

Candidate Block

Mining Attempt d09ebe15681ec7ccd43483946e397a63aac408be6addc90de91df2f42634d409
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root db9f5624ac242626db4b589e3db2d1636649e5ecd9e8ec5c6eb08f12d5af6f96
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,065
Size: 1.00 vMB
Total Fees: 0.01352608 BTC
Feerates: 136.43 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (426,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,071 489,071 000000000000000000dcd2244ca0e226efa4841ec9ea4c4353e39c2f76d10b51 2,457 1.00/1.00 vMB 99
489,070 489,070 000000000000000000da71bd7ed24a1e7baac8825f989b1dc7b182817bc3db95 2,340 0.96/1.00 vMB 115
489,069 489,069 000000000000000000632e0a70fad684ed5d7198ca2f560f5adfb297be2a0a91 1 0.00/1.00 vMB 0
489,068 489,068 0000000000000000007bffbe5b20dc274d4f777ec436973597041a222bb6b17b 2,442 0.97/1.00 vMB 166
489,067 489,067 00000000000000000083f066c2033bc2f0cc7b8fcd5cf0d434bcc80f7448c269 2,635 1.00/1.00 vMB 106
489,066 489,066 000000000000000000d763a0f433a8542001b914b28bccfc772a60f85677133f 2,000 0.96/1.00 vMB 136
489,065 489,065 00000000000000000052fccc970fd80a268eeae148270a4be6a2bded7d6ef20c 1,867 1.00/1.00 vMB 122
489,064 489,064 000000000000000000f345d983f602617e263cc87f596bab6e32782e2cab8d35 2,332 1.00/1.00 vMB 155
489,063 489,063 00000000000000000096dea99cd438ee9f4052761659deff4d7d4e0297944a5c 2,606 1.00/1.00 vMB 175
489,062 489,062 000000000000000000a1786c36d5b2a4f7e69ca6d8efdf68501c7cd4d66ad9dd 1,831 1.00/1.00 vMB 69
489,061 489,061 0000000000000000007b0d9376e52891b9d95c836ddeea79050895db11fb1884 2,467 0.97/1.00 vMB 107
489,060 489,060 000000000000000000478729f6a7760d4757541b14434a72eb2e92d0a14be55c 2,119 1.00/1.00 vMB 112
489,059 489,059 000000000000000000edc9377b45d27e2b04cb17771e2b7d601b04e5da1aeae7 2,200 1.00/1.00 vMB 119
489,058 489,058 00000000000000000055a176f301ad4f125542d03e78c5bbb3b129e78b6076ef 889 1.00/1.00 vMB 124
489,057 489,057 0000000000000000006551303c33d2ff0c93eb4212d09907126aacdedef9a66f 2,677 1.00/1.00 vMB 143
489,056 489,056 000000000000000000e8b63e15371848d765904e3bcfee1d0b45a37247fca9c2 2,274 1.00/1.00 vMB 213
489,055 489,055 0000000000000000004eaa79e31535f12f5d3303ee92cda74ddfa89254494961 1,849 0.94/1.00 vMB 52
489,054 489,054 000000000000000000bd559339609d9704157dcddec6a9c568aa802ab6c8b4c6 2,044 1.00/1.00 vMB 143
489,053 489,053 000000000000000000a2a6a917d98c282276810d2b703ae5d785ec821ddc2054 1,936 0.95/1.00 vMB 96
489,052 489,052 0000000000000000006c2a13688a2dc221fdf4790bd32f2fcd804b3b30dec244 2,050 1.00/1.00 vMB 143
489,051 489,051 00000000000000000021bfaae512cf8f73662c99b27ea6e2d6cd87c7186c2853 1,661 0.98/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 783.20 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: 754.92 GB
    • Received: 18.94 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.