Loading Tool

Explorer IconExplorer

Memory Pool

75,625 transactions
28.31 vMB
0.06371200 BTC
Random Selection Loading Transactions
Max Size: 171.42/200 MB

Candidate Block

Mining Attempt 14c33ab2eb086e715168d2565b0ffc1fc0c5b688e43caecc14ee5d61c3026c44
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 47c6a249ed67b6f4635d37e6c36b3f24ef4b8a0eb0725d9ce24c1fdb8f96f36a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,283
Size: 1.00 vMB
Total Fees: 0.00524016 BTC
Feerates: 101.00 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (267,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,378 647,378 0000000000000000000adbef9b4edff7559d0c1916cfae44ea2381a23cdc0590 2,614 1.00/1.00 vMB 81
647,377 647,377 00000000000000000003b833d103c8c9b0792604a6f48791daadfe2692c69ed3 1,963 1.00/1.00 vMB 47
647,376 647,376 00000000000000000005abde4fb3ffef6a8595646a2d5b436a03a4ec4d47e63d 692 1.00/1.00 vMB 20
647,375 647,375 00000000000000000010226bbee2a23c600343f2b7593f501bef4fa11cf54cde 2,149 1.00/1.00 vMB 19
647,374 647,374 0000000000000000000799ae32862626f512424aac49bd549e28ccf84b6cb160 2,091 1.00/1.00 vMB 93
647,373 647,373 00000000000000000005f5e446e6d8282ed19949511be606cc138b7dd543e28f 2,174 1.00/1.00 vMB 40
647,372 647,372 0000000000000000000af469968e1ad1ca86ca34d44f6ea24066b08f869464f4 1,977 1.00/1.00 vMB 47
647,371 647,371 00000000000000000000d9efae5d8b23187fef9352791576b7355ceeff14f46a 2,502 1.00/1.00 vMB 59
647,370 647,370 00000000000000000006a07f5f1feec92c49f1159d3006fa580bfdeccfdd2904 2,814 1.00/1.00 vMB 45
647,369 647,369 0000000000000000000b72b8fc7c1c51d3f167d55354575ca0b1573701244f77 2,864 1.00/1.00 vMB 27
647,368 647,368 0000000000000000000cbd559aac356866895c8c17ee28bcdbbb90525645d5ee 2,510 1.00/1.00 vMB 46
647,367 647,367 00000000000000000008083396a610faaacf682d348f38c6bc999a474d4bd96b 2,877 1.00/1.00 vMB 33
647,366 647,366 000000000000000000059f7f4cf8bbe76041df3daef7d66ad99a344ac9a3612b 2,474 1.00/1.00 vMB 85
647,365 647,365 00000000000000000005dd74188dc9711325e74a54c0fbe46c709efbf4f064d0 2,994 1.00/1.00 vMB 49
647,364 647,364 000000000000000000048c222b70bb221de800869fea8bc3bed9a9cffab97026 2,314 1.00/1.00 vMB 81
647,363 647,363 0000000000000000000367fe747da9e117dcd2b1c71c1351c856c62a4c4009d8 1,891 1.00/1.00 vMB 90
647,362 647,362 00000000000000000007731449013e8f1303b3f9a9ca9958450949cc2c49262c 2,497 1.00/1.00 vMB 109
647,361 647,361 00000000000000000003d139225c8decce9aa0c1d9eb5f5ca8f9ec138ddcb006 2,948 1.00/1.00 vMB 109
647,360 647,360 000000000000000000088f0383f54c69007820b723524eca7a3d85e9569ae4ab 2,779 1.00/1.00 vMB 95
647,359 647,359 00000000000000000000627dd73ff5f1adcc33e71d827c01611c0f7cbfb809c5 2,792 1.00/1.00 vMB 27
647,358 647,358 0000000000000000000e80ea707c9b21c6e96c2e858d7df65aae7263f3df7468 2,818 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.