Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
29.49 vMB
0.06843487 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt 42bd882c63efbbcd6e2d7d78a2e336e6cd6bc21eca5e2224b041f4a3ac930fae
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 44cbb3b8c7d1b45b43df8a9de9364155ba1e909232edbe738163da93353974fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,242
Size: 1.00 vMB
Total Fees: 0.00863422 BTC
Feerates: 150.77 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (427,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
487,091 487,091 000000000000000000cd42fe23cf6faef4ed695ccef7aedc7c0410b0eb50e99b 2,746 1.00/1.00 vMB 153
487,090 487,090 0000000000000000004dc2a2f0f1ce8993d1c171c7bb6287097dad73692e83f4 2,016 1.00/1.00 vMB 139
487,089 487,089 0000000000000000006d6cd7f4420be2334c18f47b9546ac017a42f5ac3628d6 2,518 0.98/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.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.