Loading Tool

Explorer IconExplorer

Memory Pool

28,352 transactions
12.58 vMB
0.04997813 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.67/200 MB

Candidate Block

Mining Attempt 39e512c5e48dd7816e05382a5d0876a318032ed5ef1be3d31c531d6fdf39af37
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 8c30e25f49388cd236b2fc7be02bd3a874beaf870f3bdfcb1661a4758fd0e70b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 0.997968 1.00 vMB
Total Fees: 0.02832284 BTC
Feerates: 180.34 > 2.84 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (646,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,425 267,425 00000000000000014f2c8f4441ad96b5e87f22ae743a7befa20c24225671c744 64 0.02/1.00 vMB 56
267,424 267,424 000000000000000399ab116f63bd84152adfc74a88d73a3eaf94e6a2bd52a0de 160 0.06/1.00 vMB 47
267,423 267,423 0000000000000005e8e54ddce1822f55501da77e66acfe220fca05c4aa71cab4 68 0.05/1.00 vMB 58
267,422 267,422 000000000000000887c56165ee5b9f2bae27f958e1d96e0a5654b94ac4a90867 34 0.02/1.00 vMB 45
267,421 267,421 000000000000000ac414e1417735f1e8af5a38c5cf4a2ec4fabca4c6ddf7e753 141 0.07/1.00 vMB 44
267,420 267,420 0000000000000005011199883435ac915324a28fe59458683a6f53ef678cfd44 320 0.14/1.00 vMB 76
267,419 267,419 0000000000000008af38598e49242d0e0f0076cc4ef2155c860e0272bd68385d 9 0.00/1.00 vMB 109
267,418 267,418 000000000000000aad13e7addd487f09fa781fedacbc4af795b9ca7275fa7e54 145 0.06/1.00 vMB 59
267,417 267,417 00000000000000075c1718b1ce64fb01d55e50ba32b4b611a3cac05bc9ee7f8e 228 0.11/1.00 vMB 49
267,416 267,416 00000000000000050dd66532757e228a8390f842a2f9244547dbd186af012e1a 223 0.09/1.00 vMB 62
267,415 267,415 0000000000000007254f001a263ab013effdda07063378289451ec2949671dd0 18 0.01/1.00 vMB 34
267,414 267,414 000000000000000af2581db74e0a3b6bd2f2b207c43c5b23988c5871421b4510 12 0.01/1.00 vMB 51
267,413 267,413 0000000000000004daa70b59ddc1f10f988d47311c063cacdbb3c2935d4f188e 191 0.09/1.00 vMB 58
267,412 267,412 00000000000000054dfe499685943aa7f76b291f02a1d14ecc0d751d57ab015c 221 0.09/1.00 vMB 74
267,411 267,411 0000000000000009ef8e2ef9d849aa58bc88e29096828602432cedb7829a8d6b 134 0.05/1.00 vMB 66
267,410 267,410 0000000000000006fd62950bf78125e62f933f4b6ed67019842779825940a38a 112 0.05/1.00 vMB 35
267,409 267,409 00000000000000076e43b29d9cf626c73bb0fa3659cf3e1cb4b238a32b317e6c 43 0.02/1.00 vMB 62
267,408 267,408 00000000000000008f617a4a7ac60d33e38cd76b71d2d6f87c8432d3b0009e7d 273 0.12/1.00 vMB 66
267,407 267,407 00000000000000000a0567343b56e4d1f2760704d3ab1d68e7eb32eeddbcc072 578 0.30/1.00 vMB 68
267,406 267,406 000000000000000368382a020ffd0c712bbf22579bf16988dd48ae08e66d9670 256 0.11/1.00 vMB 108
267,405 267,405 000000000000000779fcf6d7aa4f359e52ed8970e6f94606e9d0c70b4c4308d0 133 0.06/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 500.74 GB
    • Received: 3.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.