Loading Tool

Explorer IconExplorer

Memory Pool

15,120 transactions
5.89 vMB
0.02778711 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.24/200 MB

Candidate Block

Mining Attempt 110ee9742ba558dc793171ac895c4106dd7830988b611d6cf819c740162c886b
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root 7d60dc7c8304750ee3e4894b4bde33b40e17532480f60922602dadae4e37cced
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,253
Size: 1.00 vMB
Total Fees: 0.01765110 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (724,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,018 189,018 0000000000000181637a8a44f4f1f8af31b825aa76240dbbce2b079ff43ae025 74 0.02 vMB 122
189,017 189,017 000000000000029952239aafa9f47d72b67c92bd8668e296a8bbec081772a8ca 64 0.02 vMB 150
189,016 189,016 000000000000048db78687845ccf832c58f8d3a63a09f97550a23267426fc343 38 0.01 vMB 154
189,015 189,015 00000000000003cd359f397f595abbb0257e3650b4e12b36d922031d06c7464b 128 0.04 vMB 121
189,014 189,014 000000000000074c6e8f46781b36433e507417d682f0933ae063ea3047358ec6 14 0.00 vMB 0
189,013 189,013 000000000000007d6bdbcd556973486724128ccf7c08c9f0c1956242a272ee0a 56 0.02 vMB 73
189,012 189,012 0000000000000733d89cf18a4a7b8ba74f6a4773b3b18516890150556d4b852a 84 0.05 vMB 83
189,011 189,011 0000000000000379a3ac4b0891eb6a1feb59a087c654462f9fbefc4622e41937 40 0.01 vMB 116
189,010 189,010 000000000000018b6b4f78f2fdd35fb2cfde81eb9ad5600b3ab0f4a4d64e4b3f 51 0.02 vMB 354
189,009 189,009 0000000000000661b2fe3924ccb0624f09637e6502d953dc8d0b86147c5dd081 35 0.02 vMB 27
189,008 189,008 000000000000044f60e16340025b05035e119acd3620124710d5c281d45c92da 82 0.07 vMB 93
189,007 189,007 00000000000004b4d46d96b21b94dd272425c40db45aa49659d833478c9c0236 251 0.08 vMB 121
189,006 189,006 00000000000008083b5e302a18949923c445f3a0d980f69609b515033993eaf2 32 0.01 vMB 160
189,005 189,005 00000000000005c0799c000bd4c71251b2bddde5994b62d12e40754fb8e82d9e 138 0.08 vMB 96
189,004 189,004 0000000000000823d3c81605641a7b3656914004de838d717f129891928af7eb 88 0.03 vMB 119
189,003 189,003 000000000000061cc3de70ee68d91a0731381f65ec2548259ef0f4b9f62f7d5f 32 0.01 vMB 118
189,002 189,002 000000000000071b478ae54e115c236e3b107af12aa31ad71d88cdd81f1b34a4 35 0.01 vMB 104
189,001 189,001 00000000000001d234cc1654342cbe77710fa4ebb68bdf5218379c7b35f85d4f 131 0.05 vMB 124
189,000 189,000 00000000000000cb70eababc6787d13fd1c157f487145b97a15339336855d797 71 0.02 vMB 90
188,999 188,999 00000000000008ce9b7e9820fbdd78e47669b5cbb29062a87f81ead6b5c4070f 13 0.00 vMB 15
188,998 188,998 000000000000083c940b71e15a80b6edbb1fc2a3e5b3259a302d5d4bea451b6e 115 0.04 vMB 156
Previous 10 blocks ↓
Total Size: 779.65 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: 309.52 GB
    • Received: 1.46 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.