Loading Tool

Explorer IconExplorer

Memory Pool

77,666 transactions
28.90 vMB
0.07960179 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 4f5c5a75df90a55f017d9b7fd28eb91caf475d13bce5e195c798a9ad578a6d08
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 73d9ad719c8cca3279f053559b4b88d27c62e21e53559c974eb8f45a34ceb622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.01931268 BTC
Feerates: 81.07 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (256,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,690 658,690 0000000000000000000ac9fdfc207a5937d6f5ca8474c4f423f0551d106c0881 2,399 1.00/1.00 vMB 53
658,689 658,689 00000000000000000007028fbaba0b941d393c4b8f9cfdc6069e9f68e0ecd8bd 2,667 1.00/1.00 vMB 83
658,688 658,688 000000000000000000002476dba853525e90cd0ec5c78b26b714167c2dfd414b 2,000 1.00/1.00 vMB 46
658,687 658,687 0000000000000000000f16262ff4aa77a4d194054775742df389fc2170f44e5f 1,898 1.00/1.00 vMB 77
658,686 658,686 0000000000000000000d517f2f08d3d64e299ada952db630b6035fdd0463af0f 2,394 1.00/1.00 vMB 45
658,685 658,685 0000000000000000000e16803c8c8ee12111093d17fdce7ca44cb8cc32db1726 1,734 1.00/1.00 vMB 22
658,684 658,684 000000000000000000092ea6d64feda3f151295737a538b7d804e4e441171340 2,220 1.00/1.00 vMB 31
658,683 658,683 0000000000000000000549dbf426372d461de3b936d648570013829a14d10bed 2,565 1.00/1.00 vMB 57
658,682 658,682 0000000000000000000c0e201065cd6b9cfe1d8787c3c1f388b6c8955ade9e12 2,667 1.00/1.00 vMB 22
658,681 658,681 000000000000000000089d65caba0dd27f8701236d3515f613abd15ceed7a1a7 2,474 1.00/1.00 vMB 63
658,680 658,680 0000000000000000000749f392fbcea22a93939baaf481d1ec14bc9a084845f3 2,806 1.00/1.00 vMB 71
658,679 658,679 0000000000000000000a5e052c14c5391cb83777a29577bd6fe66fb5396b7771 2,900 1.00/1.00 vMB 69
658,678 658,678 0000000000000000000c30fe229eb3fbd6022a8b4def099e0c9720a14ba5ba43 1,425 1.00/1.00 vMB 63
658,677 658,677 00000000000000000009998f4dc5cc1961279b848aa229a1a54337065abf7fc8 2,774 1.00/1.00 vMB 39
658,676 658,676 000000000000000000086cc71609b8ce23025f0d6adb242d3ee0e85f503ce3cd 2,498 1.00/1.00 vMB 80
658,675 658,675 0000000000000000000e155fc89f58036a194f168218733018c3dd42e6f6c4da 2,737 1.00/1.00 vMB 49
658,674 658,674 00000000000000000007178e84696bfc52b6228b30ec04efc2bf832e51dfd336 2,323 1.00/1.00 vMB 76
658,673 658,673 00000000000000000009c823d214ec7038810ae825a71bab8b4f600dc781f598 1,846 1.00/1.00 vMB 45
658,672 658,672 00000000000000000001b304b5a20fec9e0e451ea507594b624e518758e1e1af 1,799 1.00/1.00 vMB 72
658,671 658,671 00000000000000000001bb7de494b65e28593ee5eaa3f5424088e0c585d246b5 2,840 1.00/1.00 vMB 81
658,670 658,670 00000000000000000000a5589f81f37f8e6e5262d93c34304d859d4ab3c6eb13 2,812 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.