Loading Tool

Explorer IconExplorer

Memory Pool

83,048 transactions
31.16 vMB
0.16215214 BTC
Random Selection Loading Transactions
Max Size: 186.51/200 MB

Candidate Block

Mining Attempt 41ba0fd882fd6ab775e250614e92c12a2cadc709ded6e0e1074add33c5ba5773
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 4a9efdc9129bd81e8d6a9e363eaea3d71dca18dc1a26a253600c7bfc145974e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07037466 BTC
Feerates: 150.65 > 7.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (365,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,315 549,315 0000000000000000000338b587ca9f88cda744abba0e98c3347660a183e20fed 2,968 1.00/1.00 vMB 12
549,314 549,314 00000000000000000018db6b8afcfc2cce74087dff3c521c6f18978d3689f6e7 2,044 1.00/1.00 vMB 12
549,313 549,313 00000000000000000004aa5f110854d708847fd89091fe4b883de741f574cc87 2,081 1.00/1.00 vMB 14
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
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.67 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.