Loading Tool

Explorer IconExplorer

Memory Pool

33,848 transactions
25.81 vMB
0.09868731 BTC
Random Selection Loading Transactions
Max Size: 129.97/200 MB

Candidate Block

Mining Attempt 147325aff847eb3dd7314e876d7baa4154cd9d1b569a0ae2b6cfaa60de67ff84
Version 20000000
Previous Block 000000000000000000004b2f08280fa3b2e9a35c182e23d920b50047c343d50b
Merkle Root f23a6db150cd98f6014a24042369ed94619f9448bc26d86a409fc48818b97af8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,414
Size: 1.00 vMB
Total Fees: 0.05102570 BTC
Feerates: 326.71 > 5.11 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,213 (857,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,242 56,242 000000000bc6cdb7db13bc504c261d1d98e5d9afa1ce346f562faf700aeddd74 1 0.00/1.00 vMB 0
56,241 56,241 000000000b8c80a2d9a5756eb91c681926f474c68ea25da336a257e1cf5116d2 1 0.00/1.00 vMB 0
56,240 56,240 000000000ac47df2466de6fc398c09cc9cafcb31c56b1a310af1e8c0f63aaa96 1 0.00/1.00 vMB 0
56,239 56,239 000000000b413927d4d819d273121eba64d7139bcbbe4f1c63abbe6929b0db73 1 0.00/1.00 vMB 0
56,238 56,238 000000000aa40201cf8d0c47d6fc817f79dd33b3862be951f7a467b3219160ac 1 0.00/1.00 vMB 0
56,237 56,237 00000000091113d401cc5e4920738022e7236389cbc7b2a7ff89943dc4e3cfb8 1 0.00/1.00 vMB 0
56,236 56,236 000000001232d5ea64a2d4d77531be1be5aef506f814e99e6ee78bf07181b226 1 0.00/1.00 vMB 0
56,235 56,235 000000000907ab7f7272c380e33c774e4eb6ad07869ffd79dda372970d75fa56 1 0.00/1.00 vMB 0
56,234 56,234 000000000f55edc70f9ca6b0af5dfa587ad9168f0000b8377855c8728bcc5d36 1 0.00/1.00 vMB 0
56,233 56,233 0000000003dce23e3f61765d43aa2bf285368a3e790ce2d1172de8582db1fb2a 1 0.00/1.00 vMB 0
56,232 56,232 000000000310f8768aded2b4bc42da41f6f46989ff313164f915a40324288d31 1 0.00/1.00 vMB 0
56,231 56,231 0000000007cac5abaeb3357153695e2696b85d3e3b33b376801a5635eba915ef 1 0.00/1.00 vMB 0
56,230 56,230 00000000013013f3a7587052c690dc6838a3848d663538df15b8c4019473b957 1 0.00/1.00 vMB 0
56,229 56,229 00000000139099da453c72fa35f193edde9b76836cd7f7ade6a208c7c1c22fd3 1 0.00/1.00 vMB 0
56,228 56,228 000000000f528581ceea8256bfef28f03aa617ea0f7bb25bbc035625c4e4e12e 1 0.00/1.00 vMB 0
56,227 56,227 0000000001976374117e22634752804f4845aef1555bc8fea0db40edc6288151 1 0.00/1.00 vMB 0
56,226 56,226 000000000b360c40cc8dd0e573d85f5a9271d7c367de37a221a19ff7dd6a55a4 1 0.00/1.00 vMB 0
56,225 56,225 0000000002cdb44c8e4d8eb98fc3d0940d00556d4dc93e35252ea8167e7fceca 1 0.00/1.00 vMB 0
56,224 56,224 00000000011c9c64710ff9a8143e5a6ed6ee4fb2df292fc57641f9a0df1287da 1 0.00/1.00 vMB 0
56,223 56,223 0000000008b9b9bacbe9268e9cce608d01fb251a0187b9490716ed2b11b1dbf7 1 0.00/1.00 vMB 0
56,222 56,222 0000000009285cbfbf6859eee0444ac00ca469f6ffa80938d4dfe9e0a14e3d35 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.97 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.39 GB
    • Received: 8.15 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.