Loading Tool

Explorer IconExplorer

Memory Pool

83,055 transactions
32.79 vMB
0.10083662 BTC
Random Selection Loading Transactions
Max Size: 196.69/200 MB

Candidate Block

Mining Attempt 4d2098f5fa5fb714345456f620a97521c4cfd3cde171030360690fd93a5970e6
Version 20000000
Previous Block 0000000000000000000109222085eeb95e151ff53667bcd6dce04ddc657a5814
Merkle Root 5ab820d80d58d5182b41e58d29ee4c44d04be4c1c60f69b197320c2fd98a817f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,333
Size: 1.00 vMB
Total Fees: 0.02246294 BTC
Feerates: 174.18 > 2.25 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,172 (221,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,319 693,319 0000000000000000000dbb01cb88b0d4a0e99723734668107bc0b4826b0b3c02 432 0.16/1.00 vMB 21
693,318 693,318 000000000000000000149317a1e9aa1be9705390d8b302b2595af7bfea2ae179 2,572 0.97/1.00 vMB 18
693,317 693,317 000000000000000000058d036aef8df8241e6c4b98f7ed42a9f9b4d2696f8e73 508 0.19/1.00 vMB 12
693,316 693,316 00000000000000000004508dde57c3a0ec48fe2281c833ead88f9be5fc247f7f 838 0.77/1.00 vMB 9
693,315 693,315 0000000000000000000f8c69e4740b74eebb5931ecc347335cb5700a919cdc37 256 0.17/1.00 vMB 12
693,314 693,314 0000000000000000000bd7cd28ebc8364aad994956f3c4388934992dd97e5e71 347 0.34/1.00 vMB 23
693,313 693,313 00000000000000000012a5585f3c74d1928eb77fc8ead103194a50e40e687bf4 1,282 1.00/1.00 vMB 9
693,312 693,312 0000000000000000000c2e5ba9f0453ce8631100dad6b9dc3ecb829cc4d150ef 1,373 0.52/1.00 vMB 18
693,311 693,311 0000000000000000000de45d82894f37b0bdb81cc93e9016eb0fabcd067043cd 3,091 1.00/1.00 vMB 15
693,310 693,310 000000000000000000129b25179d0c55dfec4fb62bd656fdc6ffd8313f7eff2a 709 0.35/1.00 vMB 11
693,309 693,309 0000000000000000000071a8376b4d9f4d3d7bfc0aee45bbe36a508d02c768f2 1,109 0.41/1.00 vMB 15
693,308 693,308 00000000000000000007562095441d866adc7ead4330520c7663caa630c2d9c8 1,635 0.60/1.00 vMB 13
693,307 693,307 00000000000000000004962c559e832177aafdf8e888d9c4f77da08b74d866b2 1,173 0.74/1.00 vMB 4
693,306 693,306 00000000000000000004d8f390b91bb62fdbba8c30c1ba5967ea197fffb7d284 2,047 1.00/1.00 vMB 6
693,305 693,305 00000000000000000008da575958ad20cf0259987a49d8f2e6835dee1cedba5e 2,576 1.00/1.00 vMB 19
693,304 693,304 000000000000000000050c4bb0164142acedccc469a0f28579bbad1183bc4acd 2,912 1.00/1.00 vMB 29
693,303 693,303 0000000000000000000fdb511e4b9a0f6582c32223c83dcd6e8f9b9e8dc4d136 77 0.02/1.00 vMB 16
693,302 693,302 0000000000000000000007b5cd7e82b8e45895ff60f7a15bad4d03fdd56ba694 2,448 0.74/1.00 vMB 16
693,301 693,301 000000000000000000025312c4cd754b26169ec700735e9323742f381ad3b36d 1,175 0.48/1.00 vMB 17
693,300 693,300 0000000000000000000a9292dfb2ced47637aa434e065f0cd8bbe0b4ad126f98 745 0.29/1.00 vMB 7
693,299 693,299 000000000000000000061e491e8b9d48112c5c96a4d85b46f97327fc85a3db9f 2,781 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.69 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: 697.31 GB
    • Received: 16.55 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.