Loading Tool

Explorer IconExplorer

Memory Pool

78,683 transactions
29.15 vMB
0.11842481 BTC
Random Selection Loading Transactions
Max Size: 175.85/200 MB

Candidate Block

Mining Attempt d19d41fed1a927828a218b33f92d0d955ea5e436cfe73b1a59626f4b33271e1f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ff888ba6abe64a42d921d60cd51a0cd7f5f552fe0ac2e6dd87bd87a385c56d8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,094
Size: 1.00 vMB
Total Fees: 0.04278740 BTC
Feerates: 150.80 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (385,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,478 529,478 00000000000000000023a54e7c96de0ae179f4fada16431cee77b52ebf3e0d61 2,068 1.00/1.00 vMB 19
529,477 529,477 000000000000000000118cd54026b56b518259f91beb0fb00a8801d6d27b7a71 2,181 1.00/1.00 vMB 34
529,476 529,476 00000000000000000023bbe7f7c8d0d60ce0e36cfbfb528bee687dd039bf8eb3 1,967 1.00/1.00 vMB 66
529,475 529,475 000000000000000000167860e683297f940cee35224df9227ce29d441f14d415 2,362 1.00/1.00 vMB 46
529,474 529,474 0000000000000000001932bf40c75cca22721b30c74b6ddb92b9ece71e295856 2,657 1.00/1.00 vMB 69
529,473 529,473 000000000000000000321704815259b69d5098ca53094c4a6c42e8fb48ddc620 3,070 1.00/1.00 vMB 41
529,472 529,472 00000000000000000009f3f82d73fbd8acf646002d047e9c98e3db877ab9c0e1 2,129 1.00/1.00 vMB 15
529,471 529,471 00000000000000000012ccc5b62c9d5c538c84397d0f58399b434aeea32da2b1 1,758 1.00/1.00 vMB 41
529,470 529,470 00000000000000000007a65076cdcdfa3d80c0dc43b2073e55228adda2f6eed7 773 1.00/1.00 vMB 52
529,469 529,469 0000000000000000000a529e0485b0eca78f9562e393d4597da7b4900d9b8943 2,149 1.00/1.00 vMB 111
529,468 529,468 000000000000000000200d482aeafce6e0f450a37046b49576445b26884de9ca 1,292 1.00/1.00 vMB 22
529,467 529,467 0000000000000000001427ef8a21181e655b84d121dfabcac2e4c2c39ac09c32 2,343 1.00/1.00 vMB 17
529,466 529,466 0000000000000000000648d1ab16db0d2a2e6db8062b3eed446a849685fd54f6 2,660 1.00/1.00 vMB 12
529,465 529,465 00000000000000000011bbc70b953dcec7bece98f2c2cb29b666f7351b0a07e0 699 1.00/1.00 vMB 19
529,464 529,464 00000000000000000027c3e1ec200b00881de74a88da3d0497e85240deb0ec47 2,082 1.00/1.00 vMB 71
529,463 529,463 000000000000000000004dbaf7f92c8cf1919b32d840124dc152261ac7597488 241 1.00/1.00 vMB 2
529,462 529,462 0000000000000000001562d7a97d7989b76b5a76de3c5e383f93257bbc7c23ff 1,361 1.00/1.00 vMB 27
529,461 529,461 00000000000000000002c551b4d99f49a68bf3da2679f46d079ca7cb47d50963 728 1.00/1.00 vMB 13
529,460 529,460 0000000000000000000774e59e4c415f96b934638d23f6ea2b72301fbc514b70 1,665 1.00/1.00 vMB 9
529,459 529,459 00000000000000000031721fc923fdcf0fe982b92614b030782e89d4d8cc2bf2 1,888 1.00/1.00 vMB 13
529,458 529,458 00000000000000000030d9f7b559cc51d85b367a5f77eb149e71407c9c091d38 2,169 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.