Loading Tool

Explorer IconExplorer

Memory Pool

68,175 transactions
26.01 vMB
0.06395152 BTC
Random Selection Loading Transactions
Max Size: 156.46/200 MB

Candidate Block

Mining Attempt 19e434ea02799dd5f41a2ac03e29ec1616b4421bcaca53afefb5b08c5a5e0398
Version 20000000
Previous Block 000000000000000000012bcb1b2e80b6a64226a9b1bd5f2b49913884a73b7425
Merkle Root 1df99aebadc9a194e3fa9ca8943e371d88e0a8b439c63ca544d219933b5c323f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,339
Size: 1.00 vMB
Total Fees: 0.00887684 BTC
Feerates: 40.21 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,499 (856,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,077 59,077 0000000008d38bc4d7f50ded8e589f424c25eff1a535a96bab6938a84087354e 1 0.00/1.00 vMB 0
59,076 59,076 000000000d83395cea052d104e141684dfaeba1c7416f5f72a56c57f3188607c 1 0.00/1.00 vMB 0
59,075 59,075 000000000990cadfc657cf328b396ba1db380ad439ef47d99f0998d6ac59f7c3 2 0.00/1.00 vMB 0
59,074 59,074 000000000be8d1a47479ff6feb491eb7989d24b6dea847d75a2a337646abc13a 1 0.00/1.00 vMB 0
59,073 59,073 000000000a22aa43fc0a8f3177a3386278dfac1d9b1eee30d221c6d7fccd9c6c 2 0.00/1.00 vMB 0
59,072 59,072 00000000007e864aee8770debb21a1335f150b815158f14d58981e60d96f3ebe 2 0.00/1.00 vMB 0
59,071 59,071 0000000007654d869a62945258506d5fbe8300604949322af4e3ad5fcb701616 1 0.00/1.00 vMB 0
59,070 59,070 0000000006b4ee05ebb5233e828ebb628f611b1c2b75cc21c145b66e639655e8 1 0.00/1.00 vMB 0
59,069 59,069 00000000043b10aa1b0fdcf83578abaa608c3e2cef262c0dbb92db3810901c11 1 0.00/1.00 vMB 0
59,068 59,068 00000000044e844ff8446449582e759c148a48af08a3867642f1d3c3313b8990 2 0.00/1.00 vMB 0
59,067 59,067 00000000030f81f8e5d0fda957b73d8456f98f3b6d25b37140794ce9b963d35d 1 0.00/1.00 vMB 0
59,066 59,066 00000000003c150c2d24e87af7b453e56fea55ba5307c83fe2f2dee55cf6924f 4 0.00/1.00 vMB 0
59,065 59,065 000000000e6005701dd8946142098002b87defffcbf0f78a879fbd87944b9f6f 1 0.00/1.00 vMB 0
59,064 59,064 00000000039595f2be2880bf28623da231a0671cda6a24fa03a14ccd7df99e82 2 0.00/1.00 vMB 0
59,063 59,063 00000000028938329a3eb1838aa8d7e5c677ca7e9a8876a56308e30f5589bb44 2 0.00/1.00 vMB 0
59,062 59,062 0000000005d965cf9e8cb684508817e1cfd6469b8bab9316fe0e34c59f06e418 3 0.00/1.00 vMB 0
59,061 59,061 0000000000878a6ae4b9db88f30d958909a20f9167db27ce6b39c4fe6fbd20f4 1 0.00/1.00 vMB 0
59,060 59,060 000000000b85e0170855374297c4c2e23fea04d2395b33c41175508a297a3364 2 0.00/1.00 vMB 0
59,059 59,059 000000000df31c7fe108a0c3aa68c7bbeb90d66985c2777b2f6feef9171c3b92 1 0.00/1.00 vMB 0
59,058 59,058 0000000001d305d2b05e48266f937f27a241197f7366c75d4f7b1a0e33b39035 1 0.00/1.00 vMB 0
59,057 59,057 000000000d2969efb78e40f58c962734bf35c671c82276255c0c35ca5827d9a1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 763.44 GB
    • Received: 19.18 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.