Loading Tool

Explorer IconExplorer

Memory Pool

82,562 transactions
34.54 vMB
0.15532839 BTC
Random Selection Loading Transactions
Max Size: 196.91/200 MB

Candidate Block

Mining Attempt 53f2e23e171cee176bbd987ed4bfbcac9b9d23bf79f47d0871e20ac1f8e59b74
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 91a423144114bb4f8a6a19d0e5206492397b79bd8218106bb3c3d088b0539bf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.03837443 BTC
Feerates: 150.78 > 3.85 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (425,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,267 490,267 0000000000000000004d46940dc1b859e0667d4241f9aa95bd8888f75779a8b5 1,805 1.00/1.00 vMB 142
490,266 490,266 00000000000000000015f25c3a6390790dabc4f3fa1583d2f76b9e1a6e4a48e5 2,500 1.00/1.00 vMB 230
490,265 490,265 000000000000000000be8002daceb8123fe99738628a273577ea8f100ae0da34 194 0.09/1.00 vMB 197
490,264 490,264 000000000000000000b7f7a4a855b267b4644472572f653f6c1f80707d3a11df 2,039 1.00/1.00 vMB 105
490,263 490,263 000000000000000000b7e4411e9fbf19ac6c8428886efb0b29aab21b5620fedb 433 1.00/1.00 vMB 11
490,262 490,262 0000000000000000003da51075932ad56f1bba865d06adfe99de429b4d1089f6 1,987 0.90/1.00 vMB 107
490,261 490,261 0000000000000000000b790f6e3b682cdaf94f844f8159eb878c4e9f618c7c90 165 0.09/1.00 vMB 77
490,260 490,260 0000000000000000009f5def49725b163f08a9177cbc77a160f1e3f146c391ae 959 1.00/1.00 vMB 19
490,259 490,259 00000000000000000029500c6d516e10d0adc8df45337cb8e2fd82389bccf6aa 2,486 1.00/1.00 vMB 113
490,258 490,258 00000000000000000051186a82c5b1d174ff5061fc52b4de582296052b73a64d 363 0.14/1.00 vMB 159
490,257 490,257 000000000000000000a71f139708da6bc7911fd8306d2b68675eb4ca44523008 460 1.00/1.00 vMB 6
490,256 490,256 0000000000000000007b3d5cd59dddd1bf42c32ea408bc2e079487c8c7de2906 1,984 1.00/1.00 vMB 41
490,255 490,255 0000000000000000003183b38840268173a6d446e787a44e42697970f586077b 2,555 1.00/1.00 vMB 69
490,254 490,254 00000000000000000035d5d6889df36a1147f803cd9b2e43bd0297cb21a8bfa3 1,080 0.52/1.00 vMB 165
490,253 490,253 000000000000000000c4331a09b2510b47fdf33b0612e12b02dc2ab5327fb133 1,869 1.00/1.00 vMB 85
490,252 490,252 0000000000000000004df4fe907aa0bb2e9e5de774c04b0f44ecc32321095829 2,619 1.00/1.00 vMB 169
490,251 490,251 000000000000000000d3eacb108da16bb87e4f3da9ffc7b2aa2fbe813c855cde 2,467 1.00/1.00 vMB 212
490,250 490,250 0000000000000000002494ab78ea464275031b06d53e0d1276d1d7d7c7fb4c70 891 0.38/1.00 vMB 126
490,249 490,249 0000000000000000008fe41bc9510f599c151434cc4dd47b973dbe2c108c7719 1,018 0.96/1.00 vMB 49
490,248 490,248 00000000000000000029b101fb5938ffaddcdaaae47febe132477ccbacfacf0f 219 1.00/1.00 vMB 12
490,247 490,247 000000000000000000866f7e6e51c20970ec6af9a16c9421e51be2267357705a 1,306 0.54/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 783.10 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: 728.28 GB
    • Received: 18.47 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.