Loading Tool

Explorer IconExplorer

Memory Pool

76,278 transactions
30.49 vMB
0.12813042 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt 50872c773de9ef03a7d8b1c2b0ec2e0e273fbc50ea058081c4f272e30c06040d
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 8efb38e3fc5627825a059e1f7ce475bc989c739d359e9c0916799cc4a7c9683c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,308
Size: 1.00 vMB
Total Fees: 0.04608922 BTC
Feerates: 150.36 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (467,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
447,151 447,151 0000000000000000029fb84593b13de9714c2054d5ef329be1d641606fbf9828 2,514 1.00/1.00 vMB 91
447,150 447,150 0000000000000000007bcf108c9f387affcbee5db74725cc5bd95d97146c88bc 193 0.21/1.00 vMB 28
447,149 447,149 000000000000000000b3cbe91a6d4e1ea2e379cddb4dc503d62ed1c6adcf4ca5 835 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.