Loading Tool

Explorer IconExplorer

Memory Pool

78,797 transactions
29.25 vMB
0.07919417 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt 7dd36c098fbc54f51bf6d4918de173845b40155533a0eb56e43de97557c17da0
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 024b776fb04773c96c9b814389a6dd17f06117de15b9387f69926b275ed2f094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,568
Size: 1.00 vMB
Total Fees: 0.01984598 BTC
Feerates: 150.77 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (412,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,354 502,354 00000000000000000017fb6d69414ef55bd5da5c756fd58b01c92a1259f6e8f0 2,456 1.00/1.00 vMB 501
502,353 502,353 0000000000000000006f5e0d0c41a77559cb2e98282ea583aa66a51def3c65b6 2,138 1.00/1.00 vMB 687
502,352 502,352 0000000000000000003c8d4dcf0a73776450d7a5b70ce8235f9e94d54bc208a3 2,806 1.00/1.00 vMB 453
502,351 502,351 00000000000000000032ea3f68ce6d6bb39a5ff9088c4fdd2d0fd50e1fccd4d1 2,746 1.00/1.00 vMB 460
502,350 502,350 0000000000000000001af114de6f32aa7e4db8ecf5e120e1ff8ce441c6a3249f 1,942 1.00/1.00 vMB 857
502,349 502,349 0000000000000000003770121101b262674180c9fa8fb734f5f9518c425378fd 2,246 1.00/1.00 vMB 334
502,348 502,348 00000000000000000040b8963d164a4074958dd6ae6a252305968d86204076c6 2,852 1.00/1.00 vMB 429
502,347 502,347 00000000000000000003b45c97c98aaeda449934f3185172743aa58444ee52c7 2,893 1.00/1.00 vMB 437
502,346 502,346 00000000000000000079e56cf4d06c8b098dd9c48cfcc89e6bfba5caccc939f5 2,900 1.00/1.00 vMB 398
502,345 502,345 000000000000000000285324f9147e0ab44cb51c8177cf67d805b10b9b7aa60d 2,703 1.00/1.00 vMB 424
502,344 502,344 0000000000000000005d73562397ff0300da0413ae42a94f360087aaa82382b3 2,346 1.00/1.00 vMB 613
502,343 502,343 00000000000000000000fb3d6163a0e6a5ae8e16a25d2a950be425098afa813b 2,472 1.00/1.00 vMB 469
502,342 502,342 0000000000000000001d566bb69b97bdbacd762c4a075fd3d8da537ab24a2149 2,348 1.00/1.00 vMB 493
502,341 502,341 0000000000000000004d4796c036d4695b5c3b5a73601105712030dea0d188f9 1,913 1.00/1.00 vMB 922
502,340 502,340 000000000000000000514f799d47ddb10d998b620ea4e87b0e5d3f12dd15c97a 2,684 1.00/1.00 vMB 393
502,339 502,339 00000000000000000059137b46a1501defe10ca7e1b77a896a8272b0a79fdc5b 2,553 1.00/1.00 vMB 445
502,338 502,338 0000000000000000002ab6f40dbe76f258028cedcd2dcc1ec2bb26cf6684780c 2,571 1.00/1.00 vMB 477
502,337 502,337 0000000000000000002c67925eaf3040c005afd102a08f523b856465793fb268 2,796 1.00/1.00 vMB 512
502,336 502,336 0000000000000000002a83ca4f615a2f45c7728c9338bece72709385badc7269 2,644 1.00/1.00 vMB 436
502,335 502,335 0000000000000000004ec8254a9940229dea3f533e74289fcafebd9d6da61e79 1,633 1.00/1.00 vMB 670
502,334 502,334 000000000000000000382e05e9f3d19df49f4c5a6deff0c5eda7e4221c3b7ecf 2,509 1.00/1.00 vMB 471
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.