Loading Tool

Explorer IconExplorer

Memory Pool

42,023 transactions
26.78 vMB
0.05690078 BTC
Random Selection Loading Transactions
Max Size: 140.58/200 MB

Candidate Block

Mining Attempt 9e7306feabf4afe612b7591bc3cd9c44cfae69cee7afc77c23267299ea9c339e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 1b58e0c33bfe4ed24bb9234b1be58df40421ca4556bf2623b5fdde2c1930a81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,497
Size: 1.00 vMB
Total Fees: 0.00736050 BTC
Feerates: 103.41 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (123,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
791,474 791,474 000000000000000000058f30ca6a69966917bb7e9aee02a87250c03c12f85315 2,860 1.00/1.00 vMB 39
791,473 791,473 000000000000000000000329d9b9ec7dc28536edc4249ac2e78e5c39abd2b7b0 3,066 1.00/1.00 vMB 62
791,472 791,472 00000000000000000004e114e49147a6e1d5c56aebd1f5dd825d8583f58b6fe6 3,025 1.00/1.00 vMB 49
791,471 791,471 00000000000000000001d314a1aec5a21e4df5f875d209270329dfb8ec58098b 2,949 1.00/1.00 vMB 38
791,470 791,470 00000000000000000002e052c9ff61eb1e9e075beadda7cad74184089f0bdd2f 3,753 1.00/1.00 vMB 47
791,469 791,469 000000000000000000003bb9b40f84c2f1e13219fe6298c288883df17d76f361 3,707 1.00/1.00 vMB 73
791,468 791,468 00000000000000000000d393eb931d45391556bc8982d889fcfc17dfa03f2d79 4,141 1.00/1.00 vMB 82
791,467 791,467 0000000000000000000301cd90d0f288ba3730ece36806ce8b077b73945e23d2 2,659 1.00/1.00 vMB 95
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.52 GB
    • Received: 14.32 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.