Loading Tool

Explorer IconExplorer

Memory Pool

72,332 transactions
27.43 vMB
0.07462956 BTC
Random Selection Loading Transactions
Max Size: 165.74/200 MB

Candidate Block

Mining Attempt dd6dc06cc295a67d96c5e3d0de4b4930d5fc7cba1aa519bb5df987be5e5605d6
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root aa77092acc28f3b4d2faf77da9d100b67e0b8d47de54202a957e0f4361e483a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,470
Size: 1.00 vMB
Total Fees: 0.01558816 BTC
Feerates: 322.65 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (881,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,610 33,610 00000000689b2e7d1f07139da810f302056ad4ec93086ff5ca70526724aa539f 1 0.00/1.00 vMB 0
33,609 33,609 0000000000d64425274352b2ecce0da7259e24a6a0891bf5f8787e3c44edfc96 1 0.00/1.00 vMB 0
33,608 33,608 000000003dfb6fc4526556fa41050f9d6aaea59265505815ea8266efd5f3d705 1 0.00/1.00 vMB 0
33,607 33,607 000000006a291dd4c58bdb6a076e5d8d8bbe71956d34e8bfe66b316eec533ff8 1 0.00/1.00 vMB 0
33,606 33,606 000000007cc496a90f86018550ac90229ce0c14d3e9b4d5f2467bc663058b7a1 1 0.00/1.00 vMB 0
33,605 33,605 0000000002a1a09bea2dc4a09fcf949103002b00870ac5500d932c2194a523d1 1 0.00/1.00 vMB 0
33,604 33,604 00000000891406612d0b7224ef3889b7f5e40a6caab5abf5fa10c9f5b31e62dd 1 0.00/1.00 vMB 0
33,603 33,603 0000000065e0df8df099bec4ec1c97d3b15856766912d72085cb32f52b1adde6 1 0.00/1.00 vMB 0
33,602 33,602 000000008ca049915afb110aa86f151222fdbbd453648c57a4c6479391e6a73c 1 0.00/1.00 vMB 0
33,601 33,601 0000000030304b07c80ccd80d83a4e55755dfaa88503ac215d19cb902bbf68db 1 0.00/1.00 vMB 0
33,600 33,600 00000000922811d417808514e99a4ae78f610da31c53abd1db184fd430b0b7df 1 0.00/1.00 vMB 0
33,599 33,599 000000006b54dbb73dd01f2a4479086bd63e07f97d4f64f15562093a553b1ecd 1 0.00/1.00 vMB 0
33,598 33,598 00000000bb29070e97db24919b55e9b67baeb5561b929c905e3797b5956c3e4e 1 0.00/1.00 vMB 0
33,597 33,597 000000002d2b0e9c741f753a3eb5301157f88b34fc2552f009e80a1ebe720b86 1 0.00/1.00 vMB 0
33,596 33,596 000000001bb03efb4d2da9579326d89863c23d05349a195754e4883764938fb6 1 0.00/1.00 vMB 0
33,595 33,595 00000000618b1d22dac5512b6ca4562512d1f14c1bbf9f1fb7101dae50b087f4 1 0.00/1.00 vMB 0
33,594 33,594 00000000cccb372c21f09ec060c395259b6b3f22ed697a29b127d514104c5463 1 0.00/1.00 vMB 0
33,593 33,593 00000000b421407e5c7036e3f61ba89263e20471e64409d7abb74f55d1883db0 1 0.00/1.00 vMB 0
33,592 33,592 000000002350ddfd9075ab5e9cdc1c98d75063beafe88fd3d99f90c46ba673ea 1 0.00/1.00 vMB 0
33,591 33,591 00000000454c4ec2b57b9a4e30deb5ba2464cde032738a97f9a56ceb0e33291d 1 0.00/1.00 vMB 0
33,590 33,590 0000000060025d2d8d0f34a0851a7f64c5472dab1165c88b04e320d7c475274f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.37 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: 768.67 GB
    • Received: 19.63 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.