Loading Tool

Explorer IconExplorer

Memory Pool

80,414 transactions
29.69 vMB
0.07018708 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 8f9185459281d6e2821ffebf0d1de1897eef84eb317327cf1435da7d920c381d
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 1656a2046269a416e039b7c99185391fecd51b05668e2c237180d3ce9aa6056f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00951819 BTC
Feerates: 502.67 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (374,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,333 540,333 00000000000000000010edb7798baedaccca534723591d2d10f0a133e997fba8 1,694 1.00/1.00 vMB 8
540,332 540,332 0000000000000000001e50ca3e6ec52b360ccc09ad13bf83571d54c6e646dd2a 2,103 1.00/1.00 vMB 34
540,331 540,331 0000000000000000000ce7b9a4e64acb51a0de2b0cbc7fe76e6e01915805e739 1,116 1.00/1.00 vMB 4
540,330 540,330 0000000000000000000e25b2ccb7cda7835cdbab2b4c05470cf8290a3c72ea0d 1,756 1.00/1.00 vMB 45
540,329 540,329 00000000000000000006d1cebaa703dd9c26f6da2c71d9b1f877b7cb685aef34 716 1.00/1.00 vMB 10
540,328 540,328 000000000000000000085c62914d6b2037c1ef316500ade0f32e3117cb49523d 1,928 1.00/1.00 vMB 27
540,327 540,327 0000000000000000000de0315c3ebd22568b0aeef5cc24dcb53f2cc92a171e8f 880 1.00/1.00 vMB 10
540,326 540,326 000000000000000000098a3ba4f255be7bdf20f87a63bc3efc03b7b33e3c599d 1,186 1.00/1.00 vMB 15
540,325 540,325 0000000000000000000ee284a4cc9d9bbe856ecf81e38bc92ff2a853af3d3291 1,890 1.00/1.00 vMB 19
540,324 540,324 000000000000000000149eb451a49aa4aa592a5f077d078dbc8e00f25b0efcaf 685 1.00/1.00 vMB 4
540,323 540,323 00000000000000000022dd3c89072c79550e83f7c7cf4b89050de6aaa03d2aaa 2,375 1.00/1.00 vMB 12
540,322 540,322 00000000000000000005d08983e1feda72858f8fed45cff640f9cd253c3206d1 1,605 0.80/1.00 vMB 21
540,321 540,321 0000000000000000001cf0063cec8dc4b0a1034489b5d5aee1bf81b8057ac8bb 2,456 1.00/1.00 vMB 37
540,320 540,320 000000000000000000079f46f6fd06a254ade55ba21885eb0bd6a1533d8fcedd 1,011 0.65/1.00 vMB 15
540,319 540,319 00000000000000000023d26a921a1ece75b4898a87965865adb05f6d705f2384 2,135 0.98/1.00 vMB 24
540,318 540,318 0000000000000000001f568d83e9d5bf518456bdfff17ac51ac663362eaf3dfa 2,052 0.86/1.00 vMB 32
540,317 540,317 00000000000000000001f5713bb2b6fbceff8c6f6b31170170a535d7c9de72a4 118 0.04/1.00 vMB 17
540,316 540,316 0000000000000000001c6b4a021f39c31950c5b3822734697d74c7eccd3fa638 766 0.37/1.00 vMB 7
540,315 540,315 0000000000000000000ecc911b6e52800a9f2390a7e34b525f69159ebba253e2 659 0.28/1.00 vMB 34
540,314 540,314 00000000000000000008c676844cdff42b4dc0435f738c1a441da1988cd395c7 1,317 0.53/1.00 vMB 19
540,313 540,313 00000000000000000005dfebe018bf69890d3397631528a730ca407cfc6d5d12 2,026 0.94/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.