Loading Tool

Explorer IconExplorer

Memory Pool

99,805 transactions
26.55 vMB
0.08794164 BTC
Random Selection Loading Transactions
Max Size: 177.97/200 MB

Candidate Block

Mining Attempt 9f338111a77fd0f6750b94f7083a4631c1d61f883aff3e034b7efa6dab35195e
Version 20000000
Previous Block 00000000000000000001b42facaff8a4eb36663db84b24a7838eca64cd9b2eaa
Merkle Root 232d20940d339f9d17d386db1ad1b0875c4e6c45529ca5e4fc52075c523d0273
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,142
Size: 1.00 vMB
Total Fees: 0.02278195 BTC
Feerates: 218.75 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,084 (906,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,102 9,102 0000000002970357b555144ee840b0bdcd0a1279e1baa839a97ad7fc59ece030 1 0.00/1.00 vMB 0
9,101 9,101 00000000a23e5952c979ef6f8e1f90fd2bf52943c4a3e172613dc0b770e7cb31 1 0.00/1.00 vMB 0
9,100 9,100 0000000071a164101778a4098e1b550a885fbafcf6b208291529e8386786a4c6 1 0.00/1.00 vMB 0
9,099 9,099 0000000088693bf43fde8cf1b2c29b3ddf40d1242781fe23b38fca9b5865b5dd 1 0.00/1.00 vMB 0
9,098 9,098 000000008322a2d1dabcacd02e3f54e4007d250ec34c12a53b7dc64ea9e25fa3 1 0.00/1.00 vMB 0
9,097 9,097 00000000941c213fe9c2e0144ab9ef19068acdbba8b394e77407e779b5728138 1 0.00/1.00 vMB 0
9,096 9,096 000000000a19c798c579dede01a40639ad01dc5235ba4a7a6df354279257daf4 1 0.00/1.00 vMB 0
9,095 9,095 00000000d0da55d1721b8e76de181c49834b857e16abec4b616abf174fbd94f1 1 0.00/1.00 vMB 0
9,094 9,094 00000000adf64eca1b6e2ee5620bbc1718de99f796bab29dd4dc8fde15390f29 1 0.00/1.00 vMB 0
9,093 9,093 00000000848017cd0f3b9572a00e57dc16977727203b9684f066e44e2ebe3c44 1 0.00/1.00 vMB 0
9,092 9,092 00000000dd7777c0b055a537879f460f2f646fd1f5ac1854cdbfd3b4df98edda 1 0.00/1.00 vMB 0
9,091 9,091 00000000196408e7aa04f7e6f5af5bcf5ac83660f309692b6a9b014ff283c93c 1 0.00/1.00 vMB 0
9,090 9,090 0000000093ca40d39376432134ad4be3517f3143164761e16d09b3ffe6133014 1 0.00/1.00 vMB 0
9,089 9,089 00000000ef2a79f17cf6627f0d7fef905e83bf6f6a64fc03b31dd5151c88852a 1 0.00/1.00 vMB 0
9,088 9,088 00000000310390cfdbbc551e34176c9149fd1966ca6c6d15ebb9e15d26d01684 1 0.00/1.00 vMB 0
9,087 9,087 000000002c639cf314da2cd627f37349e7139841fc034eab6eeaa7c6732e3d53 1 0.00/1.00 vMB 0
9,086 9,086 000000006fc7695e3f72a7c86d5ff978c37737a57a4ad5d157eaa0a62b07905c 1 0.00/1.00 vMB 0
9,085 9,085 000000004b803960d7ba557bea43d87d84616871bdc16449c862ac3e39b125fb 1 0.00/1.00 vMB 0
9,084 9,084 000000005da08bbaf957e1435eb426248e1901db44c2a541992b560c9fd9246c 1 0.00/1.00 vMB 0
9,083 9,083 00000000522e3f73bceb3542be4222cf5395255571ea7aa8ccf67a3bfd318c82 1 0.00/1.00 vMB 0
9,082 9,082 00000000bef4d56b0aa2f17693b179e9b58ebc9983a48ead382ac4d1651a03a0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.27 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: 814.91 GB
    • Received: 24.07 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.