Loading Tool

Explorer IconExplorer

Memory Pool

26,827 transactions
10.98 vMB
0.02845046 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.84/200 MB

Candidate Block

Mining Attempt c33fa40223bacaec1a3f6c9b3e18846f9ae9103f6f52a506febb4e846ffbccbd
Version 20000000
Previous Block 00000000000000000000345dc9e69fd2d760c5a3c4365071a3c59a5f75868eea
Merkle Root 29967119ad6713f4fea41bc30c184db28db453ae40d434a43d2e410e17d54837
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,458
Size: 0.9979485 1.00/1.00 vMB
Total Fees: 0.01037665 BTC
Feerates: 40.21 > 1.04 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,601 (710,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,017 203,017 00000000000002aa2cb1043a4d54859d956cea805ba797aebb45f8bbe6b5279b 126 0.05/1.00 vMB 123
203,016 203,016 00000000000000115b4fb1167bba6370b8f0218608640bc7ee6210b825035b6e 132 0.06/1.00 vMB 139
203,015 203,015 00000000000004b5720410d3053ceb1bd2e9119442828e8592635f3ee4190141 81 0.04/1.00 vMB 120
203,014 203,014 0000000000000304ed755af78df8cc792855e9f6430285621deff7fb2dced8ec 20 0.01/1.00 vMB 77
203,013 203,013 00000000000000fa041a2393db3f9953c33e2822f2191a1865a63b6d16205894 378 0.23/1.00 vMB 99
203,012 203,012 000000000000002a5c4122c6bfa94d11362555927712b6d6ba50bf9c33ebf231 128 0.05/1.00 vMB 42
203,011 203,011 000000000000013635f8c228b7a9c375145269c3f3912a7f5a47489ebcbeaed8 481 0.24/1.00 vMB 152
203,010 203,010 00000000000004e0f4e1513cd162336ac85fb62b571cfcbe31418e94fd305a84 118 0.05/1.00 vMB 88
203,009 203,009 000000000000035aea515d27de0f04e3fd19f6002ab1734f921143ca5d2ed927 682 0.25/1.00 vMB 156
203,008 203,008 000000000000018acaf56da4849fa51a47764d8d0d7bf2235620fde4235e0d5b 590 0.25/1.00 vMB 252
203,007 203,007 000000000000002e55913f90d7fb9f0d9f9d2842d22f41f401a8983ed65d8dd1 382 0.16/1.00 vMB 163
203,006 203,006 000000000000031c4a8e7242f234d11f601b5680bee514edacaadd8dbd7780f2 111 0.05/1.00 vMB 109
203,005 203,005 00000000000003d3b71d28262bf1cde299d36e1242485705ebe6cbbd86ebb5de 89 0.04/1.00 vMB 102
203,004 203,004 00000000000001543e23ae2702ebc5d808cc52c8bf7b37964df1c2fddf30e9d7 146 0.08/1.00 vMB 125
203,003 203,003 0000000000000162292b3e3387b9579dc785ba50ec5fc671b794856b3aa5ad0d 550 0.25/1.00 vMB 224
203,002 203,002 0000000000000095dd1eba10eebd04f49ec3b6bc18096245de3ab6457629361d 255 0.08/1.00 vMB 152
203,001 203,001 00000000000003b7e4d0e72aa776ce346c4a2a803b2dc8a06f59a0d7f777a02d 651 0.25/1.00 vMB 164
203,000 203,000 0000000000000575e3b569cbacc02e284a292fca7872b37c433bb3a03a5de4fd 124 0.05/1.00 vMB 73
202,999 202,999 000000000000023328423db10122dc1a76d7713b8260b069b722952b9822e513 1 0.00/1.00 vMB 0
202,998 202,998 000000000000025ee02eebbb027a761d06a759f0295bd74d7ddbaf7f4ff473d3 672 0.25/1.00 vMB 171
202,997 202,997 00000000000003f4a23a889538ba5edefa6e5ce805288206d7b594cff951ea8a 368 0.26/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 779.91 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: 459.65 GB
    • Received: 2.64 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.