Loading Tool

Explorer IconExplorer

Memory Pool

87,579 transactions
32.08 vMB
0.14188826 BTC
Random Selection Loading Transactions
Max Size: 193.65/200 MB

Candidate Block

Mining Attempt f942c00f8707d9a664c4b42b93d214fb038d88127879242efd5ba77d8cfec9eb
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root ac67bd3e643095c163b3e18e750bc2fba81c93de247b2cd00fd3f978900d4629
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,709
Size: 1.00 vMB
Total Fees: 0.05177226 BTC
Feerates: 911.92 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (420,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,461 494,461 0000000000000000002ba656a1c26f1e105361ee3094463a898e3aebd2827c52 2,116 1.00/1.00 vMB 497
494,460 494,460 00000000000000000047ad726e8c9f400eb7c47d1459a13de26497d13b4f234f 2,421 1.00/1.00 vMB 756
494,459 494,459 000000000000000000483b8f1f36212db0102f2ede4de925bc62d568884dd10a 32 0.01/1.00 vMB 1,628
494,458 494,458 00000000000000000090071944a94d1df4d33fa13465a91f50d179f14d13aadb 2,502 0.99/1.00 vMB 658
494,457 494,457 0000000000000000008ad90fc1cd86d3ba4e924e7d7fe6d9f07a8232d1e5be94 2,358 1.00/1.00 vMB 611
494,456 494,456 0000000000000000003ca99171926785fc2c584821251b4cebf39c2a9e3fa0f0 2,453 1.00/1.00 vMB 513
494,455 494,455 0000000000000000009289a1ea24ba72461663f55743acffcba96477c29e2986 1,776 1.00/1.00 vMB 177
494,454 494,454 000000000000000000515067b1867bfb3d2627ae42696b65b4c0974d2dc81398 2,224 1.00/1.00 vMB 129
494,453 494,453 000000000000000000acb5eadbb4c83d59e91bf556f6b76d66c660f269c148d9 2,016 1.00/1.00 vMB 241
494,452 494,452 000000000000000000bd1f5cd9a651ec9a447275b419c6869ee162d1ec56e7f6 1,795 1.00/1.00 vMB 132
494,451 494,451 0000000000000000002e2625cba7d3be6fbaac3c0a6a653bf827efb8848717a3 2,745 1.00/1.00 vMB 306
494,450 494,450 000000000000000000824463ac0046f7c0adae2505195c9694b8d73c4c8abd0a 2,295 1.00/1.00 vMB 605
494,449 494,449 000000000000000000b7b1fb55e80e144a1a8a80e6155196c9be878dccd0b915 2,120 1.00/1.00 vMB 436
494,448 494,448 0000000000000000003909ca5b38c98eceb897dbc6e63d84346c9739e1320b23 1,963 1.00/1.00 vMB 306
494,447 494,447 0000000000000000003215d2545696fe9b9bd1d982cc22d55dd0375ffbcb88f2 2,272 1.00/1.00 vMB 552
494,446 494,446 0000000000000000009864d90aa78a84079bb7188091b6bc9b0312ca1c7bdaff 1,456 0.98/1.00 vMB 197
494,445 494,445 0000000000000000002921550abf492c59709e1fa95debad69c25762e72db41a 2,196 1.00/1.00 vMB 221
494,444 494,444 0000000000000000006d9a04319f3e06393bce58703549b591fafc1b92090892 2,258 1.00/1.00 vMB 92
494,443 494,443 00000000000000000043749076edbddb1d0f851e623dba115ac76c19133eb470 1,530 1.00/1.00 vMB 201
494,442 494,442 000000000000000000c5578d7d2b7fb23d761c59e85a93b24998db91af05303f 2,417 1.00/1.00 vMB 240
494,441 494,441 0000000000000000005bea617b4385d1db69eb146cc7ad8b2bff0f339719427f 2,483 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.