Loading Tool

Explorer IconExplorer

Memory Pool

69,331 transactions
26.48 vMB
0.06554159 BTC
Random Selection Loading Transactions
Max Size: 159.07/200 MB

Candidate Block

Mining Attempt 144e818ca25cb666b848ecd3c980d9b69ac0e814d14e9948c9898008aa0aac11
Version 20000000
Previous Block 0000000000000000000025b4d4b866378eec5892e1e3cbda47b57b15f53ecc85
Merkle Root c211257e3cf7a91b23afd476f7a1f94bcff8b9ad2fc93cd95a35cda362053862
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,642
Size: 1.00 vMB
Total Fees: 0.00915439 BTC
Feerates: 40.21 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,476 (760,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
155,237 155,237 000000000000092f369055754e3acb8649e71c902ca4200ddb866578b1e2c45a 11 0.00/1.00 vMB 40
155,236 155,236 00000000000008a1e9567930772f395c6258c362c2befe90c8b6cb07eb1c4aa3 16 0.01/1.00 vMB 25
155,235 155,235 00000000000000c4693ca3247a150dd7dcd7fb10b971f8aa5fca8d69e6fb1ed7 74 0.03/1.00 vMB 157
155,234 155,234 0000000000000f5f3e88a702882b978c79c7e4d769123d4030a274fe421a46d7 17 0.00/1.00 vMB 387
155,233 155,233 0000000000000b5483b1f0559789e0d1176ae99d5e850a96a885744105a363db 66 0.03/1.00 vMB 179
155,232 155,232 000000000000030b4517cb265ce52030512bc28199de2443c53492861453f574 12 0.01/1.00 vMB 96
155,231 155,231 000000000000027d6a6870403fa43a650b7d9a6e61243f375a79ea935ad9ef1f 24 0.03/1.00 vMB 267
Previous 10 blocks ↓
Total Size: 783.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: 757.81 GB
    • Received: 19.02 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.