Loading Tool

Explorer IconExplorer

Memory Pool

51,892 transactions
29.26 vMB
0.08605402 BTC
Random Selection Loading Transactions
Max Size: 156.77/200 MB

Candidate Block

Mining Attempt 0d239c52855ae41ef3669e96c030e8b1c58ec74044f081b14f7807388c9e3d60
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d075d71aa9647bf2b5034048c6e1d93a22a958b02d930c2789d7198b1f29df76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01857357 BTC
Feerates: 70.37 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (340,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,605 574,605 00000000000000000022e580156225d34d544e24cf53ae7574a500d19a79674c 2,945 1.00/1.00 vMB 48
574,604 574,604 000000000000000000091d1617e1f14221123ce2958d592cae65ff9d89f9dcff 2,008 1.00/1.00 vMB 20
574,603 574,603 00000000000000000002fc324e9beac2f6140d0872f7e5f1f1a20e94d518c57a 2,329 1.00/1.00 vMB 9
574,602 574,602 00000000000000000009a07c7a60a29c0b6ddc367436e74b19c242eee0cbfbc4 3,041 1.00/1.00 vMB 63
574,601 574,601 0000000000000000000ba2f64185ce8928f795b76f7478460514373c3ddecd7e 3,024 1.00/1.00 vMB 29
574,600 574,600 00000000000000000014f671e57aa599e3cfba952c98b629db705d070ecf61e8 3,091 1.00/1.00 vMB 40
574,599 574,599 0000000000000000001a3673c8e070fd36beb77bf810b262a055bdb26332f592 3,263 1.00/1.00 vMB 84
574,598 574,598 0000000000000000000078eb2b15f814b8dae089ece639ab4dfe59ac334287df 3,179 1.00/1.00 vMB 40
574,597 574,597 00000000000000000008608d44d9bf5660baaee2230870aead28d33cd5cb9ebc 3,386 1.00/1.00 vMB 60
574,596 574,596 000000000000000000056317a610a0db11b66dbae9bc11d21a1e1281b94520cc 2,819 1.00/1.00 vMB 90
574,595 574,595 0000000000000000000d93d497947f3f1f44ac09f58d3ee1f83cd90a901074c1 2,686 1.00/1.00 vMB 52
574,594 574,594 0000000000000000001ce62b2e55c08d40c0ae2f7ea5067eac91a5c85fb6ef4d 2,715 1.00/1.00 vMB 73
574,593 574,593 00000000000000000007bf99cae68085dfadb52891e023b88abfbcbca69d48ce 3,453 1.00/1.00 vMB 86
574,592 574,592 0000000000000000000631c5ccb0acd2500d0fb48c54d328663cc2f512ee9b2a 2,544 1.00/1.00 vMB 52
574,591 574,591 000000000000000000265942e70107a2c4a6c7944d96b0c2daba08edfbc96def 1,669 1.00/1.00 vMB 65
574,590 574,590 0000000000000000001516f036d3cb2569ee9cd4fef3d790414643c4f390efce 2,046 1.00/1.00 vMB 19
574,589 574,589 000000000000000000069d1b5df0215eef18c3677ad952c1b4c02cfd7752b104 1,290 1.00/1.00 vMB 17
574,588 574,588 000000000000000000242b784b52bd54c8e10e3e0694fd5363367c79cfc7906e 1,982 1.00/1.00 vMB 21
574,587 574,587 000000000000000000182910adab42e5f1b64cbc1ebcfeda3fdf6c6574ce1d0e 2,809 1.00/1.00 vMB 83
574,586 574,586 00000000000000000017d48738ed7d0b530cbe882a5a9e6d17a341c723bd2e22 2,440 1.00/1.00 vMB 55
574,585 574,585 00000000000000000013d0c9cabd783fcdc931a6c8e724890bf58fed47ddd4e8 1,700 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.89 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: 645.13 GB
    • Received: 12.68 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.