Loading Tool

Explorer IconExplorer

Memory Pool

74,911 transactions
20.20 vMB
0.05017684 BTC
Random Selection Loading Transactions
Max Size: 136.33/200 MB

Candidate Block

Mining Attempt 52cce2a2492d200976b213e94c5f0df7047de93c5df8850e1432462aabfa0810
Version 20000000
Previous Block 0000000000000000000118658064e724b869fe14a85f8eadef50463ba4777080
Merkle Root 166328129097e0a2e224ccaaea8f242e01af1cfd4c4056e0cce185816724915b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,848
Size: 1.00 vMB
Total Fees: 0.00622860 BTC
Feerates: 904.79 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,016 (910,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,138 5,138 000000005ed1735c348257670a302cde2d55b5bdeed2ebdc25626f238c736da3 1 0.00/1.00 vMB 0
5,137 5,137 000000009d2fd5533a9775da3723e39226b9658e7f373e41aef7755530ac3f57 1 0.00/1.00 vMB 0
5,136 5,136 00000000ec450b5fcda1012a7f550b95942a3286b6e417b18bdd90e6e36bf79c 1 0.00/1.00 vMB 0
5,135 5,135 00000000fbeae012f28497609cf08e838a99797c2f151c11ea6af623914d0879 1 0.00/1.00 vMB 0
5,134 5,134 00000000c74f21f764aabc6088501fed78b47dacdd6adf13afb5cc756aff6162 1 0.00/1.00 vMB 0
5,133 5,133 00000000145406f7d62b54cf17a406fc3ae654516c3d581e4b55a301b060a82a 1 0.00/1.00 vMB 0
5,132 5,132 000000003227c42f597e6e6a77e1abfa39a271f32afa4442e3b06f99b4bea50a 1 0.00/1.00 vMB 0
5,131 5,131 000000001c7d76a9dc50b36c8f2fb152e4355e2db354487b99d78b23085f90c0 1 0.00/1.00 vMB 0
5,130 5,130 00000000d0e646265da32fa7eac3a7a4cc9bf2953a5c8333d59c9ffd83bcb894 1 0.00/1.00 vMB 0
5,129 5,129 0000000057e88a6a6bef8144585cf4911c15c84c797d160c553ea192c1137ca5 1 0.00/1.00 vMB 0
5,128 5,128 000000003c28c595416057b8612da9b7df160bbc196dc508f91ef1c35a4dcd56 1 0.00/1.00 vMB 0
5,127 5,127 00000000685417d017ea5f3e3ed69c34d6ba093e98477539989c60f7dcfa77a8 1 0.00/1.00 vMB 0
5,126 5,126 00000000e8d3821a71325c30f78bda5a83dc908155e4e0eb2e2be8daaf478c2c 1 0.00/1.00 vMB 0
5,125 5,125 000000009043f3e65683b7eb3ceb3f51ae254cc8ddd2e014bdf244dfb9f65ba3 1 0.00/1.00 vMB 0
5,124 5,124 000000004276bb19c09247e33ba2aa49b8b5eb68b3b55d975bbd509e1f402c4f 1 0.00/1.00 vMB 0
5,123 5,123 0000000074f93467cd042ff543456cdc048b61a3fe680ba70a67391cf82152e8 1 0.00/1.00 vMB 0
5,122 5,122 00000000348839143e107d56efa51e1883f6130384d37f34b111070a4e2e8180 1 0.00/1.00 vMB 0
5,121 5,121 000000005f06a26ca39a014696145d9f3db0358afbc3cc82ec456b0653f57825 1 0.00/1.00 vMB 0
5,120 5,120 00000000ea6a5e7037089d4e27da786459d7d306dbfea2b271a7c9dee4523e01 1 0.00/1.00 vMB 0
5,119 5,119 00000000439281fa1ef824c31692ded5f7df39ee529d3a534f41ec934265baa9 1 0.00/1.00 vMB 0
5,118 5,118 00000000803780d553518bdda590cc5cd9440ee2a1455550335e91b379cb6168 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.15 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: 810.45 GB
    • Received: 23.38 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.