Loading Tool

Explorer IconExplorer

Memory Pool

82,558 transactions
30.43 vMB
0.12121709 BTC
Random Selection Loading Transactions
Max Size: 184.10/200 MB

Candidate Block

Mining Attempt f9b3b1379ea686165ed1cb0741db233557d868ec4cb6114c4c16850a3cb2ea25
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root eed0502cca2c311aa424594250507c0b7edc6b4ebb2326b87697438562c39096
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,097
Size: 1.00 vMB
Total Fees: 0.04243487 BTC
Feerates: 150.85 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (463,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,151 451,151 000000000000000001417e1d867a8e5c51284c1896c2f3474a3df6062a13ba2f 2,083 1.00/1.00 vMB 96
451,150 451,150 0000000000000000012897369ac5a0164b91c2ade70e1d8466012762fccc3004 1,112 1.00/1.00 vMB 42
451,149 451,149 000000000000000000fbb0849a95f2fa13c107a6599db9b04cede4382eab9f3e 1,258 1.00/1.00 vMB 42
451,148 451,148 000000000000000000d4cc81be8567521159742d9c1f91fa5adb6e23ec6b7928 2,266 1.00/1.00 vMB 76
451,147 451,147 0000000000000000024a8d9d38024071ea19b5d34feb9633203f855217fee75b 1,849 1.00/1.00 vMB 98
451,146 451,146 000000000000000000fa3912277ecb4b569fd3ae0be0fb4cb9c2b02da249fabc 1,996 1.00/1.00 vMB 116
451,145 451,145 000000000000000001eeaaf90e13ff380807fbd5fa0e3ef03170016896da2064 1,612 1.00/1.00 vMB 99
451,144 451,144 00000000000000000054782104273e8cb94e6669a90f465d7c3dc126a9e077a0 1,577 1.00/1.00 vMB 36
451,143 451,143 000000000000000001aa85f89eaa71b63c33931cc23fedc7b6ffffb3e2abbc03 1,200 1.00/1.00 vMB 44
451,142 451,142 000000000000000001603d52bfba71e51b530627b3fb6ccd77d380896e448841 390 1.00/1.00 vMB 27
451,141 451,141 0000000000000000022750f32a2822983474cb1cf69c3c068bf3136baea814b1 1,813 1.00/1.00 vMB 78
451,140 451,140 0000000000000000001110e605372aea2a504f65de3cc7e49e2fc56df3490dc1 2,231 1.00/1.00 vMB 66
451,139 451,139 000000000000000002adcc1d50c95548e54429435b7dadc8003548ffac227793 1,821 1.00/1.00 vMB 49
451,138 451,138 0000000000000000028f994cdea77cc7d10c1a8a2ed75fe1f4b90c4c15d32029 2,176 0.99/1.00 vMB 101
451,137 451,137 0000000000000000002d63dff580649bb4daea96f460f96136907c8f7dc67bda 2,149 1.00/1.00 vMB 94
451,136 451,136 0000000000000000017ad3a240bb957eae61c636e15c800df3f8a2f476f92da0 1,750 1.00/1.00 vMB 56
451,135 451,135 0000000000000000016dfd84de3e5dfc7c1f504afd4a97f5188e16bf28c72450 2,168 1.00/1.00 vMB 103
451,134 451,134 000000000000000001d3a7e05bc6ab662a06d5fe17345d26ab6027af74246524 2,636 1.00/1.00 vMB 79
451,133 451,133 000000000000000001ed10912678117661afcc0538ea5b3a0dd65abe7e7ae5a4 2,112 1.00/1.00 vMB 80
451,132 451,132 000000000000000002c272f7c3f815d30b84455c8ee059f9ff43daa87879f120 1,904 1.00/1.00 vMB 58
451,131 451,131 0000000000000000018d2ae3bf5fedf381c1d28e24d0701d4d3419356eba86ae 2,644 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.