Loading Tool

Explorer IconExplorer

Memory Pool

46,197 transactions
28.00 vMB
0.08617821 BTC
Random Selection Loading Transactions
Max Size: 148.25/200 MB

Candidate Block

Mining Attempt ca6939dbbe691a4e6a1bab3f25a9863eb289f9b709ac86f08ab16c7cbfcc55bb
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 88e11725e2b9bd48b86e005a12830aa673bc94b101a42a2b1dc37d76e09f48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.03170673 BTC
Feerates: 181.54 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (425,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,291 489,291 0000000000000000008f7be8658c5a8a0b9731ffe60ba158ad81a98ce12c471e 2,354 1.00/1.00 vMB 155
489,290 489,290 000000000000000000c7cbe9fb54b8881b42a52627532fa41484dab30bb5b104 2,171 1.00/1.00 vMB 153
489,289 489,289 00000000000000000058fbf36f1a940b672c260f59cb2e6bc75707d2f8be84d0 1,907 1.00/1.00 vMB 34
489,288 489,288 000000000000000000f20d2ea5579e344ab6cfa5a904d58aeecebc72617eb7af 2,516 1.00/1.00 vMB 154
489,287 489,287 000000000000000000b02bce9a5b9356dc1e1ea6576632cdb41cc213463f06db 2,081 1.00/1.00 vMB 144
489,286 489,286 000000000000000000693be21f8df9db130c0cc12a5d73e03b433e9b59131435 1,918 0.98/1.00 vMB 112
489,285 489,285 0000000000000000007e1658aa988863e1998d76feeea79517a5dffe00fdca8b 1,850 0.97/1.00 vMB 117
489,284 489,284 000000000000000000025c3706d287dcc057c2ad7ada36ff85ef702440d737ae 1,347 1.00/1.00 vMB 77
489,283 489,283 000000000000000000add5686931b0ef2ab7d6618139eceb2a0b19d41b4a6869 2,118 1.00/1.00 vMB 39
489,282 489,282 000000000000000000dd91555b5ad57d2931276ee225fa8ba404ded6d29a86e0 2,462 1.00/1.00 vMB 149
489,281 489,281 00000000000000000080a765322902b410e43efb5944d95a86f1e6368ce600a1 2,015 1.00/1.00 vMB 103
489,280 489,280 00000000000000000005faa62b0a2098b7a1afb842dce5606e16a03c49a65b52 2,637 0.98/1.00 vMB 181
489,279 489,279 000000000000000000ad2b8456119ee61e632776065f3b1f278d6c7333a552bd 1,759 1.00/1.00 vMB 76
489,278 489,278 00000000000000000033b0e20db207fe2d3f53cd451be89c3ba6ea64c7214a07 2,116 1.00/1.00 vMB 54
489,277 489,277 00000000000000000051fb9bb685450b8e51ee0eb825c6dffb730e6f7b74d156 1,728 0.95/1.00 vMB 69
489,276 489,276 0000000000000000003ec2164613d405de7e4273958bd999253ba0b9f6f723c9 2,561 1.00/1.00 vMB 89
489,275 489,275 000000000000000000dcf71b2c4b808b838a5bdde106bd3296e736e5eb76e5dd 2,246 0.96/1.00 vMB 63
489,274 489,274 000000000000000000c662d03f7138e4c26c6d678484bb8d9025ccf216e048f2 2,280 0.96/1.00 vMB 82
489,273 489,273 0000000000000000007004738705af03a1178fbd341a39626e43c206365026e0 2,710 1.00/1.00 vMB 95
489,272 489,272 000000000000000000c1da2d17c277d7f999f8b01891585810e37f5d49159a14 2,418 1.00/1.00 vMB 75
489,271 489,271 0000000000000000004e77a8b3fdf7a87d9f767f2d1a4d218d8d6b189856f393 2,210 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.