Loading Tool

Explorer IconExplorer

Memory Pool

78,115 transactions
29.69 vMB
0.07119604 BTC
Random Selection Loading Transactions
Max Size: 181.37/200 MB

Candidate Block

Mining Attempt b01c22018bf58b62e5ebeb35a13fc96cbde2d43db2a5e63d3f0dc9706f8794eb
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 2fe59f847e9936881da61d38a3211e11d432cc4d1f1968c13b5af0a296afb030
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.00563587 BTC
Feerates: 20.11 > 0.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (37,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
878,175 878,175 00000000000000000000d9f70752eef64cfea44a29ceb684979221046d89980d 2,854 1.00/1.00 vMB 2
878,174 878,174 0000000000000000000013426648069d0679c6435e19c4c688e0f63a89bd8ed8 2,427 1.00/1.00 vMB 4
878,173 878,173 0000000000000000000025f5056e06117b8ed3e91b5aa1f71d7a8de1ddb2f7e2 2,456 1.00/1.00 vMB 5
878,172 878,172 000000000000000000009f55ca7121fe3ad25bd3074298937687606f174e0c56 2,739 1.00/1.00 vMB 4
878,171 878,171 00000000000000000001feccd7730ff7220474613458af41322ac7ee482d4a3e 2,619 1.00/1.00 vMB 6
878,170 878,170 000000000000000000022a4f7e500a2e5e169a38b7babb58628a8300cf622bfa 1,546 1.00/1.00 vMB 3
878,169 878,169 000000000000000000023cc50d9356c673adb03e61a07e9ede002010839e96bc 3,035 1.00/1.00 vMB 3
878,168 878,168 0000000000000000000243f2d2030ccc03f1e863bd5375dc7026d994b5d3c1d6 2,418 1.00/1.00 vMB 6
878,167 878,167 0000000000000000000226be1b8fcb273064b8a3e63b84939ded1b97f7c09ba1 3,349 1.00/1.00 vMB 4
878,166 878,166 0000000000000000000009b774455410349c8c574f50bec66d36254b4b7531f0 1,750 1.00/1.00 vMB 5
878,165 878,165 000000000000000000015d30893deea7f14d6a83a6a17441dc7dbd8f14d8bf36 2,852 1.00/1.00 vMB 4
878,164 878,164 000000000000000000025f07eee07e6ce3ffb1f1558cd991f23eb71e28c0846c 1,419 1.00/1.00 vMB 2
878,163 878,163 000000000000000000010c1a9c9eb17ba0774bbe2fd260b6a0572ad50f769d58 4,165 1.00/1.00 vMB 3
878,162 878,162 00000000000000000001709b5f4c63b370595c2c41e66dc619453cc1ef414a18 2,524 1.00/1.00 vMB 4
878,161 878,161 0000000000000000000183b37189ac5adcea683d2b4eafae1c06e43e94fd936e 3,596 1.00/1.00 vMB 3
878,160 878,160 00000000000000000000736433a5845559273f13ee7fb427ec91c1fa46e43873 3,271 1.00/1.00 vMB 5
878,159 878,159 000000000000000000026844b77d466b5f26f5d2cf448a893cc40b4703137260 3,225 1.00/1.00 vMB 5
878,158 878,158 00000000000000000001d9a4be4689656ec8980fb475d6dc183bc6c620169399 2,372 1.00/1.00 vMB 6
878,157 878,157 0000000000000000000243a4dc09cb2cd26f14a761b5ffe92a34ffb5ab5f7cff 3,001 1.00/1.00 vMB 7
878,156 878,156 00000000000000000001fafa5ee4f5475f75681df93c751191d7d49e3b0917cd 3,170 1.00/1.00 vMB 5
878,155 878,155 000000000000000000022445e7dbeaaa6b5b499a7593a7d9bb16b8e0a483ef04 2,515 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.