Loading Tool

Explorer IconExplorer

Memory Pool

77,522 transactions
29.01 vMB
0.06701609 BTC
Random Selection Loading Transactions
Max Size: 175.45/200 MB

Candidate Block

Mining Attempt a5d3bf6461130beec6228c7072a26e6c6ade46c71e4e5f3c40b4c122c691b4ff
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 68d2bbfe3163b9b84989edbef4e8650381f17b0da09bf997587e2acc7e9daf39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.00651927 BTC
Feerates: 44.66 > 0.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (363,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,473 551,473 0000000000000000000b53d09b8a4abc9f5051ded373e526efdcf8d21445d068 1,948 1.00/1.00 vMB 17
551,472 551,472 0000000000000000002a477db6b4987c24bb60dd1b8dcc3e6444fcf070f87e7e 2,877 1.00/1.00 vMB 51
551,471 551,471 00000000000000000011ce2134eccb2f69749934cc44a3d6928c5b9497f5926d 2,103 1.00/1.00 vMB 26
551,470 551,470 00000000000000000027d2ff1721564f70ec8c5abd0243ca97f5d2af5d582c97 2,508 1.00/1.00 vMB 44
551,469 551,469 00000000000000000005459e95dc5da1e388b749341dbf993f3defd95e82cb0e 1,343 1.00/1.00 vMB 24
551,468 551,468 00000000000000000003fc991ee756b2b5442e06224ced8d3192f30f5f88fe1d 1,984 1.00/1.00 vMB 26
551,467 551,467 000000000000000000281d4e5b40d2c895c158932867669011623978ae1e9c3e 1,516 1.00/1.00 vMB 24
551,466 551,466 0000000000000000001f606d7494fff34c684765845af4f68e27a4784f011c56 1,377 1.00/1.00 vMB 22
551,465 551,465 00000000000000000000f6919dd49f286d151550ae785c44c6abd3e3664ec2ec 1,711 1.00/1.00 vMB 37
551,464 551,464 00000000000000000015f68ef3a6b12369c63bce7ff2a027cdae8bd41421895e 564 1.00/1.00 vMB 38
551,463 551,463 0000000000000000001944da7aa6150ac14bf5886d6f593d9ec6bdcf6fea96a7 1,593 1.00/1.00 vMB 45
551,462 551,462 00000000000000000028c6399447b507b8cdc5b0d0b36769b6c0c43c97f20fe6 611 1.00/1.00 vMB 48
551,461 551,461 0000000000000000000a650c2f898dfc820ff1553c0737af9df59482eafb8600 1,070 1.00/1.00 vMB 76
551,460 551,460 0000000000000000002978b305f8564eaf886d0c4465bd5602a439792186f969 2,502 1.00/1.00 vMB 41
551,459 551,459 000000000000000000070d77eb6d04aa82e69eaae2616a9f2e729c195fa4cfc3 2,109 1.00/1.00 vMB 4
551,458 551,458 00000000000000000003966f68cc0e34277bdf30ea90881eb488f6a409a55bd6 2,704 1.00/1.00 vMB 21
551,457 551,457 0000000000000000000a2f5d9a6e639faa2568fa28c1f4061d678a167e0579ec 1,816 1.00/1.00 vMB 30
551,456 551,456 000000000000000000254e8b99c155535d8e45ca29610d6d7e7561ccb10d16c6 1,181 1.00/1.00 vMB 35
551,455 551,455 000000000000000000194e8ab0596182ac8970f287a5ede2ff39238d5f8402d4 2,245 1.00/1.00 vMB 12
551,454 551,454 0000000000000000001a02a4fa796e37ea06462aa5ea9ae5cf9332b6bb95335f 2,418 1.00/1.00 vMB 53
551,453 551,453 0000000000000000001c2554d35445ef3dc3e2a1a52a6669d23d7876720bd98c 2,537 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.69 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: 686.38 GB
    • Received: 16.48 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.