Loading Tool

Explorer IconExplorer

Memory Pool

68,254 transactions
26.04 vMB
0.06485550 BTC
Random Selection Loading Transactions
Max Size: 156.58/200 MB

Candidate Block

Mining Attempt a5d3205277f370ad6644a1b4c9a42b59f29e06d29ef22a82db5f0745961e66f5
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 97d197f277e76d935f8fa72f39094ee4184b938793f79a0bc46f335cc536803c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,302
Size: 1.00 vMB
Total Fees: 0.00960583 BTC
Feerates: 60.03 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (760,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,258 155,258 00000000000009e7ff316216a128874792b46b27c7f96dcdbfd3244dc56bac26 6 0.00/1.00 vMB 0
155,257 155,257 0000000000000d46f59951de90e0bba63462dfee2e63340b0e9f4aaa5c2f6d8d 84 0.03/1.00 vMB 17
155,256 155,256 000000000000018426f3e751465e054a5538ede2fc010644a67213f7d14947d6 78 0.07/1.00 vMB 102
155,255 155,255 00000000000006e0c8871e883b9910b2e9201910e961986a36686fdbcb762125 58 0.02/1.00 vMB 85
155,254 155,254 000000000000005ce3ba92a20968653399b538f129bcaf4a1d43af4947bf4054 27 0.01/1.00 vMB 31
155,253 155,253 0000000000000804da0b24c256121c0c7d9c1f949d3c683d491bacb4f006435b 1 0.00/1.00 vMB 0
155,252 155,252 0000000000000f2176f6502d7f3a1d8049b7854ec095e00b2d2cdddbb5675f4a 35 0.01/1.00 vMB 9
155,251 155,251 0000000000000e5e2f9dbd6fcf43af0643d9e980dcaf552ff7f493a8449e706e 86 0.04/1.00 vMB 65
155,250 155,250 00000000000005a7358a1c131f37c77ee41ef8b22119fcf3ad0d34f9bc925af2 39 0.02/1.00 vMB 64
155,249 155,249 0000000000000aa4b1a0bfad64471eed7c9b5885bc7934fc8bd6d927fc5aaa98 45 0.04/1.00 vMB 98
155,248 155,248 00000000000002b7bb41faed03944fe1a97fadbb300d9b27de93ba027a3e962c 59 0.02/1.00 vMB 115
155,247 155,247 00000000000008a8bc56b37bbabe3b6e335f1b85b80c8afae2d6f14e87312c26 70 0.03/1.00 vMB 84
155,246 155,246 00000000000008369153b3f46b8528051cde50c09845e8701cbaa66d48021ea9 138 0.05/1.00 vMB 2
155,245 155,245 00000000000007852f5c0039d5b0eb3d5bd886e6dd78b50130764720f3a6b073 27 0.01/1.00 vMB 65
155,244 155,244 0000000000000b47a9bb436566264062d2acfbb1cb0fcd9fd647b0e9380087a7 19 0.01/1.00 vMB 28
155,243 155,243 00000000000004f40924f96edceaf09e27c39c78e82e8d381c5fc8ebf96f66f4 37 0.03/1.00 vMB 86
155,242 155,242 0000000000000f54c14ca34e2298eb5acc7770e351a328b37762c7e480a85ac7 13 0.01/1.00 vMB 1
155,241 155,241 0000000000000d7603517031d9050479068bf7fcce4000acf663f5acd4359c99 45 0.03/1.00 vMB 76
155,240 155,240 00000000000007152ae0f05a17c1bcb22dacdbd751b99dde507b38181a000b6a 41 0.01/1.00 vMB 50
155,239 155,239 0000000000000b6b647e7720cba907ccb549c6f6ca50e4d1c35fbc5ad79aa024 12 0.00/1.00 vMB 0
155,238 155,238 0000000000000065ccfb507822aea54bb32ce049f1a880988cf6a2e17e3175f2 35 0.02/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 783.29 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: 766.54 GB
    • Received: 19.28 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.