Loading Tool

Explorer IconExplorer

Memory Pool

34,209 transactions
27.11 vMB
0.05539226 BTC
Random Selection Loading Transactions
Max Size: 135.51/200 MB

Candidate Block

Mining Attempt 5fb72159616ce010bdd1a178ac4aebc643c75b6b185b724752f5dca4250bb81d
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 178194b6d92e44337a0055dc159b1c6ae10848a57a45ee4fa880357aaf797ca9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.00433727 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (441,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,192 473,192 0000000000000000004faab92631ea52a39218f1f181d518a89a933224f72ebe 2,225 1.00/1.00 vMB 282
473,191 473,191 0000000000000000009cca13317b8c14b60c284d1c292fc526788888a77e1660 2,187 1.00/1.00 vMB 355
473,190 473,190 0000000000000000000ef3bb3364ad1ca2c9c2ee943cdb1699a428eaec369269 2,112 1.00/1.00 vMB 385
473,189 473,189 00000000000000000033d647d40e17219363aa47cc6e04990ac35c6e8388f8ee 2,030 0.99/1.00 vMB 334
473,188 473,188 000000000000000001338b9ff1e634ad0d29b06c8cb0037cd789d97f0a9ff7dd 989 1.00/1.00 vMB 364
473,187 473,187 00000000000000000110e57a03db634f119e75f420c4964ac773a834df06968f 969 0.99/1.00 vMB 362
473,186 473,186 00000000000000000144ff4bf79bdce83b20cd48a6c3e1fe349b5143df040aa0 1,005 1.00/1.00 vMB 383
473,185 473,185 000000000000000000a9f1536b5178262a3275a4d442c669e2928b0e77e98f75 485 1.00/1.00 vMB 54
473,184 473,184 000000000000000000058d70e67dae8a991bdff9a3a6e79e90b1a71c25963cfa 995 0.42/1.00 vMB 302
473,183 473,183 00000000000000000183af6a90cab3a02314ea0647ba0dd443ffa415dc5e3ce6 1 0.00/1.00 vMB 0
473,182 473,182 000000000000000000e588feffdb55f93c5ad625f775b2bc9807202f88e755ec 917 1.00/1.00 vMB 85
473,181 473,181 0000000000000000014867845a5c72d5f3cfbd2163c74824c3a5b6d8e9785094 1,800 1.00/1.00 vMB 188
473,180 473,180 00000000000000000123a318b7f67f10a3ee2a6e27c45ebb5a1b94092e0e0ae7 2,029 1.00/1.00 vMB 265
473,179 473,179 0000000000000000010bdb0095be0d75a908072ecd913c768dbc2840ca7a28ed 1,286 1.00/1.00 vMB 90
473,178 473,178 00000000000000000167dbcb3058cc792d54d39cfd9b97ecdca576594bf29c1c 2,255 1.00/1.00 vMB 215
473,177 473,177 0000000000000000000787a47b6eb83b1d91c9e87fc39ad7fdd6d3fddd88987b 2,050 0.99/1.00 vMB 353
473,176 473,176 00000000000000000179c40e0304365d2fdd134a906fcba06a009ae259e704d0 2,183 1.00/1.00 vMB 294
473,175 473,175 000000000000000000269000c8dca8075c809b0c19e0116f0199d55705514199 2,382 1.00/1.00 vMB 96
473,174 473,174 0000000000000000003c02d190ca94ba83d82c395dae793e1b9300d040f73ed6 2,455 1.00/1.00 vMB 259
473,173 473,173 0000000000000000009676f5df201beea66b9fcb8caa67706af41e0d5ec18a19 1,995 1.00/1.00 vMB 177
473,172 473,172 00000000000000000173199925d86a703ddf8d2ae5e4b5d469d9eee2e89130da 1,820 1.00/1.00 vMB 355
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.