Loading Tool

Explorer IconExplorer

Memory Pool

85,190 transactions
31.68 vMB
0.10104386 BTC
Random Selection Loading Transactions
Max Size: 193.36/200 MB

Candidate Block

Mining Attempt dac3c1cbd228a89275739f31933ce36b336acbe895d6f8fd02a8e91ec0f89884
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root d198874275ffa566004f928440288b5d379dd983c8260e361ab5a05065b0d6e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.02676469 BTC
Feerates: 150.77 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (322,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,611 592,611 000000000000000000137b8dc3f1a1b11e56c8804fce390e8117aa7dea8c1615 2,822 0.93/1.00 vMB 17
592,610 592,610 0000000000000000000a103174724a4a12e4b88b7672675fe07919abee5d6888 1,522 0.52/1.00 vMB 3
592,609 592,609 00000000000000000013eda936c4fd6372bd8a61922217f1238a84961d27ea41 3,010 1.00/1.00 vMB 25
592,608 592,608 0000000000000000000907c04e908cb489307efa463ae849f3f33d59482e4c31 811 0.48/1.00 vMB 9
592,607 592,607 00000000000000000009d3f9c1efae3bc3189dc191c93b4397e324527089e871 1,952 1.00/1.00 vMB 5
592,606 592,606 0000000000000000000c84161247070f08cf7e095e7434968985ac7cbc69caac 2,754 1.00/1.00 vMB 4
592,605 592,605 000000000000000000042e8a056cdd929e3c2edab2b45fcc8f2e55ec98793847 2,209 1.00/1.00 vMB 14
592,604 592,604 0000000000000000000d9ad2b4732990eaa2f573cf0b891286d99415da6bd70b 2,056 1.00/1.00 vMB 25
592,603 592,603 0000000000000000000f402802e93d10205d639310ad25fb8a28ba1fe6f59ae4 3,221 1.00/1.00 vMB 39
592,602 592,602 0000000000000000000b7b3ee5dddb50bd1ef770289ee2af397e8ab9a46ecd10 1,573 1.00/1.00 vMB 14
592,601 592,601 000000000000000000184025975236c66f18bab40f1f5daf4d9162af0caef1e8 2,354 1.00/1.00 vMB 24
592,600 592,600 00000000000000000009e93621499e5a63d79a6293609ce52e95e93dd49cb1be 1,904 1.00/1.00 vMB 18
592,599 592,599 00000000000000000018947725d2ca64ce06e413fd6d37a4e4a084777c214d97 2,798 1.00/1.00 vMB 44
592,598 592,598 0000000000000000000c1e072eea34191ec1e6ead55e4e04ee8a3c2d90d2f11c 1,666 1.00/1.00 vMB 19
592,597 592,597 0000000000000000000a6c6f9cafb0a18e4e5158478cc2a03a5de94db7c96025 852 1.00/1.00 vMB 64
592,596 592,596 00000000000000000004d3f73f54da94200da48d45730ad682480a3f33234ede 3,213 1.00/1.00 vMB 19
592,595 592,595 0000000000000000001aef28b9947357a996a64c74195477259088f8cd988a66 2,491 1.00/1.00 vMB 24
592,594 592,594 0000000000000000001a7f2edfdb5edc70520cd79c3ee36f9ddea9a86ef0eb86 2,865 1.00/1.00 vMB 10
592,593 592,593 0000000000000000000c3488f034e74e146c4864cbdcdc171f2107d252d7c0b5 2,554 1.00/1.00 vMB 14
592,592 592,592 00000000000000000001cae32d10f86256cfefcd0547e7e4dcf438b84b67298d 2,679 1.00/1.00 vMB 36
592,591 592,591 0000000000000000000e49f3f95f4abf38611575b76eb08999f75eeef9220a00 2,662 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.