Loading Tool

Explorer IconExplorer

Memory Pool

25,595 transactions
12.27 vMB
0.06655154 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.91/200 MB

Candidate Block

Mining Attempt d50a4e904591c282616b532630af0a736cc5b2916a58ef32383014acbb7b46a2
Version 20000000
Previous Block 00000000000000000001009964e88fcd9974c2e2ecffbc959a8654575bda98b3
Merkle Root f67caa9a8cb8acb8afdeb920902aa91feb581792f6be1869f84f79facaaaf168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,462
Size: 0.9979265 1.00 vMB
Total Fees: 0.04424748 BTC
Feerates: 149.15 > 4.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,699 (643,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,469 270,469 00000000000000049323d2bb9819260f3bc8a0c15773837fe40ccaa0f72ff148 409 0.50/1.00 vMB 22
270,468 270,468 00000000000000048c8273256ecb41df7973ebdc91c63267555abd2eaf35a724 1,060 0.50/1.00 vMB 39
270,467 270,467 00000000000000045f8bac649c78fc352d27b6ae077f5420f31811d1af92c2ff 604 0.50/1.00 vMB 68
270,466 270,466 0000000000000003937b747e19392a9fb73d6141e668d55ea9feea25119d3fe6 191 0.10/1.00 vMB 44
270,465 270,465 0000000000000004723c2b4b7f933294a581ac6113bef569df308587a4d9b193 646 0.25/1.00 vMB 105
270,464 270,464 00000000000000019e8969724bcbdd46820d61fa3e70b95e58695eda95084729 966 0.50/1.00 vMB 52
270,463 270,463 000000000000000257d2b0b5b4bf612c0e2c4336e61d1b5bc142e82f69ca13c2 951 0.61/1.00 vMB 55
270,462 270,462 0000000000000001355107e30e74190b220f67a6e9bd1e9c5cb5ce121a85ac40 585 0.25/1.00 vMB 72
270,461 270,461 0000000000000005ddc640ee4a3fb749bfc20e86ea8f7f6cbc824be8dd2dc4fe 1,227 0.50/1.00 vMB 56
270,460 270,460 000000000000000025bc60b44631e6bd0517bce248b7562be699fa2b0dbeec36 4 0.00/1.00 vMB 20
270,459 270,459 00000000000000004b04891d77a0ac7e344e8d6ecb6b1e69ddcdae4e0fc3321b 749 0.25/1.00 vMB 70
270,458 270,458 0000000000000000c4acc19f651e2fd938e6055790135d1bc504d30fa0203c86 374 0.14/1.00 vMB 154
270,457 270,457 0000000000000001c52328cd9915e3d5467aaad2678ea799069bdbde833c701b 1,137 0.64/1.00 vMB 63
270,456 270,456 000000000000000250e041e41cdd96de9cd6dd154001cb02c9ddb24a13005ebf 59 0.15/1.00 vMB 14
270,455 270,455 0000000000000003ec44c57844b514bdda7d8034856c670d8183ebae26bc68fa 604 0.35/1.00 vMB 15
270,454 270,454 0000000000000002cff0aae402ebefb669595b8107d0feedb11937411e203f38 419 0.25/1.00 vMB 45
270,453 270,453 0000000000000003616293e57f7edabd8f0c86ade75cb6add81058764e8373a0 1,211 0.50/1.00 vMB 89
270,452 270,452 0000000000000003efdc3b7b9e4fb9a910ff8f2c5d9475a7d1a19fed8a14534d 129 0.17/1.00 vMB 41
270,451 270,451 00000000000000024e0040f06da5230cb0622d8f301a716d240d90c1ed33d963 246 0.25/1.00 vMB 45
270,450 270,450 0000000000000000017d9cfa1bb14d8d1e16487e94611c98bffb608142d0e938 250 0.23/1.00 vMB 30
270,449 270,449 0000000000000004f9e6716b80d36f91ce5534bf53b635657557c7cd41731305 629 0.32/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 780.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 493.25 GB
    • Received: 3.46 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.