Loading Tool

Explorer IconExplorer

Memory Pool

53,285 transactions
29.77 vMB
0.09734312 BTC
Random Selection Loading Transactions
Max Size: 159.76/200 MB

Candidate Block

Mining Attempt 7b0f0d9e80938d0d432a5a797d734ebfb5a22a2a530b75fff1f031adbfb1c694
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 219f0d82179eb929a827c0aa4d45dce65fe330053ef7ac3bd4356342ec6934c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02440574 BTC
Feerates: 157.35 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (198,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,069 716,069 00000000000000000004f17fc7dd0bee0aff6267d87019cd116b0eba065b2045 1,609 1.00/1.00 vMB 12
716,068 716,068 00000000000000000004571dd09f4779c760ed542d8d522c791020bbaf9f507c 1,852 1.00/1.00 vMB 13
716,067 716,067 0000000000000000000418b45b33eb8df5c93ca19216614dea3f0e78f97307be 1,909 1.00/1.00 vMB 10
716,066 716,066 00000000000000000004db34c394e85e4552a4d6118dd32eeee062dd8e53e792 1,878 1.00/1.00 vMB 12
716,065 716,065 00000000000000000007f38fefb01b59a4f6a0593fbe824b436a307747807556 2,498 1.00/1.00 vMB 25
716,064 716,064 00000000000000000000f9de9ee1f3aa10b0e63c160cf0f82931cd7e0791d84b 2,184 1.00/1.00 vMB 16
716,063 716,063 00000000000000000009070d6e762a9f5cece68048db85a13091c120385cbf4f 1,338 1.00/1.00 vMB 13
716,062 716,062 000000000000000000092784bd38bb9b4112b307cc334bc74a13f96da82ebd7f 1,188 1.00/1.00 vMB 11
716,061 716,061 000000000000000000063229df6392a7edeb95ffefee43caec44d05a7930a70b 2,536 1.00/1.00 vMB 16
716,060 716,060 00000000000000000000d1d6b39fc03f2f63663e81110d7e24927023a9fca037 1,796 1.00/1.00 vMB 11
716,059 716,059 00000000000000000005f431b2cdb408753630a04b874221ad03ba70d0c68737 1,846 1.00/1.00 vMB 6
716,058 716,058 0000000000000000000730fdbf1be86746f3fa9bf47d99c4cbba8ab65f496a80 2,582 1.00/1.00 vMB 7
716,057 716,057 00000000000000000008eca8af193df577fd9b0d6fba238b3fd1246ad5b74a41 2,409 1.00/1.00 vMB 15
716,056 716,056 0000000000000000000b801c9f65835fa084356802c14ffd06b60f5a4c1d4561 2,219 1.00/1.00 vMB 13
716,055 716,055 000000000000000000007b71a7f42fcd96034147b999065bc5bf8f7d78c0e90d 1,379 1.00/1.00 vMB 9
716,054 716,054 0000000000000000000ac990a0b3b5ca2023628f3fb4eb807d0f601f3f8f664f 771 1.00/1.00 vMB 7
716,053 716,053 0000000000000000000352b5fbbf08ab80ce93885f74c7de21d39ad86aea3e95 848 1.00/1.00 vMB 12
716,052 716,052 00000000000000000001764b6d5287930414d8a7c4f277403b5099e5126bb693 1,454 1.00/1.00 vMB 17
716,051 716,051 00000000000000000003a0516165d7252d8ff10b4f06aecffe7d4ad5424505b4 1,136 1.00/1.00 vMB 8
716,050 716,050 000000000000000000059b0d6d8381d3ef4c45d69f85b575ad7abb87dc9d4c12 1,946 1.00/1.00 vMB 12
716,049 716,049 00000000000000000000731690b195e99ca8f252a464308cf534ea2c1527d3db 1,593 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.89 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: 645.08 GB
    • Received: 12.68 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.