Loading Tool

Explorer IconExplorer

Memory Pool

82,733 transactions
30.37 vMB
0.14635216 BTC
Random Selection Loading Transactions
Max Size: 183.97/200 MB

Candidate Block

Mining Attempt 6a7349faa12a806b40b5e895b2a3cb584621979bf6808e29ad546b7b237e89c0
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root bc64bb85ba7cd721e9ae4de4c440d11a2229f63cd211554aeb560d0e4addc07e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.06615768 BTC
Feerates: 150.61 > 6.63 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (467,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,172 447,172 000000000000000001f29094d0d00e108cfabaf5e834395452778fc574e199a9 1,365 1.00/1.00 vMB 44
447,171 447,171 0000000000000000030774497ed151a89e2bb75018a01b7c6f7a12124971c73e 994 1.00/1.00 vMB 37
447,170 447,170 000000000000000002a2405a43ce209b4796b2acf14088f1ad64d0ca1e43edae 991 0.99/1.00 vMB 38
447,169 447,169 000000000000000002fbe1a0a488865a1604099fde421d340d205995a03da2fe 1,951 0.98/1.00 vMB 70
447,168 447,168 00000000000000000109139585881c98e5bb5313fd9ff9653d273690334301ce 482 1.00/1.00 vMB 20
447,167 447,167 0000000000000000020571e91ce55bb0ca7ada8c01d16effeb46e724c4c09251 517 1.00/1.00 vMB 21
447,166 447,166 000000000000000001fd1ad3ee3e51fd41eb7907cac3b9be5e1c4c9f90a08dd1 764 1.00/1.00 vMB 29
447,165 447,165 0000000000000000016d54fa089aa71cd46a1ae2dda8eb00cbbb1a78fa3f8a45 1,569 1.00/1.00 vMB 64
447,164 447,164 0000000000000000001fb374f74442cbb743ac1560abb8d79403d4d350ba3a61 2,168 1.00/1.00 vMB 94
447,163 447,163 00000000000000000206ce5a060be0567d3a6058672fb78e46b8934b206ff176 1,832 1.00/1.00 vMB 70
447,162 447,162 0000000000000000033f532444da3a5f6b70fd78332c67bee5d1f638cf0be54a 1,964 1.00/1.00 vMB 88
447,161 447,161 000000000000000000afc2250ef54e054885a0edccc73997a76a4589ce8ce500 1,524 1.00/1.00 vMB 61
447,160 447,160 000000000000000002a2a8ec407ae3e19599961b6eeeff5a005a15f4e8b04ef9 1,389 1.00/1.00 vMB 41
447,159 447,159 00000000000000000099a62b3bce6fd236c0db00fc86d0f1f66e5b4974b0f1eb 2,334 1.00/1.00 vMB 81
447,158 447,158 0000000000000000023cc10c310b3eea8ba576fc55f7d6337ccdc31a44505abe 2,429 1.00/1.00 vMB 83
447,157 447,157 00000000000000000245b667f0ea696423e152e90b933b9b4295912fbf0e8102 2,447 1.00/1.00 vMB 94
447,156 447,156 000000000000000002f21394e8dd4efd633c95a78c1a31a7720b9808aa4383f7 2,081 1.00/1.00 vMB 73
447,155 447,155 000000000000000001c7dc178a48f5f7e3dbc799558e00b351bd01f9dc22d3ad 2,270 1.00/1.00 vMB 84
447,154 447,154 0000000000000000025191b4f8c1289934ed4365e1355870b7e14719120c525f 2,326 1.00/1.00 vMB 84
447,153 447,153 000000000000000001cab33cf10aabf4725ca834cf2eb417435366d60e712ec0 1,275 0.50/1.00 vMB 84
447,152 447,152 0000000000000000025a9d75158c0200f60f1841ef2677ddd9a63438b1cc94bf 1,455 0.72/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.32 GB
    • Received: 16.20 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.