Loading Tool

Explorer IconExplorer

Memory Pool

77,063 transactions
28.62 vMB
0.06462933 BTC
Random Selection Loading Transactions
Max Size: 173.68/200 MB

Candidate Block

Mining Attempt 2f5085dcebd078e642c58e501c59e0a55f2ab84ce4f04bb011377968367aaacf
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 72b92e2b25782ecf55c21da016d3b164b8db120d191f54ab1860710b99c2bae5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,673
Size: 1.00 vMB
Total Fees: 0.00521041 BTC
Feerates: 100.28 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (477,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,496 437,496 000000000000000001a787e8f4c3b5ea42ec6b83650d9428b9c4ee147f71efa4 700 0.99/1.00 vMB 16
437,495 437,495 000000000000000000a3c32a88dc79e38d073c4811a89c5ccdcba6e6e8517cf3 596 0.33/1.00 vMB 75
437,494 437,494 00000000000000000423d41c141fe491c6f1d86d40591866f745edee3eda7ba0 976 0.62/1.00 vMB 50
437,493 437,493 0000000000000000028055e154e4f1cd698a7bc0e6408288165d21772b171d65 2,476 1.00/1.00 vMB 80
437,492 437,492 000000000000000001191f014b9268c9f88d6d8c6c25c7f8d5ba179193db3743 1,150 0.87/1.00 vMB 28
437,491 437,491 000000000000000003ae788ffb375a77f4dcfbc547256b94a9e41720338efe31 2,341 1.00/1.00 vMB 69
437,490 437,490 000000000000000001be4f8898ba894023bcafa2db3ae31e65e2d5d33265425b 2,141 0.95/1.00 vMB 47
437,489 437,489 000000000000000001e2ff361daeac8b01ba657072751f98cc800c4f959f9a46 2,748 1.00/1.00 vMB 89
437,488 437,488 000000000000000000452f3cf63faeeb280e45a81baa98eab74beea8a61e5640 2,488 1.00/1.00 vMB 80
437,487 437,487 00000000000000000067cc274053e772d0101ec0da00de73e542105a6dfd25df 1,848 1.00/1.00 vMB 59
437,486 437,486 000000000000000000200f79ce904a5b39aac00f85d9806416e39f7ac1e1a676 2,730 1.00/1.00 vMB 60
437,485 437,485 0000000000000000014b9a0f5b2fb69b87d7ffac03a1861b53fde41b2e2bbe55 3,043 1.00/1.00 vMB 112
437,484 437,484 000000000000000000832cb47191b8990e7637095829d266b29735ca3f34c402 496 0.57/1.00 vMB 13
437,483 437,483 0000000000000000008a0bdbc328d400d6d09b5ce3384bd5bdbc157b55c146de 1,457 1.00/1.00 vMB 36
437,482 437,482 0000000000000000001ac62cf5066151c2668c507a1dac670b8b13b7ec2c4f78 1,816 1.00/1.00 vMB 33
437,481 437,481 00000000000000000186fc535bcbcf73f0cafa690810926cfbd7795bf7d9811a 2,030 1.00/1.00 vMB 60
437,480 437,480 0000000000000000021355aa4ce638d8a5e9d40a0e82becd26b4e58119c31f0b 1,862 1.00/1.00 vMB 46
437,479 437,479 000000000000000003a243f554646535630675ac1fb5a922a5bacc4df24d77a0 2,622 1.00/1.00 vMB 90
437,478 437,478 0000000000000000013f1f231297f03c154bf918650793a786b3468ab9c339d3 2,837 1.00/1.00 vMB 49
437,477 437,477 000000000000000000fb1362142f297157b6909f44bdb7e7db38c76d20ef56e1 2,332 1.00/1.00 vMB 90
437,476 437,476 000000000000000003464978084011690021563526c9a5e2cbb17fbb76073adb 2,000 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.