Loading Tool

Explorer IconExplorer

Memory Pool

82,948 transactions
30.87 vMB
0.08253416 BTC
Random Selection Loading Transactions
Max Size: 189.24/200 MB

Candidate Block

Mining Attempt b8c86a7bebe5c68678f8c1b06ed0e358675fef83e93aa42861725d891856286d
Version 20000000
Previous Block 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee
Merkle Root 834a348b06611f15648e7cb297dac0373df46452e5ef324e1619d472a4bd6eb1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,899
Size: 1.00 vMB
Total Fees: 0.01326756 BTC
Feerates: 79.55 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,334 (379,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,962 535,962 0000000000000000001bcc07a6b2a96623b9faff9bce84bd457da3ec9b5c9374 1,308 1.00/1.00 vMB 20
535,961 535,961 00000000000000000022de7c3e013e1d599b8bcde648eb43c5fb93d267881f30 2,584 1.00/1.00 vMB 10
535,960 535,960 0000000000000000000ca6c96631511421b346e0ab04406a48f420258ae8f930 2,849 1.00/1.00 vMB 13
535,959 535,959 0000000000000000001dce6f483641eb9a20507b6344d1f7bf77f6681122faac 2,538 1.00/1.00 vMB 25
535,958 535,958 000000000000000000007585bb69db930bd1aefcfeca1eda186f063041524183 2,084 1.00/1.00 vMB 13
535,957 535,957 0000000000000000000a0d34e56571522bad4d995af5c1c4c086bdd7698e62e9 2,547 1.00/1.00 vMB 40
535,956 535,956 00000000000000000000156d0e20d9463ee73f84871b7af3019ae5016676fc48 1,662 1.00/1.00 vMB 13
535,955 535,955 0000000000000000002d6f1bdaf459824cae5d98b2a3e1e64bd4f239dedb764c 2,821 1.00/1.00 vMB 23
535,954 535,954 000000000000000000226ca6f5baf314e09aec7a8c76fb2afbcdc61fa91c0af6 2,423 1.00/1.00 vMB 18
535,953 535,953 00000000000000000011d372aabbef58d8fa45f960c4dfdeada3615f6e689afa 2,390 1.00/1.00 vMB 41
535,952 535,952 0000000000000000001c61222b5be34bc0083d2f3d24b1b0972bade9d0be5129 1 0.00/1.00 vMB 0
535,951 535,951 00000000000000000024ee96acb254c7847c2f4c792570845e1e0203dc26872e 2,513 1.00/1.00 vMB 34
535,950 535,950 00000000000000000001e8380fce188a4cf672b580d305fb69ea8972801c3903 2,859 1.00/1.00 vMB 14
535,949 535,949 00000000000000000026de237cccc657183df0647633fb298eadea7b2c113bf4 2,805 1.00/1.00 vMB 37
535,948 535,948 000000000000000000277cdead5933e2ef7d01fbede1e0eab32df6203c1058ab 2,562 1.00/1.00 vMB 29
535,947 535,947 00000000000000000028d79124e9ede3f0c6cabad4e6b10cbaad9bb05978da4f 2,943 1.00/1.00 vMB 17
535,946 535,946 000000000000000000099c836d18c4d50622980d5c1bafc83f03bb295f7da913 2,596 0.99/1.00 vMB 39
535,945 535,945 0000000000000000002e194c2c4ebc21bc0c8d21f63cd2787a5e8bea57acfc64 2,485 1.00/1.00 vMB 27
535,944 535,944 00000000000000000023c7c38b37a7ff6b8571cd8d9fa54adf985c7defe3b65b 2,823 1.00/1.00 vMB 20
535,943 535,943 00000000000000000023bbeeaff341688e6ab4c705d3f68cd78e70684b478a48 2,588 1.00/1.00 vMB 27
535,942 535,942 00000000000000000008c45cfa71c551cc3437d08f989e094e87096370cb5ebc 2,642 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.97 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: 715.96 GB
    • Received: 17.76 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.