Loading Tool

Explorer IconExplorer

Memory Pool

81,035 transactions
30.06 vMB
0.09471215 BTC
Random Selection Loading Transactions
Max Size: 179.27/200 MB

Candidate Block

Mining Attempt b50baffff5209747eb7f3f63dd9df50c7a5e02d8b7302f4156d15d1b84ec50bc
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 6028630752daf71b45d608014af1b82af2dc448cd2c1cd13d587d7fb781739b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,707
Size: 1.00 vMB
Total Fees: 0.03145217 BTC
Feerates: 100.37 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (427,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,112 487,112 000000000000000000b6151c4e67d9627811ba825e26d74b8467e9ed18355497 97 0.06/1.00 vMB 90
487,111 487,111 0000000000000000004686e8a9a3538db6933ab51e61918c38f9de9fcb01d920 484 0.21/1.00 vMB 127
487,110 487,110 0000000000000000004ae086fba065af88cd70822d242bd9dee5294593c3a416 1,506 0.74/1.00 vMB 71
487,109 487,109 000000000000000000eecdb7d6d191cdcf5f0ed391409d0f8cda76151c50eaf5 2,007 1.00/1.00 vMB 144
487,108 487,108 0000000000000000005968929c8d8b192553705a5c93a6bcea43a0699b235094 908 0.69/1.00 vMB 96
487,107 487,107 00000000000000000057d30ab673555fc2e9a455df8797ea1d46d5dec58a703d 255 0.11/1.00 vMB 119
487,106 487,106 0000000000000000007c44469f39b6cfda7f5f61c6d8bbb2fcf1d8352da5ce72 2 0.00/1.00 vMB 155
487,105 487,105 0000000000000000008d9ae8be3a9d28248578c20ad1cb6b76fbc8f5a275094f 890 0.65/1.00 vMB 53
487,104 487,104 000000000000000000a091770acc1349385205c9003fdd0bf151f4717d1a1576 1,176 0.52/1.00 vMB 115
487,103 487,103 000000000000000000f851adf133a953931891fd9bb6ac45b0e5b4ec3175a144 1,783 1.00/1.00 vMB 98
487,102 487,102 0000000000000000001228f5fcf08a0bf135e0bbce04efdee002267f4ebb65b8 1,746 0.78/1.00 vMB 104
487,101 487,101 0000000000000000004a6cda34dc4a8fb87a1c163816262cd72ca91a3643c36a 2,033 1.00/1.00 vMB 40
487,100 487,100 0000000000000000006bdd0e85dab216f090fa5e259e6cb2d1a322ac4b4944de 2,409 0.97/1.00 vMB 36
487,099 487,099 000000000000000000dcc6e001120d21b10bf59480beb6c670f46e65e47304ce 2,337 1.00/1.00 vMB 70
487,098 487,098 000000000000000000e59a4593390c79ebbdb4339a8d288b5c2c960202360161 2,109 1.00/1.00 vMB 165
487,097 487,097 0000000000000000005b51e76f1a55c2352fde4086a73e49b2b62af3e568e631 2,428 1.00/1.00 vMB 127
487,096 487,096 000000000000000000113b07d5f6df475c535c11c3fbd979e2304c3494961ce7 2,113 1.00/1.00 vMB 109
487,095 487,095 0000000000000000002e6756889ccc710fe5e0e417e10581336fa7cc735fadeb 1,946 0.97/1.00 vMB 65
487,094 487,094 000000000000000000a9bfa33674ca028b33e6cbc19483c9d5e08dc7b4c4b266 2,276 1.00/1.00 vMB 159
487,093 487,093 0000000000000000003bb7154d70526f28b40dea24d0adc29eaabd6bd6ebd544 1,636 1.00/1.00 vMB 172
487,092 487,092 000000000000000000bf985daab208d73f58db38b3aba75108c9faa214080d59 2,419 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.