Loading Tool

Explorer IconExplorer

Memory Pool

29,810 transactions
6.24 vMB
0.02867324 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.96/200 MB

Candidate Block

Mining Attempt c37458e49270eb11794b90254627fe4d10aba3cf5701b87f8dfcc135de6435bb
Version 20000000
Previous Block 00000000000000000002130ec113d9cf45f31f64da7d0db564cc1660a8ed9474
Merkle Root dde1fca4a56866f97181b061bb9cc633a3c1a5eb30bd538b0dba2c61db2ab495
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,508
Size: 0.50 vMB
Total Fees: 0.01337683 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,240 (698,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,078 215,078 0000000000000331552de6a7adeff6b5a2ab28c9de30a13cef6b735b176500a8 186 0.10 vMB 153
215,077 215,077 00000000000001f1608dd67ce86a9be5052e8a41c510dee5ada3ccdf90645186 342 0.16 vMB 163
215,076 215,076 0000000000000076a566b5d5fb1962e13a41aacb43e12f7ef892e85f2b0dfb11 121 0.05 vMB 141
215,075 215,075 0000000000000202b0007edf3e638c7fda7aff8a21692fbbab810fbe3093e4b8 864 0.37 vMB 180
215,074 215,074 000000000000032bc428fb57b4fa3e8c2356d43ce5fbdc732dcf2f64775b546c 406 0.17 vMB 173
215,073 215,073 0000000000000400a927bba7907911978ea65ca7331928bbd20d5f53cab74241 534 0.25 vMB 157
215,072 215,072 0000000000000466103544f152cecac093b67148e394c0ab5c89f8c3b424dec5 196 0.06 vMB 125
215,071 215,071 0000000000000179ce2e1497794a07ddb48883266ff066545089695bbef03012 523 0.25 vMB 183
215,070 215,070 00000000000001ccf44052629d2ad44347cade6d3158cb6e7a6777e2599b76f3 747 0.25 vMB 297
215,069 215,069 000000000000011dd4f863435b2a1a244f932405d7838482999a9ae5124c2d70 966 0.44 vMB 195
215,068 215,068 00000000000004f3b0ce8abf320ff150f8298e72fe81e05d91e690fca5c1202d 163 0.08 vMB 160
215,067 215,067 00000000000004be06c86dbb1446762d5256bc205b0adff122d0c5a1771c4795 77 0.04 vMB 75
215,066 215,066 000000000000045f00d94f652ea38518ba8edabbcd3e041da3fdb0032429d1fb 503 0.18 vMB 238
215,065 215,065 00000000000004f7e2f80d3e79e0845744deaed6480c030ab6aea3a3e7ebec4b 491 0.22 vMB 161
215,064 215,064 00000000000004d371d8eff4e2e63c97e83add3b1f042a16187317c9e6d5617b 644 0.25 vMB 326
215,063 215,063 00000000000004024d8a0ca4378d4125386f7bc7a4969df611223aca84c62f78 177 0.12 vMB 135
215,062 215,062 000000000000044c8a14efa155b96026ba376193f248c729ca4e83a31d5e5df6 300 0.13 vMB 197
215,061 215,061 00000000000003ef904d529224c601393e7c87d4064a1c08d5d2a2806c7c5883 403 0.20 vMB 148
215,060 215,060 0000000000000077927d5439d513642ccebe6eba6291d39b173883a8fcf6d29e 635 0.25 vMB 203
215,059 215,059 0000000000000152790c7eafa3ac089b98c6c4162c94db9069cc0cd0e6eeb631 255 0.12 vMB 168
215,058 215,058 000000000000037716b69c45cd41cdc9a1c47cbe702d79669e16a49600199506 220 0.10 vMB 187
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 75
    • Outgoing: 11
  • Data Transfer:
    • Sent: 43.29 GB
    • Received: 0.60 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.