Loading Tool

Explorer IconExplorer

Memory Pool

81,731 transactions
30.44 vMB
0.07850454 BTC
Random Selection Loading Transactions
Max Size: 186.61/200 MB

Candidate Block

Mining Attempt 4a17f04a8cc6282c7913c519eee462bf4240802287c540953eb743b0e08a746e
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 0ce755b097bc927ab854c3dc74e42e595ef9c02342459ee5b32ef440458587df
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,311
Size: 1.00 vMB
Total Fees: 0.01071546 BTC
Feerates: 150.77 > 1.07 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (322,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
592,590 592,590 0000000000000000000b4e7540e6cf492d267205578958d9c01f916da9d6349f 2,899 1.00/1.00 vMB 12
592,589 592,589 000000000000000000097f4c377416b172f80d5eb027cae7f050a6b3dd8ca98b 3,051 1.00/1.00 vMB 41
592,588 592,588 00000000000000000005091e506ca58b0484da8fca14c5a65d026f55a9e7b4f6 301 0.10/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.