Loading Tool

Explorer IconExplorer

Memory Pool

18,034 transactions
10.86 vMB
0.03151807 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.90/200 MB

Candidate Block

Mining Attempt 36d9cb8f6e5d09c2dc078251940a0c0df880099b493f78d059f55cded30497ba
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root d1e9368e71327f1c3857500e6baaa97ccca81eda669d309867c62be2416dcbfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,279
Size: 0.997901 1.00 vMB
Total Fees: 0.01416183 BTC
Feerates: 100.32 > 1.42 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (740,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,158 173,158 000000000000090eb18edf2987017bccd2a8d01a7d190eb8f26a22ff92111c7f 41 0.02/1.00 vMB 56
173,157 173,157 000000000000025d2b263f67a17f034eb9b7acbec3d0481bf9e70befaa7f5f62 1 0.00/1.00 vMB 0
173,156 173,156 00000000000007aded2a025b0e1ce117a84407c547a440a7d4491d337bdc00c8 1 0.00/1.00 vMB 0
173,155 173,155 00000000000005519281e56c44c9f13fb2959bc1d3a40ca9832dc9be7dd8ba75 43 0.02/1.00 vMB 26
173,154 173,154 000000000000010cd88e4986915d12d506ce30e9745ca8c66083e3b7b920437d 28 0.06/1.00 vMB 497
173,153 173,153 000000000000080784d8b84b62de340a44a181d20b102d30ff5d91243e8ea573 24 0.02/1.00 vMB 193
173,152 173,152 000000000000021b77fdae3652d4af130bb9b8fde842612fa2fef978bba9ce24 46 0.02/1.00 vMB 118
173,151 173,151 00000000000004520ba1b2f9d72738cb172c3ed8ef4326be6f80e5051162d12d 159 0.05/1.00 vMB 7
173,150 173,150 000000000000003742d78eacbb6dc7ee688cc058ef5aeae6a7bfde6c5d0caeb9 78 0.04/1.00 vMB 58
173,149 173,149 00000000000000c2819b515154ff92bf12f394bb5c5f0133dc88ff7e1f48e1cf 117 0.05/1.00 vMB 64
173,148 173,148 00000000000008fbb00df1efa6881443d96ca9ba7b9d160d969a7e4cae555ed1 91 0.05/1.00 vMB 240
173,147 173,147 000000000000093be200973087121bd6ab96678d055549bc3dacb38856e07f01 1 0.00/1.00 vMB 0
173,146 173,146 0000000000000b0234fcb64a19d49e96d703ea217afd1126f435c39de0303371 1 0.00/1.00 vMB 0
173,145 173,145 00000000000007f8b7e9b40678db1980efcaf6a4007b67b4d3c8930da93d2847 44 0.01/1.00 vMB 3
173,144 173,144 00000000000002a9322f2bcd8ed16c00db691061db32047b11c926bf6f07f610 111 0.04/1.00 vMB 170
173,143 173,143 0000000000000484c802a869d0e17d608d1bcdf2b818410e9f60b7d8eb1d84b7 1 0.00/1.00 vMB 0
173,142 173,142 00000000000006d6d878087cb1cac8446e5455ce136fb8a8e52cb93fef0a6688 89 0.05/1.00 vMB 495
173,141 173,141 0000000000000436e3f94d4e78e641cbbca7340f45641a7de021cdf1310b4d0f 49 0.02/1.00 vMB 74
173,140 173,140 00000000000000ad569604d30f548cc9cfd1108424525eeb1844081ddb16606a 18 0.02/1.00 vMB 34
173,139 173,139 00000000000008d5951c8ed521a57eed16d37cfce974ce82a18e8b550647c6a9 55 0.02/1.00 vMB 128
173,138 173,138 00000000000000f55a1de68d6536ed6ebe01e71399df29695f79689331694d9e 144 0.05/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 780.28 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: 516.22 GB
    • Received: 4.43 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.