Loading Tool

Explorer IconExplorer

Memory Pool

73,302 transactions
27.09 vMB
0.06161609 BTC
Random Selection Loading Transactions
Max Size: 165.44/200 MB

Candidate Block

Mining Attempt e0912449c0c94a815a2603fa2cbf2ec77a8beecac136cbdce4895920d99cd6a3
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 9a438fd42ce09ac1e9abf0785061653c0885408cdf71429a5426e54c9a4f041c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,667
Size: 1.00 vMB
Total Fees: 0.00427107 BTC
Feerates: 40.21 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (615,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
300,223 300,223 00000000000000002265908330b6448e153df22c9d8702163f5d6ea6874613e1 256 0.09/1.00 vMB 34
300,222 300,222 000000000000000087460f0727a692881a9947e2a2348a339339b425351b3795 282 0.15/1.00 vMB 30
300,221 300,221 0000000000000000674ca3718668cee7a5d1f40462bcf53e549777cc15b61e8d 222 0.14/1.00 vMB 24
300,220 300,220 00000000000000006822cf10f2d3a414207244e2de053f60d9cca878d7109f10 958 0.53/1.00 vMB 28
300,219 300,219 00000000000000002946ff1c1b3e84ef21d72190110dbc3020b248ea22ae8641 201 0.11/1.00 vMB 31
300,218 300,218 000000000000000036675bce2f3cd23812a740eb1c93cb334da3e74d274a4ed9 400 0.23/1.00 vMB 30
300,217 300,217 00000000000000000be5a8d16a1f852e544441ac1eb65a83355773750014f441 651 0.32/1.00 vMB 31
300,216 300,216 000000000000000021a5e2bccef9ca71827cb89db15560978e4854152b386bd4 64 0.03/1.00 vMB 30
300,215 300,215 00000000000000001177c131475372dd78b8a343c197f113c4041bfd940f4f01 45 0.03/1.00 vMB 18
300,214 300,214 00000000000000007d668a3cb2864e055686da2d063326a8c3f77c505f8ba645 350 0.23/1.00 vMB 22
300,213 300,213 000000000000000005ceb484ea9da98bffb7f611639a64bd7b2be40327b48560 446 0.24/1.00 vMB 29
300,212 300,212 0000000000000000352a30e6483d6de92bff35360a7ac79806815c2910bc39e6 165 0.10/1.00 vMB 28
300,211 300,211 0000000000000000766a923056e3365f618932e8abe3b6ac5eb58ec7c3feccb9 211 0.13/1.00 vMB 29
300,210 300,210 000000000000000034c368011f8965dc6e64d7767ebb6b7705e03fcc0adf0929 219 0.16/1.00 vMB 24
300,209 300,209 00000000000000002e1c49ab9b360acfca1e18819a27cd28648dffdc4af4ff83 243 0.16/1.00 vMB 24
300,208 300,208 000000000000000053f123c004515fea873208508606b9051da95a45e4e5c7b1 32 0.03/1.00 vMB 25
300,207 300,207 000000000000000060b117b366653300e580e1fbc7594b846a0fc0a832b4ba1f 50 0.03/1.00 vMB 21
300,206 300,206 00000000000000005dd7c332318b62f86bdc9ed1af51ff4ff540537254eb258b 279 0.15/1.00 vMB 27
300,205 300,205 000000000000000041a01230b9e02f5e731a6bfca2701cc6a30251522f9cf38b 95 0.05/1.00 vMB 25
300,204 300,204 0000000000000000378717b36087573b11cfd89da1ab54d1ea00fd3f27369fad 122 0.16/1.00 vMB 22
300,203 300,203 00000000000000007688101137b992a103d572e9079ceebdd71ac5550b62520d 90 0.13/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.