Loading Tool

Explorer IconExplorer

Memory Pool

78,349 transactions
29.81 vMB
0.08129414 BTC
Random Selection Loading Transactions
Max Size: 178.54/200 MB

Candidate Block

Mining Attempt 28a4d179620d78aaf03568401ccc299bfd875463bbf7e1e56b39ebc3bde6005b
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root dd08ebfc5b984a8f67a8e5a2c0ec8def1018924e5f63ff4d3f2463597c1337e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,584
Size: 1.00 vMB
Total Fees: 0.01404245 BTC
Feerates: 100.69 > 1.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (231,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,744 683,744 00000000000000000005ecff0bd46bfc08698d907410ec91eec46400636e67dd 2,398 1.00/1.00 vMB 23
683,743 683,743 00000000000000000007c1aada2d209b584eff4eab9c7daad9364271d2745e9c 2,375 1.00/1.00 vMB 53
683,742 683,742 000000000000000000052f530b18984704daa3016eb0d8c945d7b092af895864 2,473 1.00/1.00 vMB 40
683,741 683,741 0000000000000000000a9d76b9afb6db99175a0481e0b688028f61a59c6f4899 2,437 1.00/1.00 vMB 52
683,740 683,740 0000000000000000000abe7b097b8b40c9e4f8d73de44e4dde92b6a4f0cef582 1,459 1.00/1.00 vMB 54
683,739 683,739 0000000000000000000382e71ef2f633fce48422a53f120ef884331968065613 1,960 1.00/1.00 vMB 70
683,738 683,738 000000000000000000009b954b86757c4c65559d833459b1500417514bf4f93b 2,786 1.00/1.00 vMB 80
683,737 683,737 00000000000000000008e6607673aba574f9e3bf33e43ba8af0a0c241580c5f3 1,926 1.00/1.00 vMB 71
683,736 683,736 000000000000000000028a3ac4cf516fa107ba652c1a9a2f7141c47dbf8fa239 1,408 1.00/1.00 vMB 68
683,735 683,735 00000000000000000006af58fdee19c0c35fba81a13ea7132ae7366efbd72bc7 2,242 1.00/1.00 vMB 44
683,734 683,734 00000000000000000004da2a1f5e8ff0eae5fca8db318f7d7961ccc5ce17d723 2,328 1.00/1.00 vMB 14
683,733 683,733 00000000000000000002abcc07b109eaa1d303d18bb9d1370b14005534a88cfe 2,415 1.00/1.00 vMB 40
683,732 683,732 0000000000000000000797ecbce31e1b31806e44b28ae19cbbbfb5d6d9bac8d7 2,431 1.00/1.00 vMB 47
683,731 683,731 000000000000000000094a8982ecccd8830b7bde5ed548f8548ab1786dafba5f 2,413 1.00/1.00 vMB 31
683,730 683,730 0000000000000000000ae84527fb86933cb6b485326d069c931becc1f059c382 2,193 1.00/1.00 vMB 35
683,729 683,729 00000000000000000003cd6295c436b8c07a17db73d9430fd48f1aa2024dd6e2 2,511 1.00/1.00 vMB 74
683,728 683,728 0000000000000000000496b4e37796b069e78878d73beb26f57f6646d66efdcb 2,314 1.00/1.00 vMB 29
683,727 683,727 0000000000000000000938298735fda4b7157b8293d8241a9a91318bdfc51b34 2,508 1.00/1.00 vMB 52
683,726 683,726 000000000000000000044ca4ef3044244b8b27c8754dfe545af74194f413e36d 2,151 1.00/1.00 vMB 38
683,725 683,725 000000000000000000059ab4e6607e5a07314f6a33ac4fb19a4ce1fb80aa9cef 1,725 1.00/1.00 vMB 51
683,724 683,724 0000000000000000000226db55740b05275949249a54f602df5429cdc840dca9 2,594 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.66 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.96 GB
    • Received: 16.34 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.