Loading Tool

Explorer IconExplorer

Memory Pool

80,224 transactions
29.58 vMB
0.08968553 BTC
Random Selection Loading Transactions
Max Size: 179.28/200 MB

Candidate Block

Mining Attempt ed57603f2558d40e3ce514220616d6b688a5afb5289e1a6da985f4bcdef6a703
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root b7d9b34a59c0dfe3b915ca7ab1094e1e207dc99ac03eef75c33d9ed26b788b92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.02709771 BTC
Feerates: 278.95 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (164,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
750,486 750,486 000000000000000000035db9d6b8d7ba2818fcf8ee9df1907e9dd91577fcee23 83 0.02/1.00 vMB 13
750,485 750,485 000000000000000000031f92c15efcc0183831975cd97b559cfca80d90ea98ba 1,733 0.89/1.00 vMB 3
750,484 750,484 000000000000000000002ad355f89503cd9c1bea4ab22a60f6e2947da924829e 3,004 1.00/1.00 vMB 13
750,483 750,483 00000000000000000008603ae69e25e843584e40816e5e58254161ba59673e43 853 0.31/1.00 vMB 8
750,482 750,482 000000000000000000020e2bdf99105ebd79feffe4ed5a9b4a39c880a300d569 1,293 0.75/1.00 vMB 5
750,481 750,481 00000000000000000009c65f8bb356daa6adc181ee532d0d8e36e28b49c0c8ac 2,809 1.00/1.00 vMB 8
750,480 750,480 0000000000000000000171f39891841e7128e85f45f386ddde82f65c12dd5773 399 0.16/1.00 vMB 10
750,479 750,479 00000000000000000006e1bb77ce90948b3050df8ee2143d1913fd583ce3c765 1,304 0.63/1.00 vMB 4
750,478 750,478 00000000000000000007cb8a63d4c0f24bf0e1c3e6bedbf0436ebab43a3ee690 1,281 1.00/1.00 vMB 11
750,477 750,477 000000000000000000098f79590f23c8bb78c3d4d22d1cd4bab3a0e94fc7e6be 498 0.14/1.00 vMB 10
750,476 750,476 00000000000000000005d0b2bbb26ce7bb0eef932eed58853ebe6525ca71c85a 407 0.25/1.00 vMB 2
750,475 750,475 0000000000000000000758f0830f8c7cf41c06740b2004b4186e439b0b989062 2,312 1.00/1.00 vMB 7
750,474 750,474 000000000000000000075b5ed627c298942eeb4880b9c9da04b0ba5df6f9319d 1,426 1.00/1.00 vMB 4
750,473 750,473 00000000000000000006d63e227b2aae14fc2d1bbbc2d65dc10d0463040289e3 2,087 1.00/1.00 vMB 2
750,472 750,472 00000000000000000003151c2f7dbc0863303d2348afb13553f5edc3cd73c1e7 2,530 1.00/1.00 vMB 6
750,471 750,471 000000000000000000069809e5cd9d01d2694209d48ca0f64bf074dcf4772677 2,387 1.00/1.00 vMB 10
750,470 750,470 00000000000000000009e98c756e9cf4a47345f8302cbd6dbc29719ea5dc2ef6 3,515 1.00/1.00 vMB 16
750,469 750,469 0000000000000000000049fae95e592bed69238e379af3699e680db233fd01d6 3,213 1.00/1.00 vMB 16
750,468 750,468 00000000000000000008fc27fec9e75d2d87c23ec47b68393611edb9e273e3c5 2,159 1.00/1.00 vMB 7
750,467 750,467 000000000000000000094b581d1d7740bacb1a969dafcb351c694ad65adab2c7 893 1.00/1.00 vMB 8
750,466 750,466 00000000000000000000c42d617df7b41ab6e4d7ca3918a58f2d1afd39fc30fd 2,793 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.