Loading Tool

Explorer IconExplorer

Memory Pool

7,745 transactions (2.67 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 15.41/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,299 000000000000000000022b910000000000000000000000000000000000000000 3,830 0.04442643 BTC 1.00 vMB 3.02
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,298 (59 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,239 912,239 000000000000000000014d614f10c43f0177840c917712b1392ec85101a4468d 1.55 MB 2,829 3
912,238 912,238 00000000000000000002145f42126a5e22d3922ef26c38eb9f002e01c397d6d2 1.61 MB 3,910 2
912,237 912,237 000000000000000000017c7990d93a695f5529aeb6c66a8fa79586f96eb1ad02 1.55 MB 5,136 1
912,236 912,236 0000000000000000000113a9fd130474f1e6480ce063d6c51ace343d2207d812 1.76 MB 6,611 0
912,235 912,235 000000000000000000013d27446043e99e49a0b2caaa602a761d447ec97708c9 0.03 MB 33 1
912,234 912,234 000000000000000000013d4d83947ff9fcf640e35d67826af7657784e818209c 1.64 MB 6,965 0
912,233 912,233 00000000000000000001cd424774f40ccf596c06e059adefda73fbde3d1cab35 0.11 MB 305 2
912,232 912,232 00000000000000000001f9737e6d1401128e3ace9c8fdd63ebad31247a1a7025 1.82 MB 4,448 0
912,231 912,231 0000000000000000000186eed278934f0056aa144d1fafb6f5541e5368d03311 0.14 MB 285 2
912,230 912,230 00000000000000000001c430fa477482d254e0abf2723f53ac5b48f53c212b53 1.84 MB 2,912 1
912,229 912,229 000000000000000000021de5979493da25b8f1d51fcf036038a952d6dc6753de 1.78 MB 2,581 3
912,228 912,228 00000000000000000002036dc5a646044ca182d0354bb7f6447c5efad2830fab 1.59 MB 5,083 1
912,227 912,227 000000000000000000001f315829937f83064c3c9a3da6ddfb8d2aadf0f6c3ff 0.00 MB 1 0
912,226 912,226 0000000000000000000225d1273a14635803854ece6bb70aae64955ae559e9bd 1.68 MB 5,018 1
912,225 912,225 000000000000000000006f5b6bcf1a35abb7ad52271732e5d5b41a1219dc8f3a 1.51 MB 5,135 1
912,224 912,224 000000000000000000006c79c8a86f1fecb6b05ab4d8d5dc247ff6943321778b 1.60 MB 5,284 1
912,223 912,223 0000000000000000000003ff07895abda04e1a1594d02ee7233d886e86ff5bcd 2.16 MB 1,728 2
912,222 912,222 000000000000000000010d749878ff4d598cca9ebf15ee647a7ca59e354b899f 1.62 MB 3,369 3
912,221 912,221 00000000000000000000ab1afa86f8edff13d814e9faff0811c48271bac2da72 1.91 MB 2,914 3
912,220 912,220 000000000000000000013ac42118ccfd41e686234d7039d73c4268686a5b09a8 1.64 MB 5,170 1
912,219 912,219 00000000000000000001eff6e35fe41cb02093ece9c873952ef0e7cbae1f864f 1.77 MB 4,133 2
Previous 10 blocks ↓
Total Size: 777.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.84 GB
    • Received: 136.51 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.