Loading Tool

Explorer IconExplorer

Memory Pool

83,404 transactions
31.26 vMB
0.16729080 BTC
Random Selection Loading Transactions
Max Size: 187.09/200 MB

Candidate Block

Mining Attempt 224093c9d08b344d43c02ebfb29537fd89ed97bd5bee5a9d8c77ef35ce655ffe
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 78b80295eba546a0a76c6ec5f0a22bc23c779febaa987196b7ef4ad8ffe8ad43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,798
Size: 1.00 vMB
Total Fees: 0.07266799 BTC
Feerates: 301.37 > 7.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (292,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,689 622,689 0000000000000000000ce1194a663440c220d18630e5a8082d56e5b8eb0e5345 2,497 1.00/1.00 vMB 36
622,688 622,688 00000000000000000003471a47be7701223e5974d514de52fb6bd8bde8b8cd30 2,621 1.00/1.00 vMB 49
622,687 622,687 00000000000000000006a6705a7ff092d86383db5a2ec88f633989150f82f446 3,211 1.00/1.00 vMB 68
622,686 622,686 0000000000000000000e3cfc1e2be147463686ea721ad8c67cae2b7101e27beb 2,408 1.00/1.00 vMB 76
622,685 622,685 0000000000000000000d06b7d518c35f0cace046c8a756e68b3e05f7474112ea 2,701 1.00/1.00 vMB 28
622,684 622,684 000000000000000000071a027bf9f7cf205453346d703a0e6a13fa9aa4ce04e9 2,988 1.00/1.00 vMB 47
622,683 622,683 00000000000000000000f5dd976f3fbfbe48e1c76cea86e540c9e370f1a75eab 3,024 1.00/1.00 vMB 41
622,682 622,682 00000000000000000009b851b404ec62df28275dde8b54a38ebec93018ca3543 2,662 1.00/1.00 vMB 53
622,681 622,681 0000000000000000000bb6f982fda1727cc7a2441837f6d47f0b6611f0388d0b 2,677 1.00/1.00 vMB 76
622,680 622,680 0000000000000000000de3b32d0432a767807cc5d03160d0f5dcc0ea901809fc 2,790 1.00/1.00 vMB 43
622,679 622,679 00000000000000000009f24165ba04efa906719adcfd8e8a41a937ef95244cd7 3,386 1.00/1.00 vMB 56
622,678 622,678 00000000000000000009faf3e943c317a34021d697a6aae08f59c666a33f4bf1 2,654 1.00/1.00 vMB 77
622,677 622,677 0000000000000000000930505be45dac00b08b0f41a9b4032e0831a6b3062818 3,109 1.00/1.00 vMB 85
622,676 622,676 00000000000000000000be3d84c71f0b655092f59d66056c6373ee207e13834b 2,756 1.00/1.00 vMB 89
622,675 622,675 0000000000000000000012cf6c2c639545ca3cc4229af5635b36362ff0fc2bf9 1,970 1.00/1.00 vMB 41
622,674 622,674 0000000000000000000ee0eba86577f143a82b665b9d717f983ba813cb9d8d93 2,904 1.00/1.00 vMB 52
622,673 622,673 00000000000000000003ffd553d2cca25a9b176ccbe0ee631f72cc4060728e84 2,772 1.00/1.00 vMB 53
622,672 622,672 00000000000000000008d6252e2a072be7eaad6fd31303f139fd94052c4fd842 1,964 1.00/1.00 vMB 60
622,671 622,671 0000000000000000000e84d7e65640805c7bffb7e1fff83b75f71c56843a6fcb 2,810 1.00/1.00 vMB 62
622,670 622,670 000000000000000000100f197351a73f3533500a1da4fbf1d3bf828587d3c2f1 2,424 1.00/1.00 vMB 54
622,669 622,669 0000000000000000000e3f6b15d39ccfaa658f66ccd30a75d439e229545595da 2,882 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.