Loading Tool

Explorer IconExplorer

Memory Pool

89,218 transactions
33.68 vMB
0.14764153 BTC
Random Selection Loading Transactions
Max Size: 199.88/200 MB

Candidate Block

Mining Attempt 9b55ec2690ad5e5c723771ad46eabe932c09fc7096b221c44667e140b4a0d90f
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4b819e7286e19af165008eb01a8cd5aa90a53242280c63701b4921c86a9d054b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.06021586 BTC
Feerates: 469.97 > 6.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (407,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,471 507,471 00000000000000000052730db17931224477c9ca8f60f09063fa72db054c9018 1,736 1.00/1.00 vMB 76
507,470 507,470 0000000000000000002c1991c060d2528031284180abf3c8f7a7bb95d2cbb47d 3,396 1.00/1.00 vMB 198
507,469 507,469 0000000000000000002745aa1004d8b83bce178989d48f74d3c0cf0848621edf 3,143 1.00/1.00 vMB 182
507,468 507,468 0000000000000000003f3135a550b3cfc15ddc84b73fc3e35e4636293b7e5699 1,117 1.00/1.00 vMB 89
507,467 507,467 00000000000000000018fc0ab48ffffa14d7e5bca3c7308e473bc428e9e67b83 630 1.00/1.00 vMB 14
507,466 507,466 0000000000000000005e7693d8d0c8e7cc48f6b203bfead1dd442dadb2e8b8e7 2,055 1.00/1.00 vMB 153
507,465 507,465 0000000000000000003f9834f6a0aa84c3839a3436fb80b28ae92eebf3531d2a 721 1.00/1.00 vMB 36
507,464 507,464 0000000000000000001f6eb1af891bedc2e8a281c2873cdfe3ffd68b154505c7 1,547 1.00/1.00 vMB 95
507,463 507,463 0000000000000000001ab00742861a15024501f9a4687d09395d3cebe4d30c92 816 1.00/1.00 vMB 46
507,462 507,462 0000000000000000005eaf66db0b8a018ed67d98f36524eff8951573491a08c2 65 1.00/1.00 vMB 2
507,461 507,461 000000000000000000016c48cd172e7cc6e057bee149d7226d72cba66657747e 1,454 1.00/1.00 vMB 104
507,460 507,460 000000000000000000219e68e8ac39ecde0a3417c4ea00e341dd2a8d52a34709 594 1.00/1.00 vMB 29
507,459 507,459 0000000000000000005eadbd6c4d970f16d98815f31e00e16d6d6a51294d9f4a 1,986 1.00/1.00 vMB 130
507,458 507,458 000000000000000000246b77adaa423c3eea10919a9314cde0aeba41d38e3c73 279 0.08/1.00 vMB 158
507,457 507,457 0000000000000000006476cbb5a21f929bd22b93fd7a2ea735f3554932d2e146 481 0.23/1.00 vMB 137
507,456 507,456 00000000000000000068dbdc58706ff5c6a8d7e8fd28f9c4e668f8f84ab685bb 1,381 0.74/1.00 vMB 112
507,455 507,455 0000000000000000002ff5777ba7c251bb0bf1ec12d88b74dc3e7bd5a89196a5 609 1.00/1.00 vMB 40
507,454 507,454 000000000000000000483f081f5ed0c94653902e635e2ea87e3d6a5a4b0a4036 94 1.00/1.00 vMB 4
507,453 507,453 00000000000000000018eeb169c2514fd6db88a9a9b62a1d9dbebf9da033de38 1,480 1.00/1.00 vMB 96
507,452 507,452 0000000000000000001e680336ec3ae0aa0f8c1619f749977fd1c514d3f6d8a6 996 1.00/1.00 vMB 66
507,451 507,451 0000000000000000006199872c918618d86f5d885604ebd66256dc580dea3f75 1,017 0.59/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.30 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: 658.10 GB
    • Received: 14.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.