Loading Tool

Explorer IconExplorer

Memory Pool

69,261 transactions
26.60 vMB
0.07756007 BTC
Random Selection Loading Transactions
Max Size: 159.27/200 MB

Candidate Block

Mining Attempt 2ae6249995ddc049318702e04a6a3ba3f8300c952ae44cc35e1071196d19f8b9
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 429d569fec9e9f4eac7cd3fc2e8a1096e17e9033b31ce734a4a120378da746c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,449
Size: 1.00 vMB
Total Fees: 0.02084347 BTC
Feerates: 703.20 > 2.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (856,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
59,056 59,056 0000000003513c45d29afe3ff573a14dd74989a291b37e072c45c0ea2d4f5f41 1 0.00/1.00 vMB 0
59,055 59,055 000000000d636a076192e2e6c0614be5c58ed5f08320f099fd747929f5c33281 1 0.00/1.00 vMB 0
59,054 59,054 000000000d7e5fa49b1455d18042ee4d7da05e8d895fd59af487b7ea2c87a648 1 0.00/1.00 vMB 0
59,053 59,053 000000000b39725820974cd79518edcadacfe258e1c7eec92ec986c562f3f215 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.23 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: 758.45 GB
    • Received: 19.05 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.