Loading Tool

Explorer IconExplorer

Memory Pool

19,183 transactions
10.16 vMB
0.03339390 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.29/200 MB

Candidate Block

Mining Attempt 7d999a4d15bbc028b1d6adb633f0a01c3baa696e58ec108a48edaa144ea03a83
Version 20000000
Previous Block 00000000000000000000a467ad5015fa9fec2a6bd3793c4f43fb0165dceca392
Merkle Root 650fb20239379539e0213b1634406e239a94ad3a1a4f2dfa4632a1ea02e4cedf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,862
Size: 0.99789425 1.00 vMB
Total Fees: 0.01733814 BTC
Feerates: 101.35 > 1.74 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,628 (768,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,029 145,029 00000000000005e9692ad9b233cde6f8c596ed75429210bf3b571e5662728c06 58 0.02/1.00 vMB 121
145,028 145,028 000000000000072e670b7332f615d3189bc7ed364108d416ff985facf68a16c2 37 0.02/1.00 vMB 134
145,027 145,027 000000000000032932b203152f54175870e7f1709e815b5f6ce1184047d0d584 86 0.04/1.00 vMB 106
145,026 145,026 00000000000005688651d978b72e511bc67aa2a87bb51d77a1e433c2d439e2e2 119 0.04/1.00 vMB 149
145,025 145,025 0000000000000286c8f13c78e5025c4b23e95557cace7740c74a59b370b39242 12 0.00/1.00 vMB 16
145,024 145,024 0000000000000913bb5dbe69694bc03d0d36277be875aeba7f5fbaaad4a4c4b5 75 0.06/1.00 vMB 75
145,023 145,023 00000000000002aa4b2423b6e682417ab9fdc68316c1fdea3dedbebd92b1f1fa 91 0.04/1.00 vMB 302
145,022 145,022 0000000000000894a61d0683624a5b363cf07f3404c014b799d8d07f2eb52b7d 28 0.02/1.00 vMB 190
145,021 145,021 00000000000007538c0e6200961c4c8a2d7447885f4b33817abdd564482c2e2c 13 0.01/1.00 vMB 254
145,020 145,020 000000000000037254b6afd7ff2c7dbf18de261eea856f3a6ac1f1ce96d11a8d 82 0.05/1.00 vMB 44
145,019 145,019 0000000000000892943ab3ceb02c6732dd23b7aee447cb54f84f973c3beba9ec 78 0.03/1.00 vMB 98
145,018 145,018 0000000000000113c52386286a5fd2df3d72e4432eaa9b5159f9f7f8d1d8760c 25 0.02/1.00 vMB 394
145,017 145,017 000000000000069889a41526a45d7e03d85f69a71bdd1f8ad9391ba3c355296d 29 0.01/1.00 vMB 105
145,016 145,016 000000000000020f1fefdb1c021666ada7341247a943a4817bab53747021380c 89 0.02/1.00 vMB 86
145,015 145,015 000000000000095ce0662394818ad1552e64a1479afc633ba8e49d5aa1a0f9a8 23 0.01/1.00 vMB 71
145,014 145,014 000000000000068299f1b4c01702f5c767c7bd64719bd6093a53187d1169ee1e 4 0.00/1.00 vMB 0
145,013 145,013 000000000000040eebab20dd5ff54bda480f2a4215b2fb49054d8d380afa7a16 12 0.00/1.00 vMB 0
145,012 145,012 00000000000006c102ac61a09efcd0a3571e8ad98c03bcfb41676d932f402ed0 10 0.00/1.00 vMB 353
145,011 145,011 00000000000001c2c40dd40bbbd24b34468022096c307c3be5e30a830df74603 34 0.02/1.00 vMB 68
145,010 145,010 0000000000000158f8cecb49dee0382f806580f953fcefce8751c4873b964386 96 0.05/1.00 vMB 220
145,009 145,009 0000000000000329366a90fe462f32c8d50e3a03744cefdbb2205b7fee8ecba3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.96 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: 467.42 GB
    • Received: 2.88 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.