Loading Tool

Explorer IconExplorer

Memory Pool

41,372 transactions
26.56 vMB
0.05619696 BTC
Random Selection Loading Transactions
Max Size: 139.18/200 MB

Candidate Block

Mining Attempt 7d86b1570aed19c6555ca35d4ebc3af60bfee9d351023e9b5fd397bac0645701
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 8a25db823756f30078d527a330ad20ac9ceb311bc133d254aa545cefb88d4938
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,073
Size: 1.00 vMB
Total Fees: 0.00732759 BTC
Feerates: 99.90 > 0.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (732,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,209 182,209 0000000000000015e35ea031e2ae82dd0be38fdcc353b22ee50bb51b72f232df 630 0.28/1.00 vMB 110
182,208 182,208 000000000000077ab024d4ddcf54b3fdde1ec9ac21a3acf2c9e4d2001a029f01 310 0.14/1.00 vMB 140
182,207 182,207 00000000000004dff1b6e1b2da5ab30c39684d4cddba2fd3c2fa85adea648616 136 0.05/1.00 vMB 260
182,206 182,206 0000000000000a72f378a974c24ced8fea22941e7774b7344af86ab306083a98 10 0.00/1.00 vMB 15
182,205 182,205 0000000000000715dce6b085c6c4f815b6a5edb8fc2b8ad30e08ed74a4c4d69b 146 0.07/1.00 vMB 210
182,204 182,204 00000000000004d1f7260a272db163f2094295e563a277d6da6339daa074ee44 32 0.02/1.00 vMB 24
182,203 182,203 00000000000009ac95567e8142f11b6d10d92ae0581ef086f795e3a8c00a38ca 452 0.16/1.00 vMB 121
182,202 182,202 00000000000001e3e536ee1fe12134859a9a8d9ece9e0d3b3464083b0f71cedb 128 0.05/1.00 vMB 86
182,201 182,201 00000000000005816c93f7fe9500780a426cf130f547d40b5c479cff3723bf83 375 0.25/1.00 vMB 173
182,200 182,200 0000000000000873b6cd618f4d5d2e301f38d9a6ff1104644c2df07df6a779a2 62 0.03/1.00 vMB 662
182,199 182,199 00000000000004a5e0e06d132afadbacca8c922f64fefc5494948ffd0ebdae33 395 0.16/1.00 vMB 134
182,198 182,198 00000000000009dc6455dedc1e4163d27bae41692cbb1f30098a0cd447af54e8 122 0.05/1.00 vMB 182
182,197 182,197 000000000000009f0c3d6249bac5a20246160793665c7f4b7a94c1cfd4dd22ff 135 0.05/1.00 vMB 107
182,196 182,196 00000000000001a1f0a4f3acb63e1cdc5f54c46d7685bc175a19e7a50e728a2c 131 0.05/1.00 vMB 102
182,195 182,195 000000000000065de14d38fe609579c0ff4fc80918de0639cd961f6b034f51bf 443 0.21/1.00 vMB 120
182,194 182,194 00000000000004053db646e6095811ec4240661dceff66d27815a1b4f332cfe3 501 0.23/1.00 vMB 166
182,193 182,193 0000000000000955385789daf0f5a4cb87a59f19a3907a3f0fee27b4d7ff4dbe 73 0.03/1.00 vMB 414
182,192 182,192 00000000000005288839dd7da52a36c176fa9d1f397ca34f8d1e92973981aaa9 462 0.24/1.00 vMB 114
182,191 182,191 000000000000044cefad6f8d5d00b49834a8d02b2fe98c94ede1782720f2c838 6 0.00/1.00 vMB 327
182,190 182,190 000000000000041fa1696fab0d360965fdc6a63251e0a169b8842100cd3a4cba 119 0.05/1.00 vMB 92
182,189 182,189 00000000000009cd8e15cb34c8b0e14074a315763af9db2cc116f8d1947020b4 421 0.18/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.21 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: 654.27 GB
    • Received: 14.11 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.