Loading Tool

Explorer IconExplorer

Memory Pool

84,654 transactions
32.76 vMB
0.08340297 BTC
Random Selection Loading Transactions
Max Size: 194.09/200 MB

Candidate Block

Mining Attempt 6b6edd1b403e396e24bf0a5a48cf758ddd7d3504266e613c100f063271671396
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 5a0653f6f947f152ea0e1039d75a1b67230a99853f0076c327350cd3326a4c58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,323
Size: 1.00 vMB
Total Fees: 0.01850263 BTC
Feerates: 120.64 > 1.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (254,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,806 660,806 0000000000000000000bd60e658ed9cb956ee6b62afb53bcd0551a92b7f5e34a 3,148 1.00/1.00 vMB 33
660,805 660,805 0000000000000000000d60377b878d45b638ad4dee0f8a52ef49add633d41ce3 3,364 1.00/1.00 vMB 56
660,804 660,804 0000000000000000000dc5c0a2964655f3e08159b7e5ab84a8231af2ea7ea72d 2,466 1.00/1.00 vMB 76
660,803 660,803 0000000000000000000172ab61e48656865693233ac844159f7831c106f509f0 2,681 1.00/1.00 vMB 37
660,802 660,802 000000000000000000046a52aacff5815a79fd8f537df40374a787950006e3e3 1,753 1.00/1.00 vMB 98
660,801 660,801 0000000000000000000ce2d4fa944b992b70275bda17359d98d37f47995b1ddd 2,208 1.00/1.00 vMB 74
660,800 660,800 000000000000000000070b08ba64d878abd6898f14f7d2b16988e2c6d301eab7 2,975 1.00/1.00 vMB 38
660,799 660,799 00000000000000000005941f188aa4b1f28f8a6a0119abcca621c57b85e804cb 2,688 1.00/1.00 vMB 58
660,798 660,798 00000000000000000005b6886c4e82fa25d9d11f5370152eec1c646ecc9ce8ae 2,630 1.00/1.00 vMB 43
660,797 660,797 00000000000000000004719934e0a24ace1d9fa97adecb3427777ba72625049c 2,338 1.00/1.00 vMB 68
660,796 660,796 00000000000000000005636b4ea44edd08e876d9265e3ea3ee7d828728be9e01 3,387 1.00/1.00 vMB 48
660,795 660,795 00000000000000000000dafe20d16097743f8a3d4dab73c5556c4fb02069697e 2,677 1.00/1.00 vMB 69
660,794 660,794 0000000000000000000c677190ab131064e0b9ded34da0e567786b4795d31a0f 2,253 1.00/1.00 vMB 82
660,793 660,793 00000000000000000001fddb2d6f5acf78145635f5eb23e2b0d8b1078db8e7dd 2,807 1.00/1.00 vMB 68
660,792 660,792 000000000000000000000a3f7ce27fdfcfc1fbb3291462f069bff369d5cac1fc 2,660 1.00/1.00 vMB 100
660,791 660,791 00000000000000000004ab16b561b4e77932e18ca07619955de8692fe5b04692 2,839 1.00/1.00 vMB 80
660,790 660,790 0000000000000000000504447aecbcd81ace008df7e6d64ddf3407cc1c30cb67 2,720 1.00/1.00 vMB 81
660,789 660,789 0000000000000000000273b15f67a3ac02abbae233c8996857836b7af41acde7 2,723 1.00/1.00 vMB 55
660,788 660,788 00000000000000000000fc1c7f9a425507d87f783648a80cf8d2c61c5fd78b4f 1,614 1.00/1.00 vMB 60
660,787 660,787 00000000000000000000dd872036aa0fa14052c01d30c254b96f8c1005c50a81 2,933 1.00/1.00 vMB 77
660,786 660,786 0000000000000000000e6b88db4a710562994fd135791cf8155281f25a8bc5f3 2,945 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.