Loading Tool

Explorer IconExplorer

Memory Pool

44,465 transactions
26.58 vMB
0.05814383 BTC
Random Selection Loading Transactions
Max Size: 140.55/200 MB

Candidate Block

Mining Attempt 59f3172522a116bccc384d9a3daceac82fde93d95f645af1fc45e19fe8e4b5f7
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 8bea3d7faf2394f99fcc438e8b74c7daeddf41b35819382e4ca8f5451e1b2404
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,494
Size: 1.00 vMB
Total Fees: 0.00937605 BTC
Feerates: 101.72 > 0.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (225,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,441 689,441 0000000000000000000d5d4977a219cc368d8191f5c08511d866d6b9a901eeea 2,355 1.00/1.00 vMB 94
689,440 689,440 0000000000000000000b2df7005362c3257fd062fa7e20e1eb47a73a276c8d07 2,672 1.00/1.00 vMB 100
689,439 689,439 0000000000000000000ada83a51809fbf7d74f95218a8652db18ff8aedaba78d 2,653 1.00/1.00 vMB 100
689,438 689,438 00000000000000000002e4065f338959619aafbcfacc8b238f31948fa3a172a7 1,284 1.00/1.00 vMB 84
689,437 689,437 0000000000000000000425e11fe5f16265241336fbe4a08df21a6cee860aea73 2,234 1.00/1.00 vMB 98
689,436 689,436 00000000000000000001325dde2a19f4660b0463b83fccac6ba2593bb69d62c0 2,773 1.00/1.00 vMB 101
689,435 689,435 00000000000000000002dc178270764a4d4acca241453e99977e21e5e09f166a 3,104 1.00/1.00 vMB 98
689,434 689,434 0000000000000000000134422e890f2c9af52016af4aa767a23eed4ccb005740 1,969 1.00/1.00 vMB 92
689,433 689,433 00000000000000000009d3c5cf06d1ea4ff49024ab59312bba601c4ed3aaa87a 2,965 1.00/1.00 vMB 100
689,432 689,432 00000000000000000007e06922662bd987d6cf4ba10b8ea6a024c8925c4dadfe 3,039 1.00/1.00 vMB 80
689,431 689,431 0000000000000000000650be1f7e83d681ae0e5365da99e7ea0b542c9a4ac5cc 1,612 1.00/1.00 vMB 76
689,430 689,430 0000000000000000000c216abe14bfeb1c21974d0aeaca10ff3cbcaaaf62a175 964 1.00/1.00 vMB 81
689,429 689,429 000000000000000000072295c6e2da3c38fc0eaa5b7cd83cf2b33af940436fd9 2,411 1.00/1.00 vMB 91
689,428 689,428 0000000000000000000c132f450ca924498f81c2e7fa9ae1bda09a19eb8691e1 2,565 1.00/1.00 vMB 87
689,427 689,427 0000000000000000000906fe0216ad3838065c2e2c46dbec9313e364ad291d42 2,915 1.00/1.00 vMB 104
689,426 689,426 0000000000000000000d38130efd48061baf240d0f041401cf82f3f703e8c4eb 2,972 1.00/1.00 vMB 80
689,425 689,425 00000000000000000003292a68e5c7665e8e2c286ce313bb037e9ad07475c8a9 2,875 1.00/1.00 vMB 98
689,424 689,424 0000000000000000000861bd9e0cc90cc802b2ff872f21c2d118ea72b572c612 1,247 1.00/1.00 vMB 87
689,423 689,423 00000000000000000009e75c67b6acb42d96630b30e5b14e022deca7b1f6e20d 3,423 1.00/1.00 vMB 98
689,422 689,422 0000000000000000000aa224853571fc2e224292fc7250fea6354583621cddef 3,307 1.00/1.00 vMB 82
689,421 689,421 00000000000000000003972fe967fc6d3f83607d1a9205d67cfbd717a8770fa8 1,961 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.00 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: 648.93 GB
    • Received: 13.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.