Loading Tool

Explorer IconExplorer

Memory Pool

81,904 transactions
31.02 vMB
0.09752416 BTC
Random Selection Loading Transactions
Max Size: 188.38/200 MB

Candidate Block

Mining Attempt f878d7b9f5992fe96d69bf0827143e3f61519d040dab7d981a407f4dc2b589a4
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 92d0b1dc76f2c9f0b00c6f9b19bfe486094403c88d1bd17e4fb43b16dfc8c141
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,946
Size: 1.00 vMB
Total Fees: 0.02729688 BTC
Feerates: 318.30 > 2.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (329,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,190 586,190 00000000000000000002e84c3ba706d7204fb3490b2f805d618bb8c00fcd7410 2,055 1.00/1.00 vMB 10
586,189 586,189 00000000000000000003deacd0e4f74fa3cdab07737825fb8eb67389427bf996 2,575 1.00/1.00 vMB 59
586,188 586,188 0000000000000000001d7f65d65eb5d0e7264043a29dc1e35d1d338fbfec25a5 2,172 1.00/1.00 vMB 22
586,187 586,187 0000000000000000000a0e0a065cd03fe43b032e78b3dc09cfd50e05393327bf 2,168 1.00/1.00 vMB 31
586,186 586,186 0000000000000000001d2381c448f3fefe32c990c5bdf018f6aacd44b0b2edef 1,426 1.00/1.00 vMB 9
586,185 586,185 0000000000000000001d560053c6d5d577a32f60c60e9c2901a22fb3c784487b 1,454 1.00/1.00 vMB 10
586,184 586,184 00000000000000000013e6f37c0c03daf5e5221c33710590993f84bc344d9fc7 2,807 1.00/1.00 vMB 55
586,183 586,183 00000000000000000010d1923d06dcdd2130f3314a2b1d65ae9a6d7df3a38739 1,121 1.00/1.00 vMB 15
586,182 586,182 0000000000000000001dbf3df9dc092b615e7b49bc265f46cc4075a6c77a68bc 1,132 1.00/1.00 vMB 4
586,181 586,181 0000000000000000000bffb077e942bf4fc6b196fb3c09177b8340f1a1a7153e 3,109 1.00/1.00 vMB 62
586,180 586,180 000000000000000000045fa56d908f9ace4348f408d64e8869987587d993bd8d 2,365 1.00/1.00 vMB 16
586,179 586,179 0000000000000000001bb387c63abe9c66decbdf3fbc3985acc83b4b98c734ec 2,962 1.00/1.00 vMB 66
586,178 586,178 00000000000000000000571bd07259c6cd62b0fa9a4725d54929de1da5a6557d 250 1.00/1.00 vMB 3
586,177 586,177 000000000000000000032a1fea157fb3458b77833b1846567dc57f986f408207 627 1.00/1.00 vMB 8
586,176 586,176 00000000000000000000a67af29876cd414d367a36573967529f9b52109d5f86 1,337 1.00/1.00 vMB 19
586,175 586,175 00000000000000000010dee7330c84251c1c2b8919cc4d39e3fa2a877afca05e 1,616 1.00/1.00 vMB 22
586,174 586,174 0000000000000000001494616d6b5e8750ee066fceeca50b918e689d5531f668 574 1.00/1.00 vMB 9
586,173 586,173 0000000000000000000c050c6a961d2e31f2c798eeb93adc8ae85def91f1faa2 1,435 1.00/1.00 vMB 25
586,172 586,172 0000000000000000000ce8a8eafb486f19929593b4586dfa3bf7c8aa7f77853c 402 1.00/1.00 vMB 14
586,171 586,171 0000000000000000000f5c08d95483b7e8bef96142061ef87f6e270712f791d4 486 1.00/1.00 vMB 7
586,170 586,170 00000000000000000005a039b432ed5daf3d827c40caab7872bc2f6ce0bd6c78 523 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.00 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: 718.41 GB
    • Received: 17.89 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.