Loading Tool

Explorer IconExplorer

Memory Pool

83,203 transactions
30.69 vMB
0.14438552 BTC
Random Selection Loading Transactions
Max Size: 184.70/200 MB

Candidate Block

Mining Attempt 3694488f078e6f43c7c2763d1a721c8870c057663e8d9c0dbd521b51f69f44d3
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (387,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,990 526,990 0000000000000000001fcf2592d3c22bac87be6898eca9c725abeb5dc1139a1b 1,538 0.70/1.00 vMB 23
526,989 526,989 0000000000000000003758c9ea039b1c7b828286017ba36469695f40fd4301dc 1,563 0.61/1.00 vMB 21
526,988 526,988 00000000000000000009c7317411987a734f5ba8373e95cb1836cea8696f9775 1,500 0.72/1.00 vMB 18
526,987 526,987 0000000000000000001972e6ac90c4f67e6779ef2cb1f65e548198b90f13142e 635 0.27/1.00 vMB 30
526,986 526,986 00000000000000000036adf4ee194fa73c76ee03e77c362cc4359b61d5a729b7 1,366 0.51/1.00 vMB 24
526,985 526,985 0000000000000000001ea2d134537ab7f45947cf4464d9dc212cff940f3a66e0 1,795 0.72/1.00 vMB 19
526,984 526,984 0000000000000000001854a47a1db67908fcc6aeee555389528f42604c75527a 2,303 1.00/1.00 vMB 22
526,983 526,983 0000000000000000000ae18bbf2646f615f12dcac15b83ed0d5e9dedf13398fd 776 0.30/1.00 vMB 8
526,982 526,982 0000000000000000000c1764f28794d4211bc2fe1df4fff8295be0ce46f1e3ba 2,626 1.00/1.00 vMB 23
526,981 526,981 00000000000000000000670306467ee1b8c4bf7f5a5a301201a25c16be1e2d38 1,991 1.00/1.00 vMB 20
526,980 526,980 0000000000000000003619b8aed755e3ad1449a57035892196f1fe516f5b74ec 2,667 1.00/1.00 vMB 28
526,979 526,979 0000000000000000002f76d0e33e86eac482a9d78298f82c7891fc79afba06ae 584 1.00/1.00 vMB 4
526,978 526,978 0000000000000000002e11b630af26b6cad5264c282e55e0ad3f8db6ccc70310 2,405 1.00/1.00 vMB 20
526,977 526,977 00000000000000000027498896a3140ef758f28eef7efb52489c4dee6beb88cd 1,636 1.00/1.00 vMB 17
526,976 526,976 0000000000000000000ab6652be42c208fb73a17dc9d5db4da10d6d52a42905b 1,218 1.00/1.00 vMB 4
526,975 526,975 00000000000000000002493030cdfa8771c5062f5995bc3d4783e8c9c005b0df 2,718 1.00/1.00 vMB 26
526,974 526,974 00000000000000000021808d671cb56707a53cd0a3076ab21065d693b7651eab 2,143 1.00/1.00 vMB 25
526,973 526,973 0000000000000000001ae6a52e1d74ef16379e0d59cb0a40b1ed278af9d595c3 285 1.00/1.00 vMB 2
526,972 526,972 00000000000000000001fb5078a9d50ee440317f32386ce8c4173cabe6aca4a2 2,180 1.00/1.00 vMB 15
526,971 526,971 000000000000000000319137cb9eaf05a4f9c8e3a43f47f7455173d26a7a5ee0 2,253 1.00/1.00 vMB 22
526,970 526,970 00000000000000000019dc144fd0bc530f39399f920031dbb7cc5c48d328ebc0 1,044 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.