Loading Tool

Explorer IconExplorer

Memory Pool

26,297 transactions
5.17 vMB
0.01964524 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.40/200 MB

Candidate Block

Mining Attempt b06b94fa645695d31dad0c884d214a79c237c305a836944ec88a27ecba325c14
Version 20000000
Previous Block 0000000000000000000116045ddc8fb4c762f154670a95ec186979da2d4e09b3
Merkle Root 2039a3613640b85fab554f2fa517a92aef1e642dea71e75f6cbba3fd37004ca2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 726
Size: 0.31 vMB
Total Fees: 0.00698594 BTC
Avg Feerate: 1.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,957 (723,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,008 189,008 000000000000044f60e16340025b05035e119acd3620124710d5c281d45c92da 0.07 MB 82 93
189,007 189,007 00000000000004b4d46d96b21b94dd272425c40db45aa49659d833478c9c0236 0.08 MB 251 121
189,006 189,006 00000000000008083b5e302a18949923c445f3a0d980f69609b515033993eaf2 0.01 MB 32 160
189,005 189,005 00000000000005c0799c000bd4c71251b2bddde5994b62d12e40754fb8e82d9e 0.08 MB 138 96
189,004 189,004 0000000000000823d3c81605641a7b3656914004de838d717f129891928af7eb 0.03 MB 88 119
189,003 189,003 000000000000061cc3de70ee68d91a0731381f65ec2548259ef0f4b9f62f7d5f 0.01 MB 32 118
189,002 189,002 000000000000071b478ae54e115c236e3b107af12aa31ad71d88cdd81f1b34a4 0.01 MB 35 104
189,001 189,001 00000000000001d234cc1654342cbe77710fa4ebb68bdf5218379c7b35f85d4f 0.05 MB 131 124
189,000 189,000 00000000000000cb70eababc6787d13fd1c157f487145b97a15339336855d797 0.02 MB 71 90
188,999 188,999 00000000000008ce9b7e9820fbdd78e47669b5cbb29062a87f81ead6b5c4070f 0.00 MB 13 15
188,998 188,998 000000000000083c940b71e15a80b6edbb1fc2a3e5b3259a302d5d4bea451b6e 0.04 MB 115 156
188,997 188,997 0000000000000021184612f6532fad11b5fdf60fa481c3f645801c5510ee0018 0.04 MB 94 109
188,996 188,996 000000000000077d209d247ca54b27e7e87ed8f162ce7dc6cf817955b16b028b 0.05 MB 152 76
188,995 188,995 00000000000004a4466031a77fd50c4cfa085338592f5add254c1a147083bc66 0.03 MB 70 125
188,994 188,994 00000000000007fa5a4d385acd043daeca2b9eea718308a31361f468907fe7d8 0.05 MB 98 94
188,993 188,993 00000000000005b22affc4bf28ae9cd552fc9be667102b388784286407d6e815 0.06 MB 171 103
188,992 188,992 000000000000033a7a40f84dd1a5264e528527e530b554668d4c23fe1d0228b1 0.00 MB 1 0
188,991 188,991 000000000000078cc159ab4f5f9b4142b56b346a508907e8d8c43389ea7452eb 0.02 MB 75 140
188,990 188,990 00000000000002f88fd17304f24815fed7fd1766883f001875b7f67376dddbbf 0.03 MB 124 13
188,989 188,989 000000000000060fb219567ba79094d1585ab52913ef3f0e14ed0889da175341 0.09 MB 166 112
188,988 188,988 000000000000057a0a95811deef28f5633c141d1b69fcc4132a74e6f0eeca6f2 0.01 MB 22 103
Previous 10 blocks ↓
Total Size: 778.77 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: 349.36 GB
    • Received: 3.06 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.