Loading Tool

Explorer IconExplorer

Memory Pool

83,745 transactions
31.44 vMB
0.09890302 BTC
Random Selection Loading Transactions
Max Size: 191.66/200 MB

Candidate Block

Mining Attempt 09c953d3f1d3fbf47d9b1146153afdae0e3f07dab951d984f11c1d8a82745739
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 07445e1cad61f57c8e69091d17b1fc2411f36886f9ef5c4451b09eb6d245424b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,271
Size: 1.00 vMB
Total Fees: 0.02614033 BTC
Feerates: 177.93 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (329,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,182 586,182 0000000000000000001dbf3df9dc092b615e7b49bc265f46cc4075a6c77a68bc 1,132 1.00/1.00 vMB 4
586,181 586,181 0000000000000000000bffb077e942bf4fc6b196fb3c09177b8340f1a1a7153e 3,109 1.00/1.00 vMB 62
586,180 586,180 000000000000000000045fa56d908f9ace4348f408d64e8869987587d993bd8d 2,365 1.00/1.00 vMB 16
586,179 586,179 0000000000000000001bb387c63abe9c66decbdf3fbc3985acc83b4b98c734ec 2,962 1.00/1.00 vMB 66
586,178 586,178 00000000000000000000571bd07259c6cd62b0fa9a4725d54929de1da5a6557d 250 1.00/1.00 vMB 3
586,177 586,177 000000000000000000032a1fea157fb3458b77833b1846567dc57f986f408207 627 1.00/1.00 vMB 8
586,176 586,176 00000000000000000000a67af29876cd414d367a36573967529f9b52109d5f86 1,337 1.00/1.00 vMB 19
586,175 586,175 00000000000000000010dee7330c84251c1c2b8919cc4d39e3fa2a877afca05e 1,616 1.00/1.00 vMB 22
586,174 586,174 0000000000000000001494616d6b5e8750ee066fceeca50b918e689d5531f668 574 1.00/1.00 vMB 9
586,173 586,173 0000000000000000000c050c6a961d2e31f2c798eeb93adc8ae85def91f1faa2 1,435 1.00/1.00 vMB 25
586,172 586,172 0000000000000000000ce8a8eafb486f19929593b4586dfa3bf7c8aa7f77853c 402 1.00/1.00 vMB 14
586,171 586,171 0000000000000000000f5c08d95483b7e8bef96142061ef87f6e270712f791d4 486 1.00/1.00 vMB 7
586,170 586,170 00000000000000000005a039b432ed5daf3d827c40caab7872bc2f6ce0bd6c78 523 1.00/1.00 vMB 7
586,169 586,169 0000000000000000001e82b3efe2239477b627b10adf0d40cc6a9167940b0c69 2,789 1.00/1.00 vMB 35
586,168 586,168 0000000000000000000d9acb7746fe8e27dd3d2564115044fd38842150feab11 1,056 1.00/1.00 vMB 13
586,167 586,167 0000000000000000000410233ebd0986b751c6df4551fd6ca646a2cea0748611 2,199 1.00/1.00 vMB 19
586,166 586,166 00000000000000000013cb1e795cb29b6340cc1dfcc151e29ed68d16d340cb19 2,675 1.00/1.00 vMB 30
586,165 586,165 0000000000000000000ddb1f3c2dc5acfca403dfa3cc4ebd0791e43a41d82adb 2,883 1.00/1.00 vMB 46
586,164 586,164 00000000000000000004a7c05f57651db27394a48e430765e62a1b46b37b8079 3,236 1.00/1.00 vMB 67
586,163 586,163 000000000000000000050b2b036693b6e089d5a5a93570913fbbd0d16c81bcfa 1,260 1.00/1.00 vMB 16
586,162 586,162 000000000000000000080c2953f7b7b8d9683f06d2a8630ac5b8ab653761883b 1,167 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.