Loading Tool

Explorer IconExplorer

Memory Pool

81,093 transactions
29.80 vMB
0.10396102 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt d5b04794840d3db268357220ae86a7579eebf9634803a9f9d109d8c64f0aa7dd
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root ad0ef9121e91403f171efb0263e7ce1a472cbbf52c15e2a2111e2317bde98460
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.03873509 BTC
Feerates: 146.36 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (489,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,411 425,411 0000000000000000014a1322734acb67638fd7fa9bd786743d6e797b1fe9d6e4 2,680 1.00/1.00 vMB 88
425,410 425,410 000000000000000001d81b459e4124291d9aca784556739e0de3e664fd8735d4 2,327 1.00/1.00 vMB 48
425,409 425,409 000000000000000000426929729b1ce2f49e4728104641e9840409b430b4fffd 2,552 1.00/1.00 vMB 51
425,408 425,408 000000000000000003d20a029afda606e97c185cb710a17b915a1f06c88be950 2,109 1.00/1.00 vMB 63
425,407 425,407 000000000000000001a9566a970f11ff146e77593f5622e060d4b0b71d370024 2,326 1.00/1.00 vMB 81
425,406 425,406 0000000000000000019263924cbb3ffca23c8d2c5a6f243bf8fbcbf1e57e583c 3,163 1.00/1.00 vMB 50
425,405 425,405 0000000000000000040e281434de978f8ccf93a2d2aea30a64213fde85d8f335 2,162 1.00/1.00 vMB 90
425,404 425,404 000000000000000000e6911ebd053a60fe229eeb9d5087b8bafc80a3502821e6 1,804 1.00/1.00 vMB 54
425,403 425,403 0000000000000000001dbf12d1c4782c3bdd3910262272f3ae4e1e24053c00c9 2,460 1.00/1.00 vMB 64
425,402 425,402 000000000000000003f097a64544cb8ab2ff363420ba9f732f611b04e4f159e2 1,913 1.00/1.00 vMB 92
425,401 425,401 0000000000000000023afb17509f3cc6a388e0a8c22ba87f9bba6ccae220b68e 1,757 1.00/1.00 vMB 101
425,400 425,400 00000000000000000299a6a84490eae8493ec8ac5650c915406c083902f5a4ee 1,526 1.00/1.00 vMB 94
425,399 425,399 0000000000000000011152e2b01a838146f1a47c88e69f7684bc3ddeaa067596 2,413 1.00/1.00 vMB 59
425,398 425,398 00000000000000000242d649c7246b5fe0f6a2be98107319ef08e09793d83267 1,844 1.00/1.00 vMB 56
425,397 425,397 0000000000000000040e2cadb86d5538e12b24a10665029af7589637bb5859e3 1,647 1.00/1.00 vMB 84
425,396 425,396 000000000000000000d525dceaff3363621822c2827233c4024ff0ae33140303 1,390 1.00/1.00 vMB 122
425,395 425,395 000000000000000001fabab9c71c0a4580dbb2df8b930794aa452607f3c98f49 1,851 1.00/1.00 vMB 62
425,394 425,394 0000000000000000025616f3a8f442deb309d7102e3cf9d8c96bd3fe86e665d2 2,666 1.00/1.00 vMB 77
425,393 425,393 0000000000000000016e1a5d85e105400e808e7ad209b0f58fb9bac58684c995 14 0.00/1.00 vMB 136
425,392 425,392 00000000000000000133ae7397971b84292c1af9d64c720e760ebca91ccee6db 1,957 1.00/1.00 vMB 75
425,391 425,391 0000000000000000022c5f947b1ddc4dc1603152867605d2681e8077c0fa5ffe 1,692 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.