Loading Tool

Explorer IconExplorer

Memory Pool

39,912 transactions
19.68 vMB
0.04427235 BTC
Random Selection Loading Transactions
Max Size: 109.70/200 MB

Candidate Block

Mining Attempt 73259547f11eec0d1b9b7b2ab3fb451a271c4e2c11d3e40c992c8aa8b9ef663a
Version 20000000
Previous Block 0000000000000000000068d662ff9bdb68f558533d5ec99a6d7d519aaf40fa16
Merkle Root 22ce3a17746658585490e96893eb565ac173edd5f5f1074d0ce77df86461a249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.00586102 BTC
Feerates: 90.40 > 0.59 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,032 (757,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,028 157,028 0000000000000cac809482c8dc73fbef39d1e73d6f201d33d8480418fde3a914 19 0.01/1.00 vMB 610
157,027 157,027 00000000000007b4b96eec5c5e40bd8b8e2312aa0c3b73ac1f62d46c9800c44f 25 0.01/1.00 vMB 161
157,026 157,026 00000000000001fdf6cc1b03daff65070d9750ab8f93079220f340a9eb294ade 11 0.00/1.00 vMB 35
157,025 157,025 0000000000000a9b3e0a5381e9bcc93c203bbbe8031db5a1148d52a2c0905f3d 26 0.01/1.00 vMB 87
157,024 157,024 0000000000000e8f15fcd2bd5b886db2352d7011e1f9b244d86aa94f73fbe114 18 0.01/1.00 vMB 395
157,023 157,023 0000000000000edf631c9db4a773b2cbd1bbd629c340ad75a02dfcac4b08c416 10 0.00/1.00 vMB 17
157,022 157,022 000000000000061f79d2947d0c252f29c36c00b399e9eb58e677dba222fc8b34 8 0.01/1.00 vMB 17
157,021 157,021 00000000000006a0c7a9daac89640b3a2eedf6b96dc64c4066398e7ce499f629 30 0.01/1.00 vMB 31
157,020 157,020 000000000000093f42029673132b23a5fdcb7522e3f4956d2b2c483ce848f04c 44 0.01/1.00 vMB 171
157,019 157,019 0000000000000b2b3816fd1d217866612512d32fe51394aa2da9f5387b29a045 39 0.02/1.00 vMB 162
157,018 157,018 0000000000000c8eef86257dbcc7cf72d12aef24f063b512290d178bf5226288 40 0.01/1.00 vMB 0
157,017 157,017 0000000000000cfb7dab75ec71e41b1e94a5b15ff947738fd70c6752d13369b7 16 0.00/1.00 vMB 290
157,016 157,016 00000000000002dd1f38a0a1c2745c9fa96db5374af8d69c4a0f1e49912da8ef 41 0.02/1.00 vMB 297
157,015 157,015 00000000000004f41aafd84dd3202aaa0d04b566c0de2361b748639aff766e2e 10 0.00/1.00 vMB 747
157,014 157,014 000000000000047d14364e994b47652c7064550818b31dd717727ad343144c25 5 0.00/1.00 vMB 115
157,013 157,013 0000000000000f2af34960f732088a1bd4a1558e702e24e183575eb164adf37a 22 0.01/1.00 vMB 88
157,012 157,012 000000000000051f9e6be56b74d1403086b901243d31201d19f71e1bcebbc102 17 0.01/1.00 vMB 765
157,011 157,011 0000000000000602d5c30582ebbb15ad44d5496101823bb7f63a63ca74b452ea 3 0.00/1.00 vMB 0
157,010 157,010 00000000000008864b3e54530c2bf049dc72f96b2a6bbdcfeb7e785df86a4830 12 0.00/1.00 vMB 76
157,009 157,009 0000000000000599ab529e48d40906df58571432ee2d1c8b216fe75449486dcf 83 0.02/1.00 vMB 22
157,008 157,008 0000000000000dc7a68c6da88ceb67977bb36166116a1febe272341f19ed8770 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 551.92 GB
    • Received: 6.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.