Loading Tool

Explorer IconExplorer

Memory Pool

35,680 transactions
26.07 vMB
0.07214532 BTC
Random Selection Loading Transactions
Max Size: 132.57/200 MB

Candidate Block

Mining Attempt 2e99c1e3e450db48141b321331f0416086f1e62519a05ddce14beb1e9a4cb8c0
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root babdd32a78250db63d6fd35b0f8f471b63008e0b3d5183341502db368ad6e024
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.02407443 BTC
Feerates: 250.88 > 2.41 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (151,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,595 763,595 0000000000000000000105512f0e0dbbf21ce5a5fe0d655f414ac3b991ae0bd5 803 1.00/1.00 vMB 31
763,594 763,594 00000000000000000000143dcbdb8e88480b0dcf008c0b4f7dccc424fe034fc9 1,213 1.00/1.00 vMB 37
763,593 763,593 00000000000000000005488dc14b0ed82a5ac4e9e3b829438a5dffc0fa14bd04 1,275 1.00/1.00 vMB 36
763,592 763,592 00000000000000000005dac40181cbedd14f450db3eb42742ac094a6b1b2a6fc 3,345 1.00/1.00 vMB 46
763,591 763,591 00000000000000000006367529e72a6954ae5abf726efbe2d1bc0959d718aa2a 1,528 1.00/1.00 vMB 26
763,590 763,590 00000000000000000006b4a8a5157c780075d3a4cbfe660ca23f76c52506eacf 282 1.00/1.00 vMB 15
763,589 763,589 00000000000000000000ea237e9ee3b9731afc0b1dc49886313579a5cd7bbd62 541 1.00/1.00 vMB 16
763,588 763,588 000000000000000000028e103407a4b42d9a606b2ca1d8518f7d968dea186f9c 1,146 1.00/1.00 vMB 15
763,587 763,587 00000000000000000000e1f88d35a65ef9b6772fd7e3afda576b3ecec8269f2d 3,025 1.00/1.00 vMB 23
763,586 763,586 0000000000000000000663c8760ca2e547e2e6662ae4724af3376acf8f5bb4aa 2,970 1.00/1.00 vMB 35
763,585 763,585 00000000000000000000fde8490252251731ec0d498d991c6c6c1fecafd2e2be 2,776 1.00/1.00 vMB 18
763,584 763,584 0000000000000000000221c3050caafe3636deb0a69f3c91c7809b297363a721 2,091 1.00/1.00 vMB 25
763,583 763,583 000000000000000000040742a08bbaeb07b57234d8de16f324aa59e21fd90914 3,012 1.00/1.00 vMB 32
763,582 763,582 000000000000000000051d7acb070a686141ab93a4ad0bdc9e5343053b6d72c5 225 1.00/1.00 vMB 14
763,581 763,581 000000000000000000019e7b7c4e2abf58751380a53f7b01aee5a86e7bf5e309 2,205 1.00/1.00 vMB 22
763,580 763,580 00000000000000000000813afa48a30ab539eab17413fabd603c06f5b35844ed 2,389 1.00/1.00 vMB 17
763,579 763,579 000000000000000000055310760c32b59e5be2ce5d85615eaf76015e6e0a32ac 2,914 1.00/1.00 vMB 33
763,578 763,578 0000000000000000000360293bd9c395b5307e9a87bda2b15fb18b1eb77177b0 1,312 1.00/1.00 vMB 17
763,577 763,577 000000000000000000057b12ef5dfc2c14bdc4f33fd756198960cfafee7e2314 2,650 1.00/1.00 vMB 29
763,576 763,576 0000000000000000000002098822b5299710bacd35b2b1e4e23dc50dba517708 710 1.00/1.00 vMB 16
763,575 763,575 000000000000000000042a8818cab34a997ae3a8dfd1f8e2c157dd27d2737bf9 201 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.