Loading Tool

Explorer IconExplorer

Memory Pool

81,549 transactions
30.02 vMB
0.09309769 BTC
Random Selection Loading Transactions
Max Size: 181.19/200 MB

Candidate Block

Mining Attempt ef935eef90b1be4fae5873c44a2fdb93db080e038397fb37903aba8cab8bf911
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root a84cac5f35292f12303ddbaa6bebc54cf00a010d9fb1eb864930c4e2872d4b3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,283
Size: 1.00 vMB
Total Fees: 0.03180853 BTC
Feerates: 526.32 > 3.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (250,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,575 664,575 00000000000000000006969bcc744123e920cbe46ccbde0dd82c9e0a96680c60 1,801 1.00/1.00 vMB 21
664,574 664,574 0000000000000000000152cc90aef9aa3768f43d4394dcaa40eded085fe3e4e0 2,083 1.00/1.00 vMB 44
664,573 664,573 0000000000000000000efc2c2f2c9a01c7b64a3a901d96ff915103493d5b1909 2,331 1.00/1.00 vMB 31
664,572 664,572 0000000000000000000e12ab2befbd1bcb1ffac6d7b2713a72234fdb7a1cd1f3 1,897 1.00/1.00 vMB 72
664,571 664,571 0000000000000000000584008fb2b02949a00f8afb66edf9c78093db0ce1ca24 2,424 1.00/1.00 vMB 101
664,570 664,570 0000000000000000000d131a632de7fbb24fbabb7e04b46431305a8631a3f174 2,498 1.00/1.00 vMB 25
664,569 664,569 0000000000000000000b6a90545eba75c3cf612549c5c7abfba9080a47f62e3b 2,216 1.00/1.00 vMB 82
664,568 664,568 00000000000000000000b36d7641a672784d17cc5003e4b2eab5fa55da90c287 1,899 1.00/1.00 vMB 42
664,567 664,567 00000000000000000006062708afbfe1d1015756787b82e5d8f794228195af75 2,058 1.00/1.00 vMB 77
664,566 664,566 00000000000000000009d10d371b98e5d8419038deefac166e4e45206553b954 2,157 1.00/1.00 vMB 28
664,565 664,565 0000000000000000000d38f0c3fce764f6bf57149a1e853b87ecb8afe0afa006 2,250 1.00/1.00 vMB 85
664,564 664,564 0000000000000000000c102ec7198405aef10430a89e6d47aa976f4dd770ff99 2,248 1.00/1.00 vMB 17
664,563 664,563 00000000000000000007756e832222725fad924c2a21b6bc86c0cf8590cdca9d 2,730 1.00/1.00 vMB 40
664,562 664,562 000000000000000000008f4e9f63f3e2a57b14ea19a3f732d62c2bb46d66c69b 2,350 1.00/1.00 vMB 87
664,561 664,561 0000000000000000000423daec72f710ff589dcbfa55f2c49c6bd02f9904f787 2,254 1.00/1.00 vMB 49
664,560 664,560 0000000000000000000d9afff4b6793e392766a828992b5f5e45dafe93a3f8a6 2,200 1.00/1.00 vMB 75
664,559 664,559 00000000000000000000e4268f44968f14f101fa21378838d2dd4227cd6372c3 898 1.00/1.00 vMB 69
664,558 664,558 0000000000000000000b84668e3c42d4d3d71a23d1414bccf8db361f71787c6e 2,380 1.00/1.00 vMB 27
664,557 664,557 00000000000000000001ff2e37d3a1dc187eeced0e35479ae7d0a6689837090a 2,179 1.00/1.00 vMB 41
664,556 664,556 0000000000000000000aad54e4ca9593756237c786dd147768e9e50eff59928b 2,350 1.00/1.00 vMB 62
664,555 664,555 00000000000000000003018afb9aa1b74e53b4ad42988e85108a57f690e4dbfc 2,601 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.