Loading Tool

Explorer IconExplorer

Memory Pool

75,935 transactions
28.71 vMB
0.06897106 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 222c65c581d1d20517698b317a759ff97e177570e8a501a08675d7357af94b1f
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 3589861c75b933340e34e7c08d7cca256d9aedd1bbc7de33e276bde2db07f7a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,900
Size: 1.00 vMB
Total Fees: 0.00649841 BTC
Feerates: 77.76 > 0.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (233,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,231 682,231 00000000000000000005c5a99c7bde7d8171d5e48eb409f1d315f680a7657bcb 2,893 1.00/1.00 vMB 92
682,230 682,230 0000000000000000000b28e0ab00821239980622f47687e44285e77e19fc1eb2 3,440 1.00/1.00 vMB 131
682,229 682,229 000000000000000000098cab675c87b96f0cdd3b071944b4c8699a19f9baf969 1,960 1.00/1.00 vMB 96
682,228 682,228 0000000000000000000891ca712312f810c40d71ef5fa7681a45bc0bd4e093d6 2,258 1.00/1.00 vMB 100
682,227 682,227 0000000000000000000babe2f64bc91a482e0b3f17326c68a6759a2904852b3e 2,399 1.00/1.00 vMB 86
682,226 682,226 0000000000000000000bebccded2132dac404859ae52000bdc02c82b122bdb9e 2,121 1.00/1.00 vMB 93
682,225 682,225 00000000000000000003cc26eaa590e37faba211f900ab26528aabe2208a6cf4 3,048 1.00/1.00 vMB 138
682,224 682,224 0000000000000000000999b09f3d68de48b87e0412cbc6e4dd8fd00fe7ecabf1 2,323 1.00/1.00 vMB 85
682,223 682,223 000000000000000000001db90e3566347693f14e98a5d42a4a1b7df9a99fca1b 2,232 1.00/1.00 vMB 89
682,222 682,222 00000000000000000009edc0491a9caf9d632cf211fce18b69d92afc77e1609f 2,896 1.00/1.00 vMB 100
682,221 682,221 00000000000000000000ede6426bec1295f96ccbd7ce76f34a3970d6bc409193 2,238 1.00/1.00 vMB 94
682,220 682,220 0000000000000000000d4baa69638c054fb17607dd148c766e4c275106195e2f 3,140 1.00/1.00 vMB 120
682,219 682,219 00000000000000000003805aa1acd92b63d7e035c67d71fdd0ee5416cc3f6ed5 2,002 1.00/1.00 vMB 27
682,218 682,218 0000000000000000000a8a27e458ef07df7bb2d7d5f281f66e08c0cd5dc4037b 2,110 1.00/1.00 vMB 75
682,217 682,217 0000000000000000000954db2a81d90b74b1bfcfd319ec67bd7903f0bffffa20 1,644 1.00/1.00 vMB 49
682,216 682,216 000000000000000000050857cab958bdda8e3ffa93a71f4ca5df3e1b41003b78 992 1.00/1.00 vMB 96
682,215 682,215 000000000000000000042e956c05d4135050556234de9c9b8863ed89f05b7c6a 2,324 1.00/1.00 vMB 40
682,214 682,214 0000000000000000000110b04dc2cdb026eda5084c39f5627cce43baacc18fa1 1,672 1.00/1.00 vMB 76
682,213 682,213 00000000000000000007b0feef4ebad81ebbd5af986e63c8d81e3b0645f2edae 1,767 1.00/1.00 vMB 78
682,212 682,212 0000000000000000000bedd2f32597d86dab88bd2d5c0f741795a42c502b2199 2,636 1.00/1.00 vMB 64
682,211 682,211 00000000000000000007253d4504749f19f7a230406dfbd7c0a24de62a10935c 2,236 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.82 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: 710.70 GB
    • Received: 17.08 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.