Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
29.69 vMB
0.09220016 BTC
Random Selection Loading Transactions
Max Size: 179.11/200 MB

Candidate Block

Mining Attempt 4ecc29ff7d2c8f75643b680d87d241f56952b8436e08fe2b7538cf40d6127de7
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 9cd51d8a23020f804a2821dcdf157fe036066341e5c20bc0eea808452adcd806
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,623
Size: 1.00 vMB
Total Fees: 0.02630548 BTC
Feerates: 251.00 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (348,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,631 566,631 0000000000000000001525a665c5134a3bfc9f73f161dff6d02c4895dea58524 2,434 1.00/1.00 vMB 15
566,630 566,630 00000000000000000005e68304739ef2dae27aaa2338b399b93518d251c1f6f7 1,012 1.00/1.00 vMB 14
566,629 566,629 00000000000000000024b75b274b30acd7169dcc6285743745c170e0447b18d9 2,493 1.00/1.00 vMB 28
566,628 566,628 00000000000000000006fdb48fc48691b52de9ebb4dc4b50eccd71a18c47cd48 2,321 1.00/1.00 vMB 15
566,627 566,627 0000000000000000000017a25094fd6a8f1aea73cb7c37fd0cda91e2cab698c9 3,304 1.00/1.00 vMB 30
566,626 566,626 00000000000000000012a1a6a2bf0d43abf2436208f7d7f9d910f76950ee1ba7 1,860 1.00/1.00 vMB 16
566,625 566,625 00000000000000000019d8531b543b83d09fadc79f6ebe28ecd65e696060b074 3,110 1.00/1.00 vMB 36
566,624 566,624 0000000000000000001798171c9e291bfd2f868d266f411920525c39e8b5fb99 2,739 1.00/1.00 vMB 22
566,623 566,623 00000000000000000028f87e5c436f8cb8830226fbb04fce4d7c893da26cfe8b 2,945 1.00/1.00 vMB 25
566,622 566,622 0000000000000000001631114b9080c773a61579a019ef1b4acda7b9bc0ad5b6 3,005 1.00/1.00 vMB 19
566,621 566,621 0000000000000000002699eaba12ac5b5b733eb950edeed695e4b1bed65750d9 3,178 1.00/1.00 vMB 31
566,620 566,620 0000000000000000000d72a68cc5fcd83613b711338f6a25905cbc71aa022e91 3,014 1.00/1.00 vMB 37
566,619 566,619 00000000000000000023d5d6778a6d3228321462f9456f2f05e5e60410a40252 3,097 1.00/1.00 vMB 31
566,618 566,618 000000000000000000190699c96e364aaebb3f91e808057e93d7720af91a6802 2,556 1.00/1.00 vMB 27
566,617 566,617 0000000000000000000553f5819bdbb03587114afecbdce4e74cc83de8933e71 3,450 1.00/1.00 vMB 17
566,616 566,616 0000000000000000001aac911990bbf085bcee484eedba1c5c8154c2a8d757ce 2,689 1.00/1.00 vMB 233
566,615 566,615 00000000000000000025a68d6fba83daaa90c4abc04909c3c403c68f07b47f3b 2,384 1.00/1.00 vMB 37
566,614 566,614 00000000000000000003a353c8e2e1a2ec10a7b0b431d0f9a6c0d0405a83ba03 2,471 1.00/1.00 vMB 25
566,613 566,613 0000000000000000001de74bc469f994c8b2437e68d32896bbf46a33695cbbd3 2,605 1.00/1.00 vMB 19
566,612 566,612 000000000000000000138390271ae7aff699d08883ac511a19ea69c6ce825f92 2,779 1.00/1.00 vMB 25
566,611 566,611 0000000000000000001264af80dae78dba127683e64e29af1b437235b200c310 3,071 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.