Loading Tool

Explorer IconExplorer

Memory Pool

85,578 transactions
31.42 vMB
0.13351837 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 1b89beff23e24b61ef0e69990eff0ba7bb9487f9e103da9148ba1a7c644d0347
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 1302c5fcdee2011f761b272a1f7330ae7ae4c61013f063b21d8bfe88532fdf4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.05700207 BTC
Feerates: 214.31 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (492,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,321 422,321 00000000000000000294a1c389d1e1ee4781174333d151d6d5170bec0504066a 1,884 1.00/1.00 vMB 45
422,320 422,320 000000000000000003f2ef3bdf7200f19366743ef9160977ce0bed43d46b1809 2,225 1.00/1.00 vMB 65
422,319 422,319 00000000000000000231088bd23ed91f85cba753c232ef335d68676422dcfb9b 2,197 1.00/1.00 vMB 65
422,318 422,318 000000000000000004e78f60eb82b0347ab43d85fd5e5feb03aab470f8ea16ba 2,062 1.00/1.00 vMB 45
422,317 422,317 000000000000000005131e3af9635091bdad166b1db341197bf72e3e3337cc25 2,409 1.00/1.00 vMB 96
422,316 422,316 000000000000000003706d5c008fae275c236cf1deef206ff9e593aef8d04be1 2,531 1.00/1.00 vMB 62
422,315 422,315 000000000000000000e1bfd40c8b8efec7ce8b386d6936b39acd219ea33cea8b 2,064 1.00/1.00 vMB 97
422,314 422,314 000000000000000002d62d0a7f3c29ab44377605e3a3af308ab9b732a7114fa7 2,291 1.00/1.00 vMB 92
422,313 422,313 0000000000000000006f03259629c386c5a1ed36600390268342aeade99288df 2,031 1.00/1.00 vMB 99
422,312 422,312 00000000000000000142f8b502e04223691856ac26dba651529af77843945e8a 1,507 0.95/1.00 vMB 36
422,311 422,311 000000000000000000f19dc311663ca542fd5d73b28f17258e495a6127e20e54 2,112 1.00/1.00 vMB 63
422,310 422,310 000000000000000003e0d86efa8838baa5f23882c7686fa51029502de9990220 2,878 1.00/1.00 vMB 98
422,309 422,309 000000000000000002ca19a584b60b191674d638b0f64408e65e0fe9042c0e46 796 1.00/1.00 vMB 27
422,308 422,308 000000000000000004e47a49d016167d02c4c63a778c16f97be4fd5f04510cdd 1,489 1.00/1.00 vMB 30
422,307 422,307 0000000000000000033a34055ca8c5bc059a3281cf5c75ac7adacdebddec723e 2,659 1.00/1.00 vMB 92
422,306 422,306 0000000000000000041f2f3d2beae0a380cf4c8da7fcebd4200858a9a1f7435e 1,921 1.00/1.00 vMB 51
422,305 422,305 0000000000000000016863c413d61a7d14ea4508b9354efbe0fc8572341ef5d8 2,954 1.00/1.00 vMB 90
422,304 422,304 000000000000000001c912a923eed8618306083f3039b43f6a0004779ad17cda 665 1.00/1.00 vMB 21
422,303 422,303 0000000000000000029cc612214e1a682f4a347c79b0f1d9469504c6b915788c 2,555 1.00/1.00 vMB 71
422,302 422,302 0000000000000000037630beaeeabe453d3364fde74dbcf37a067473f1188cd0 1,486 1.00/1.00 vMB 38
422,301 422,301 000000000000000003b7de8e20e7bcd825f8d3eefd4a1e7b1e772cd8839ac90e 2,367 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.