Loading Tool

Explorer IconExplorer

Memory Pool

84,740 transactions
31.82 vMB
0.16560776 BTC
Random Selection Loading Transactions
Max Size: 189.36/200 MB

Candidate Block

Mining Attempt de3ad013218d2be0aa86644faf7612c85c8d5d08277a920de7e2ddec6cc9770e
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 491f8d0022abf040e284d183f9fc2f85889e9dac70ad31cda6aaeefb59a1684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.05225843 BTC
Feerates: 402.75 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (365,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,312 549,312 0000000000000000000b94093a58ad40e011f9b7976ca89ecad544d1c2eb6066 2,984 1.00/1.00 vMB 20
549,311 549,311 00000000000000000007030a85ff50bfba87ea85ad4e722a5a7e88dce543798a 2,439 1.00/1.00 vMB 8
549,310 549,310 000000000000000000018566e9ab393050bbdd092572cc90b13dde559b715e85 2,819 1.00/1.00 vMB 30
549,309 549,309 0000000000000000001240ca996608e85efbb813d1feeada0165d2fa855b31b3 2,307 1.00/1.00 vMB 15
549,308 549,308 00000000000000000008e28ea50a917cffb6a1bbfaabb3df62818ddebc3fa9b1 2,668 1.00/1.00 vMB 12
549,307 549,307 00000000000000000021da234e677823d2b1128893ff9cafc9542cbf17f85b98 1,971 1.00/1.00 vMB 9
549,306 549,306 000000000000000000263a1ec2c7443ece43cbacc453f64df1aef2cd9a7b6ef3 2,655 1.00/1.00 vMB 16
549,305 549,305 00000000000000000000c012887e22356c4240503fc85b9e47875f6eb1fbe98e 2,835 1.00/1.00 vMB 27
549,304 549,304 00000000000000000017e7c461f2fb9e24be1dd7b8396c56f7181e4750d80dff 3,169 1.00/1.00 vMB 29
549,303 549,303 0000000000000000000a6a48fa081a549780168282e75715c59ce0ce4b104403 2,758 1.00/1.00 vMB 10
549,302 549,302 00000000000000000003be671464c6b615f95f3d183a4c3fe38c4c4bdf7949b3 2,912 1.00/1.00 vMB 27
549,301 549,301 0000000000000000000315fd37594b8a000017e4e97bb36d91ecc8e204f10133 2,862 1.00/1.00 vMB 14
549,300 549,300 0000000000000000000714514b0a4fa318a85d8976b87acdd519c1b8e8cd0122 2,907 1.00/1.00 vMB 22
549,299 549,299 0000000000000000001c8ef3bfd8aba2d0242753d758508f77722af6821ed825 3,280 1.00/1.00 vMB 31
549,298 549,298 00000000000000000002a5811f2900ad9a28dc177896402d540b4656e4442f5c 3,096 1.00/1.00 vMB 25
549,297 549,297 000000000000000000114899a773fb99d753b854d18f041bd6ceec7f35697258 2,580 1.00/1.00 vMB 12
549,296 549,296 00000000000000000020c55b7c44d916012b54151ce184a5beeab0bcd2483ef7 2,520 1.00/1.00 vMB 21
549,295 549,295 000000000000000000171f0ef71a4e92db9c0d571d9d27ad51be39d2ac9ebccb 1,557 1.00/1.00 vMB 17
549,294 549,294 0000000000000000000cc626655041cda26fc5d69047c893d6546c032abd19e3 2,935 1.00/1.00 vMB 18
549,293 549,293 00000000000000000012ce09a7cdd89c2ded2ba01f05c420fb855db3b31a1d15 3,119 1.00/1.00 vMB 29
549,292 549,292 00000000000000000006be2fb52e5824487f8ae73fdda77f3206eb68ea4b1d81 3,534 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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.66 GB
    • Received: 16.30 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.