Loading Tool

Explorer IconExplorer

Memory Pool

79,333 transactions
29.40 vMB
0.12630816 BTC
Random Selection Loading Transactions
Max Size: 177.04/200 MB

Candidate Block

Mining Attempt 2fffe15780e50657c7428841ad42cad4651e609f5609bf0f16f4414ac1d7cb7a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 6cc93b5c729310a64dcd84e865291d678f0d7b0cf60715dbfd4b6cf2a8d72398
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,395
Size: 1.00 vMB
Total Fees: 0.04612558 BTC
Feerates: 150.80 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (450,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,212 465,212 000000000000000000c9d1695c8442fca4e019ae5b84022637825f9477a0334d 2,793 1.00/1.00 vMB 148
465,211 465,211 00000000000000000118a8f89fcf1745897100e7b597dac052083cd28d5993d1 2,040 1.00/1.00 vMB 121
465,210 465,210 000000000000000001df42316273e708af5ed6a8a5a434e5300b4348201a2c61 1,877 1.00/1.00 vMB 172
465,209 465,209 0000000000000000015d32e94288f9d6da72104a145afb12ec0af4f0974760a3 1,651 1.00/1.00 vMB 156
465,208 465,208 0000000000000000010bbe8127769c2fbff4627b92e0283b9d2d5b95069a192c 2,221 1.00/1.00 vMB 137
465,207 465,207 0000000000000000007afe0b2af47e7114a7ad91c26f77ae951fa63fab580e2c 2,290 1.00/1.00 vMB 202
465,206 465,206 000000000000000000ef5bf1eb67ed39feb0ecd0ac06f2ea1fa231bba8cf0f10 1 0.00/1.00 vMB 0
465,205 465,205 00000000000000000213bc7399ef4f5f8f17b3abea5cc6e464be806e841ddee1 1,409 1.00/1.00 vMB 115
465,204 465,204 000000000000000001d253c66299a1f3c376e0ffc6dac3ec7875a3217a60bffe 2,269 1.00/1.00 vMB 161
465,203 465,203 0000000000000000010d75b14013d390abc9d32b82f96b9eed0e4bbc567334cb 1 0.00/1.00 vMB 0
465,202 465,202 0000000000000000018ae1e6775edce3299a441eaaa8b982c0db11966734135c 1,867 1.00/1.00 vMB 128
465,201 465,201 000000000000000000783bcc335985d4647a63ef5bb8e08082965ee20f337f0c 2,376 1.00/1.00 vMB 203
465,200 465,200 000000000000000001103eb116cfa66254c5aa25d252ebb579718953d8dd9c6d 2,115 1.00/1.00 vMB 175
465,199 465,199 000000000000000000b7adf0ddf2c53eac74fca6a19a9c7c8f35ce17c45e81e0 1,843 1.00/1.00 vMB 145
465,198 465,198 000000000000000000a984d904f89c1873b718f8159a720898d21fccec206762 2,698 1.00/1.00 vMB 236
465,197 465,197 000000000000000001bd075ae5debc33fd57ea77c8a7d5bded861052e4d803b9 2,242 1.00/1.00 vMB 160
465,196 465,196 0000000000000000016b6c4944fd603bcf99dcea7853bffec3aa17f65a59428e 1,730 1.00/1.00 vMB 211
465,195 465,195 0000000000000000014f40b1f6afc9e055e2880b624e928bc390844c6da78b64 2,172 1.00/1.00 vMB 190
465,194 465,194 000000000000000000c78c500fc40c271113a0981615ad29913654e4eea9886d 2,315 1.00/1.00 vMB 137
465,193 465,193 0000000000000000005906729f2c37a09cbda3dda1134aa9243fbb29b9b5ae3d 3,753 1.00/1.00 vMB 122
465,192 465,192 0000000000000000019dd52b44300d9ed245cafe33b3644f4aa7e47ef30dc4d3 2,695 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.