Loading Tool

Explorer IconExplorer

Memory Pool

81,284 transactions
30.40 vMB
0.09805382 BTC
Random Selection Loading Transactions
Max Size: 182.35/200 MB

Candidate Block

Mining Attempt 79598cc7c514238a20abbc08b17a7ed0558a2a37d4688e7f0c18cf8daf13e605
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1a759f7a5cd19130d58d326baa075d89a99d0c7cd19ce4df0a79017d04a28bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.03434010 BTC
Feerates: 301.07 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (191,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,360 723,360 0000000000000000000a29b3d67d224063ff4cef24eace69faba31c1d0715ebd 206 0.17/1.00 vMB 8
723,359 723,359 000000000000000000027027cc98f1e53ca48324b9c4b278b984d574c611cd26 190 0.05/1.00 vMB 20
723,358 723,358 00000000000000000004e6eea137cc73951ac26b3fdacbce97a5fa252a676f12 925 0.53/1.00 vMB 3
723,357 723,357 00000000000000000001cefe3591ee790ccff6b9ba905890b70e80e2712dab92 2,887 1.00/1.00 vMB 13
723,356 723,356 000000000000000000001688de90bf6c7720c8b959fab2d9253ea7742f2afa3a 1,902 0.87/1.00 vMB 12
723,355 723,355 000000000000000000037e72073a95eb1192c0d9d1095b4baad4fd3b7c0cc7e7 741 0.25/1.00 vMB 12
723,354 723,354 0000000000000000000a2f5a8ed0b5fa967f4335be7edce7dadd1fdc2cfb63b4 962 0.38/1.00 vMB 11
723,353 723,353 00000000000000000008f4a355dc9ac384cb4f5a7348928b8b78cc3a9b54203a 777 0.67/1.00 vMB 9
723,352 723,352 0000000000000000000103c2dcaac089527aa0d7b6e46c3dd577489eaa5a6131 1,420 0.99/1.00 vMB 7
723,351 723,351 000000000000000000039c6ca6b3c5721f14c2e0e861767175a66f81d40f68f6 1,554 1.00/1.00 vMB 7
723,350 723,350 0000000000000000000708941076bb6ae258b4494f878fce410d2b4edb8d2532 1,063 1.00/1.00 vMB 6
723,349 723,349 00000000000000000009e100e8b37e7c1070d17f82388481f5d178309ee223e7 1,414 0.57/1.00 vMB 12
723,348 723,348 00000000000000000000de9f5f5d23de1a0c653e321864268181202b616f3c04 283 0.10/1.00 vMB 10
723,347 723,347 000000000000000000036d1c3a96954d4f3e7ba6209a727748bb663a68d3d252 1,360 0.49/1.00 vMB 11
723,346 723,346 00000000000000000003a7f20b985cfc3540b13203d7d9ea77ac6bdce0562fd6 1,283 0.55/1.00 vMB 10
723,345 723,345 00000000000000000008236406067e4f28fe1f415807ee4d87009e10fc9ddd54 1,658 0.57/1.00 vMB 11
723,344 723,344 00000000000000000006fb4dd77c854c5480e1e02d1a9c1c00ad3d9d20fc3b08 954 0.48/1.00 vMB 9
723,343 723,343 0000000000000000000a12f32bc3da9f65cd6337c6afa8117dc3649fcb83d214 799 0.58/1.00 vMB 4
723,342 723,342 000000000000000000046d501d6cde26555a3236437f22fc6aa0395235bbeefb 2,340 1.00/1.00 vMB 11
723,341 723,341 00000000000000000007621399e96bf12e2c873be1ba64ec9c7e43b21baf5b7a 978 0.41/1.00 vMB 10
723,340 723,340 000000000000000000056ef975370c64bc5217898b8a5ed320e61efa04a78fa1 321 0.52/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.