Loading Tool

Explorer IconExplorer

Memory Pool

47,097 transactions
28.02 vMB
0.08786133 BTC
Random Selection Loading Transactions
Max Size: 148.52/200 MB

Candidate Block

Mining Attempt c86d55ca92571d246d081938bdff3b022bc35b8795dcdef1962ff302fe9afa6b
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 2d86f6f050a207ba097abc73c2b4625ac6ba3eb08a52592ece4909fcf582ad01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.03257541 BTC
Feerates: 200.00 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (602,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
312,446 312,446 000000000000000007b978bb01fd033e3894b1628fc6055fb02c206196db4ac2 1,177 0.69/1.00 vMB 27
312,445 312,445 0000000000000000245128882f0da9f778c24f62e9183569ac05d9a164dd98d1 47 0.02/1.00 vMB 12
312,444 312,444 00000000000000003667fe3d2633572b103eb85aae94d9c203f9a00282e2e73f 400 0.38/1.00 vMB 22
312,443 312,443 000000000000000009c95309f8940f1a0ad8eaa54881ee1ff216da3d09fdfac9 711 0.59/1.00 vMB 21
312,442 312,442 0000000000000000091bde69abe5bd849d43616fa54737a78f26cbb94a89179d 647 0.25/1.00 vMB 36
312,441 312,441 00000000000000000d258cce65c734b9429aaaa215b08d4eef94087186e99fed 61 0.02/1.00 vMB 30
312,440 312,440 00000000000000002808b0bf724a5eb3f7d4809b85a2cabe802c336b85490c16 32 0.01/1.00 vMB 30
312,439 312,439 000000000000000017296dd01e31024985dc17626f9e65ec51e4a27817627fa4 452 0.26/1.00 vMB 25
312,438 312,438 00000000000000001de8ed9f5a92b4a4fda17914f76980de8f5032ff69cf6600 319 0.30/1.00 vMB 17
312,437 312,437 0000000000000000323758151ecd550112822d2267b0685d82fca201586baf71 595 0.45/1.00 vMB 24
312,436 312,436 00000000000000001604455b7c72477851e2152a9c91adbbbd1152040c3a9085 761 0.40/1.00 vMB 30
312,435 312,435 00000000000000002b24ddba318de37533a6f23cc61c72a2189f0853843d3829 972 0.72/1.00 vMB 24
312,434 312,434 000000000000000023e11723ea1b96769bbda616a1f17d8825de3b0b0e413a85 256 0.08/1.00 vMB 39
312,433 312,433 00000000000000000f51223f16a007e76b2b3b127de020a8d47de9ef65e06270 366 0.22/1.00 vMB 28
312,432 312,432 0000000000000000022fb15b444e2978f8ea79bab8e4c1c9171743f00fb0573f 576 0.44/1.00 vMB 22
312,431 312,431 000000000000000037477492985dce8b9761dd5d9bcbe848238fda28be714cf1 660 0.43/1.00 vMB 23
312,430 312,430 00000000000000001f275d1961bf56d3ed5f27507ecd6c6a8220ac4bca33de74 141 0.13/1.00 vMB 13
312,429 312,429 000000000000000028bd65515c4306c9e23e808f14ddd6bd9ff45c059fd70e8a 98 0.04/1.00 vMB 34
312,428 312,428 000000000000000022212676e92585f623b47681f516755098390fa947b884e3 617 0.34/1.00 vMB 28
312,427 312,427 00000000000000000b63a528fb2cb07b3142d55818a4c323ca90ab707e3d9803 465 0.45/1.00 vMB 17
312,426 312,426 00000000000000003295eb00369b9eff962e5cc3405ef0858b0e92845aa73c81 1,427 0.75/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.20 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.