Loading Tool

Explorer IconExplorer

Memory Pool

47,088 transactions
27.91 vMB
0.12937537 BTC
Random Selection Loading Transactions
Max Size: 146.40/200 MB

Candidate Block

Mining Attempt 8f0f2e0f86b1daf095b0fc220c465a7aec2cdb678950682bb9a6a92ba9196da5
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 4b1f69c5d4fe4dec1f56e9305e50ca72af9ea0438ea47aebf63c1d77821cc6f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05819379 BTC
Feerates: 151.01 > 5.83 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (240,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,694 674,694 00000000000000000004aa9d65429bc39b59aaed8446486867a7701deabb653a 2,619 1.00/1.00 vMB 26
674,693 674,693 0000000000000000000a0b2bc8c9b3fd97508326e82be8a791a070619ecc286b 2,385 1.00/1.00 vMB 76
674,692 674,692 00000000000000000003de3bba1fb94559694610c8e02292cd2b6b4a7dd5dd7e 1,525 1.00/1.00 vMB 58
674,691 674,691 0000000000000000000cada6a95b47e58896fbb54b54ed2d2f5beee14a6dbbb5 1,953 1.00/1.00 vMB 61
674,690 674,690 0000000000000000000b3ccda26d597ecbe8fe5aad345157eea4202d5c8c140a 1,291 1.00/1.00 vMB 103
674,689 674,689 00000000000000000000de65cb67aabae77a9c367e28938fd94e3b2d7df14483 3,121 1.00/1.00 vMB 114
674,688 674,688 0000000000000000000c19c24c32ee47639c11b9327869eb4511922e7909dc9c 2,344 1.00/1.00 vMB 66
674,687 674,687 0000000000000000000cfdc11628f003c1f6705bb62149fb1f45a710e9f42ff1 1,173 1.00/1.00 vMB 33
674,686 674,686 0000000000000000000cb64bd031331355e4c7a80bb10b652f2783603f38a630 747 1.00/1.00 vMB 17
674,685 674,685 00000000000000000001e2fe5da5c124a45fc120df651e4537fd681be2ea876c 1,803 1.00/1.00 vMB 73
674,684 674,684 000000000000000000094c5c5f88ad9b20b2f29fa0627945647fd3a800e6fe42 549 1.00/1.00 vMB 17
674,683 674,683 00000000000000000000819942e17e2dfcb9f635db00b34933a8da818621535f 1,964 1.00/1.00 vMB 14
674,682 674,682 0000000000000000000665c45f009778165b558bd96ce0a500b8f0412c6a6ebc 1,984 1.00/1.00 vMB 33
674,681 674,681 00000000000000000001a2bacd8657254190bfea3ee7dd4c78dacefce44312fb 1,782 1.00/1.00 vMB 80
674,680 674,680 0000000000000000000c24e25ec1117c33a4aacd4ac6aff0f63ecc6b1cdb49c7 2,581 1.00/1.00 vMB 68
674,679 674,679 0000000000000000000aab7cdb1d2941857b35fc7e8ff432b79c209f12e4304d 2,729 1.00/1.00 vMB 112
674,678 674,678 0000000000000000000968a420b24c4a3f4a549d05ac3f6f5be953317853df60 889 1.00/1.00 vMB 43
674,677 674,677 000000000000000000030f1f2623a4e7924ebc3c072d5b5651f05ad552a1b68e 886 1.00/1.00 vMB 34
674,676 674,676 0000000000000000000094dfacf24bf5b50e5cc24ca21032c3fcb5bf0064b88b 868 1.00/1.00 vMB 29
674,675 674,675 000000000000000000059c982024808d031c25daff598405234ed597a8c91098 211 1.00/1.00 vMB 9
674,674 674,674 0000000000000000000111ab2f1cadbe11b47063b0d2716db0f9eb50dd5eaef3 1,415 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.