Loading Tool

Explorer IconExplorer

Memory Pool

47,073 transactions
27.90 vMB
0.12917908 BTC
Random Selection Loading Transactions
Max Size: 146.37/200 MB

Candidate Block

Mining Attempt ef2f256509c4e75d1a369160d3ebd0bb9dcc9985bddb09183ca31cbfa00b2db1
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (123,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,495 791,495 000000000000000000039781e671c3865a2404fa376d6ee0fc2fe3a6eb904775 3,336 1.00/1.00 vMB 54
791,494 791,494 00000000000000000004316d711f43c2b243be29789858f4247fab3300f784e6 3,790 1.00/1.00 vMB 59
791,493 791,493 00000000000000000002eebb17e9ef0da8f18a86c2bfc401a58cb6c7b88644eb 4,016 1.00/1.00 vMB 62
791,492 791,492 000000000000000000014492ce743ada42a4e8dbb5eae43e6c9544f76d71dac5 2,268 1.00/1.00 vMB 68
791,491 791,491 000000000000000000035642029260d9cacaebc2761a8e196c61f01e192ef790 3,480 1.00/1.00 vMB 47
791,490 791,490 000000000000000000041afb91f0f7a0d78a117ec0d8ef1162549c1b8acf1252 3,815 1.00/1.00 vMB 69
791,489 791,489 00000000000000000003cf5a68c03e77c8ff91d22b8d9e3cba4ed5bb4102413c 3,787 1.00/1.00 vMB 90
791,488 791,488 000000000000000000002068acf220da02db95c10ef9ffec63be9bc9918ba10b 3,561 1.00/1.00 vMB 83
791,487 791,487 000000000000000000017b82ed9f192b38d5e441fcf44fa3961b6e064944ca47 3,544 1.00/1.00 vMB 70
791,486 791,486 000000000000000000025c48f78546245bbc6d2070be8ed0bb9fd7bd3d88624e 2,867 1.00/1.00 vMB 56
791,485 791,485 00000000000000000005234f5fc4954d10809cd40b1daf7eb489460ca0f3a450 3,351 1.00/1.00 vMB 82
791,484 791,484 0000000000000000000294c8a021ed7c15551ff136adc5a63c8a839f1fc79098 3,588 1.00/1.00 vMB 96
791,483 791,483 000000000000000000037fea7f7602cdd0d63a88026c14cdadbfdf9a0188d927 3,167 1.00/1.00 vMB 33
791,482 791,482 0000000000000000000180e52e650c89408a7f261c93d5f0dd696fa548673ea6 3,880 1.00/1.00 vMB 42
791,481 791,481 00000000000000000005a50f326c3068370429646043ef06c8a3ff2aabddf1dd 3,187 1.00/1.00 vMB 34
791,480 791,480 00000000000000000005a20531ab9ef1c515b2573b1b5840af5201951fb2c3ed 4,924 1.00/1.00 vMB 36
791,479 791,479 00000000000000000003b02723aee34006b1801e6bcaf56b85d07c325345b862 3,939 1.00/1.00 vMB 30
791,478 791,478 000000000000000000037612b1f1b3528a73c9f8c18ed0d47147919a27d83965 3,872 1.00/1.00 vMB 46
791,477 791,477 00000000000000000000abb3fa782fc3a74e9ce3cb1cf865e681a68a3074d7d2 2,879 1.00/1.00 vMB 56
791,476 791,476 00000000000000000000c3c1b61b86df0a7b32e93b43265d7ecb92e954585078 3,132 1.00/1.00 vMB 82
791,475 791,475 00000000000000000004cd9e20390b1a7d202a430764ebcef9d9859843641c3a 3,334 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.