Loading Tool

Explorer IconExplorer

Memory Pool

42,318 transactions
26.62 vMB
0.07497230 BTC
Random Selection Loading Transactions
Max Size: 138.58/200 MB

Candidate Block

Mining Attempt 9e45caa6cb17ccba51c83127a71b283e8a7c22d73363ff90701c6ed209154be5
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 040c67ea05bc9c85112600ed2da66d70d45740cdd383b8493e1115939a22fa88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.02586159 BTC
Feerates: 99.53 > 2.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (234,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,381 680,381 0000000000000000000167f8f96e93629557f0031054639867db1957d3148884 2,801 1.00/1.00 vMB 193
680,380 680,380 000000000000000000089f4a2cba73d6e6a0d0b4a99b994aa6cbd6031c02a278 2,297 1.00/1.00 vMB 125
680,379 680,379 000000000000000000044b14d4a8cf1a8b4a6a67b860334c10f4454b2ef94481 1,999 1.00/1.00 vMB 142
680,378 680,378 00000000000000000001a69978bb09bdfbfc0d3eb3fd0d77cfe9b87a39caf02b 945 1.00/1.00 vMB 187
680,377 680,377 00000000000000000000b882b927d6cbf9f79d0fd37f14029cf7ad63eea55b9f 1,629 1.00/1.00 vMB 71
680,376 680,376 0000000000000000000665ae097719881f24ad62376218ce09d309eeb0d02974 2,281 1.00/1.00 vMB 140
680,375 680,375 00000000000000000006e7418ce82e0466967599e6b21f481332706d01d45ccd 1,850 1.00/1.00 vMB 84
680,374 680,374 00000000000000000004d800c56dd4cb0649d3812a3c398860e592c4f4ce756e 2,667 1.00/1.00 vMB 111
680,373 680,373 000000000000000000080b878de42363577b484a467036c74c9261f533d79b47 1,977 1.00/1.00 vMB 131
680,372 680,372 00000000000000000006952fe85a5fb29eef6765eabcf47d8f6aa281860e3dbc 2,589 1.00/1.00 vMB 169
680,371 680,371 000000000000000000068eabb168b74a4a4ea920cb54975ca78783ed4cb05a7a 2,623 1.00/1.00 vMB 104
680,370 680,370 0000000000000000000139ce85ba4c2ad9532a310d8bed546e6fd442842bb41f 2,614 1.00/1.00 vMB 120
680,369 680,369 0000000000000000000815ca3dcdc5c53a86cbf7c4869dcced34c336b9b12a2b 2,453 1.00/1.00 vMB 76
680,368 680,368 0000000000000000000498eaa34e37ae4ee692d98cd1eb4f753959240abd9cd8 1,713 1.00/1.00 vMB 152
680,367 680,367 000000000000000000050b8518802a68ddbdf01ef21b264e71c830b34003bf50 2,665 1.00/1.00 vMB 106
680,366 680,366 000000000000000000041ab0fa8e73e4563bbadde67ada8fd3428c57b5b0bbea 2,026 1.00/1.00 vMB 73
680,365 680,365 00000000000000000002817500bf25102e4d3704ca398d4e20ff60fe26b12c7a 1,870 1.00/1.00 vMB 196
680,364 680,364 00000000000000000008b8fc0f1bddb89d23fdf5c2ccd970d44f292bafb02c1a 2,281 1.00/1.00 vMB 149
680,363 680,363 0000000000000000000b5c3174c8f4f543347a2ca02f93875b5f4f60d7f56f43 2,275 1.00/1.00 vMB 140
680,362 680,362 00000000000000000009b9be2e3891249d8000c0df47176eca55f656d060da71 1,671 1.00/1.00 vMB 120
680,361 680,361 0000000000000000000b5ad05adb770d0392fa8e2f5245645b47983bafcdcd8b 2,438 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.