Loading Tool

Explorer IconExplorer

Memory Pool

81,011 transactions
29.55 vMB
0.10963157 BTC
Random Selection Loading Transactions
Max Size: 179.24/200 MB

Candidate Block

Mining Attempt 4f23f8cf67d5b3766524a12b9993b6c26d60aeddd78fb75f7c0b39d0b5822724
Version 20000000
Previous Block 00000000000000000000313893119f5171ddcbd275060726324c92d3261b0219
Merkle Root 3f96e70469f2c6e861fa9685467dcc75adea7814e7c91e08261036c8a3b9e749
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,186
Size: 1.00 vMB
Total Fees: 0.03828130 BTC
Feerates: 3,708.01 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,625 (844,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,240 71,240 0000000000d3e64b6003acca69ca0b034f69a8149719676fe70fd9303366663a 1 0.00/1.00 vMB 0
71,239 71,239 0000000000d0decd22065eab690c97e975bec7e45c636e3c4ac50bed24f494ec 1 0.00/1.00 vMB 0
71,238 71,238 0000000000a3bbf764a0f96d25beed071bd2e5844bfa2cfd4ba217b6e53fffac 1 0.00/1.00 vMB 0
71,237 71,237 0000000000ab49ee0cb5caaaccf2634bf1f4a3c367133066b145c94d723d1d28 1 0.00/1.00 vMB 0
71,236 71,236 000000000018c8de26a123d91037a4ff815b643d4a62bf96f8e35e249b6c5cca 2 0.00/1.00 vMB 3,875
71,235 71,235 0000000000735b2ee32f0020612c7bb7aa11bd99b2be17499b844fbfd13015a1 1 0.00/1.00 vMB 0
71,234 71,234 0000000000027f820ddb200f7fec6b92eab6385171c6b8a5e85a97b14beea736 2 0.00/1.00 vMB 0
71,233 71,233 0000000000e58455636ee1e274eff24eda54a5b88e8d7fb33853bc2a1cd9bf57 2 0.00/1.00 vMB 0
71,232 71,232 00000000007607dc7b2d58af0cfabe735caed3b631116a0ec753e170261f6a69 3 0.00/1.00 vMB 0
71,231 71,231 0000000000961c0fe94b5e73188599b39fe7d02e6d73f9b2c392d918fd2e1b7e 1 0.00/1.00 vMB 0
71,230 71,230 0000000000141be943756a72b61c4b0f4958ff38c156966ff9917d984b816304 2 0.00/1.00 vMB 3,875
71,229 71,229 00000000000c586d39f5a6e3cb19429ec9791f5234bda88bdf80bc1574d53507 1 0.00/1.00 vMB 0
71,228 71,228 00000000006f4061cc54e590209f87348ebd8d952c414e40f8e006c2fb03872d 1 0.00/1.00 vMB 0
71,227 71,227 00000000003d1fee67bf971518d5220809745178bc54965712f9b23ac6b2d382 1 0.00/1.00 vMB 0
71,226 71,226 000000000062a113838b4254bacf81a1c6f89ebb1116a96088fe49401ab9fb19 1 0.00/1.00 vMB 0
71,225 71,225 0000000000faf6dcf36cab0599ef28adb25eda62ee46f0b417b677dab4f431ba 2 0.00/1.00 vMB 0
71,224 71,224 00000000003cbf80327b1e78c20ec6456d27bb53fbeea63e91b166b56ce109d7 5 0.00/1.00 vMB 302
71,223 71,223 0000000000aba5187e4f98fa35cc6083550f82f8c986af78aada24ae3acf1816 2 0.00/1.00 vMB 3,861
71,222 71,222 00000000009ac68814141f6f0c5e903c4e7a189aaa08536de9c67521cffa22e3 5 0.00/1.00 vMB 1,113
71,221 71,221 0000000000b94813354dd5a7c55018a651f052128e39faef870dbf0878811c89 1 0.00/1.00 vMB 0
71,220 71,220 0000000000ce3eade3b882a72396937300418375c12c9dbab326e5aa61fbfaac 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.17 GB
    • Received: 20.13 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.