Loading Tool

Explorer IconExplorer

Memory Pool

85,303 transactions
30.69 vMB
0.13956648 BTC
Random Selection Loading Transactions
Max Size: 186.46/200 MB

Candidate Block

Mining Attempt 141f0fd10d644cba86045df13221b366e77d90082e16ddb63ab690225cf785ca
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ec89088dd3c5351fd2b9cbfa3d3f4738f8053640231ad48fe8819b3ff0b0967b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,245
Size: 1.00 vMB
Total Fees: 0.07633851 BTC
Feerates: 170.36 > 7.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (446,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,002 468,002 000000000000000000858dc7a55a071acad236fedd73d9922c9a56636f495b2d 2,151 1.00/1.00 vMB 324
468,001 468,001 000000000000000000ecf1172c3ef52f17518f8fc26e8047257d0074fef4a1a8 2,435 1.00/1.00 vMB 347
468,000 468,000 0000000000000000012626dbc547ecf2524475e10751bb877dae44c4f07b2cc6 2,657 1.00/1.00 vMB 251
467,999 467,999 0000000000000000008033530c6bb2548893bf5c195d995c42d517b548dcd1e9 2,591 1.00/1.00 vMB 299
467,998 467,998 00000000000000000146b3e1e13c9e42451b8031741d1a7a27b05f273e80e06d 2,307 1.00/1.00 vMB 264
467,997 467,997 000000000000000001b00e8652d754698891a28a3c9c0cae7009d4963765db24 2,495 1.00/1.00 vMB 303
467,996 467,996 000000000000000001d02869506c32720b5d642a5a3434a0ce128a7b44428469 2,253 1.00/1.00 vMB 268
467,995 467,995 0000000000000000004a1243a149130fbdff2c023d7e47024a8342bfd753cb61 1,980 1.00/1.00 vMB 350
467,994 467,994 00000000000000000166327b79677163c498e47442b3d8002c6e6a5343265a60 1,973 1.00/1.00 vMB 231
467,993 467,993 0000000000000000016b99e2f62ccd9b888b4529d44ab17fb47e7b1e58c20851 1 0.00/1.00 vMB 0
467,992 467,992 0000000000000000018e5c0f77a28b592a74190ecb8cb772d03bb0cddd5c1ba6 2,770 1.00/1.00 vMB 261
467,991 467,991 0000000000000000012970fc4e762a0ec1008f62428c44321d36b650e1b9ef25 2,659 1.00/1.00 vMB 349
467,990 467,990 000000000000000000ffc1dd54840da3c324f784d9ba8d46f6d9da759c4561d6 1,694 1.00/1.00 vMB 217
467,989 467,989 00000000000000000120800434520f2b75c59ea952279bfeaaead6aa25bc23ea 2,923 1.00/1.00 vMB 273
467,988 467,988 0000000000000000018ae80eabff05c817499f70558e52d15df2c4f58ce969fc 2,960 1.00/1.00 vMB 346
467,987 467,987 00000000000000000149549ba7a25110cd2849f1b0fe540c5207bc3c3abc21a8 2,196 1.00/1.00 vMB 315
467,986 467,986 000000000000000000754a9d1205ca2a1145d9a9311b44e0cfa8aa0297300055 2,982 1.00/1.00 vMB 408
467,985 467,985 000000000000000001ae8978804139fcf08ca3f56ef9dd4ae4b6263c4daa4983 2,737 1.00/1.00 vMB 322
467,984 467,984 000000000000000000ebe065569edbb09bea95c11fa0ef7b693088f48669eb78 2,092 1.00/1.00 vMB 251
467,983 467,983 00000000000000000054ff165460d71c5f7983f8efaccaf53614a7134171bc8a 2,309 1.00/1.00 vMB 287
467,982 467,982 0000000000000000019728a7501f1b18eceefbdc4d826b5500a912fd0c2c6a37 2,262 1.00/1.00 vMB 299
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.