Loading Tool

Explorer IconExplorer

Memory Pool

80,436 transactions
30.10 vMB
0.13926648 BTC
Random Selection Loading Transactions
Max Size: 181.77/200 MB

Candidate Block

Mining Attempt 3a6fea154f31ca32d52831026f1869b3fa1855a6c266772ad41231ce1c1d57a8
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 5add3775e0a64e73392d290a08f958028e04b7db343202e8b9cf98e7b7dcb33d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.06843456 BTC
Feerates: 101.64 > 6.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (467,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,181 447,181 00000000000000000118dc34b7fc0477cf630a77ebe1c1f22f68b21bd0a09efe 738 0.95/1.00 vMB 28
447,180 447,180 0000000000000000010ff6a4d599eb2c77f22b3371ff754a264ba5ca69aa2326 1,371 1.00/1.00 vMB 60
447,179 447,179 000000000000000000fa262292ef8dced78a4cae467ff5e8de1c5b7abe6699d5 1,377 1.00/1.00 vMB 46
447,178 447,178 0000000000000000014bbf9438bdd0a5672c294e6a90af8de2beea80de54d15a 1,688 0.68/1.00 vMB 82
447,177 447,177 000000000000000002db021e3d496d45ec97feda4679c28580b013daed2da0e8 228 0.97/1.00 vMB 15
447,176 447,176 00000000000000000249c2eb5bc70fb73f471d04131f18bebe3a1f7b6dd3e427 233 0.99/1.00 vMB 12
447,175 447,175 000000000000000002efe7c274c3d29171e5e2e36adf7128294cd9da1d4de90d 1,511 0.64/1.00 vMB 81
447,174 447,174 0000000000000000031a645ae78d615d690a22da8eccac47992003e1d6f66e22 1,480 1.00/1.00 vMB 48
447,173 447,173 0000000000000000003ebed5a47c31c6d4ea5f6407c65f52af5f3df44c6051b3 1,005 0.96/1.00 vMB 36
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
Previous 10 blocks ↓
Total Size: 782.64 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.38 GB
    • Received: 16.22 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.