Loading Tool

Explorer IconExplorer

Memory Pool

17,531 transactions
10.77 vMB
0.03288413 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.74/200 MB

Candidate Block

Mining Attempt 62bd16fc328716928dea93352034e95225560ba3c384de726896498ef37de02b
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root 3fb025297e35898fe48b0699401249a8d1a35c21f7a82146e58fa8d33175d9c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,417
Size: 0.9979915 1.00 vMB
Total Fees: 0.01599202 BTC
Feerates: 240.43 > 1.60 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (652,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,953 260,953 000000000000001b54d056fc592e332922e2a8e63837aefcf66daacfb6cc470a 125 0.06/1.00 vMB 21
260,952 260,952 0000000000000008eb7d0089a20ed269c3fa3434a14bb7af938fe2cf768bd040 520 0.21/1.00 vMB 155
260,951 260,951 000000000000000cd371c8ffc0386be780eed62bf57d6e09712bb401bb1129a4 430 0.19/1.00 vMB 99
260,950 260,950 00000000000000147b59cec72ee3637e45ac15bd5f940536432de627aaf47cc5 591 0.25/1.00 vMB 104
260,949 260,949 0000000000000004f0b4555a959d71cf0f77df23d460f1c6e58421c85a899e4c 456 0.25/1.00 vMB 116
260,948 260,948 0000000000000008e3c765e9164e50705a70d2aeaf1508d7dbe3ebed148048e2 610 0.25/1.00 vMB 142
260,947 260,947 0000000000000017f2f93390654f8589c6275b5a8ca4329a9c229238a908c43d 168 0.08/1.00 vMB 24
260,946 260,946 000000000000001b3216d767f54ff7eb6563c45cdafaa8f6e15f0958ab4ef9ef 745 0.25/1.00 vMB 145
260,945 260,945 000000000000000dcd9b3cf085725b7d5b987029e195794d86cd5f4326e222bc 454 0.18/1.00 vMB 157
260,944 260,944 000000000000000d12ee50677d5a7c50360336f2c2a4f46a0ee6f27b9f410df2 563 0.21/1.00 vMB 129
260,943 260,943 000000000000000070815c57ab40e4e1ae4c5d88797c2e5597d2ce64cbe55e16 171 0.06/1.00 vMB 106
260,942 260,942 000000000000000f1596b8ee2be16cc2b240b099e82764f58f4b0fee7d652bcc 316 0.14/1.00 vMB 101
260,941 260,941 000000000000000ec53c9296322fc5034429d87d104d186512c517f696a1c5b9 217 0.09/1.00 vMB 119
260,940 260,940 0000000000000004dbf9ea627cd62fcf9725a1274df1ae7539867ffa9b2d0ec3 125 0.05/1.00 vMB 121
260,939 260,939 0000000000000012ccd327636aa7e4ea4aee91faa892a6acb606e784debbedfa 262 0.10/1.00 vMB 86
260,938 260,938 00000000000000028a1e848f581f196f1c4df768e76b18ed86376a6393d9a63f 108 0.05/1.00 vMB 72
260,937 260,937 000000000000001703db866ddab4011dbf3a92145f272d079cf073c5a73b66f9 317 0.18/1.00 vMB 61
260,936 260,936 00000000000000086407cab853423c2a6cc1593a195ca165a0fd448aefd0355e 576 0.25/1.00 vMB 120
260,935 260,935 000000000000001036ac40e3d80ddf4088958a9ff1cd36e670a3c3df0bbaa77c 553 0.25/1.00 vMB 117
260,934 260,934 000000000000000dc8cb6a1f6ae8b1ace1c51f92bf0c09e334387908522f4571 310 0.12/1.00 vMB 119
260,933 260,933 000000000000000325229526b5c277b6e80db6e042e62346f84f5ba6dd7b1660 366 0.15/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 780.24 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: 512.04 GB
    • Received: 4.23 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.