Loading Tool

Explorer IconExplorer

Memory Pool

39,689 transactions
26.82 vMB
0.08565366 BTC
Random Selection Loading Transactions
Max Size: 138.03/200 MB

Candidate Block

Mining Attempt e0b7924699b62e3a504c0ce2c5e6b4fc5e1162b4f0defd6924ca3bcc265d55ee
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root e529efbb934c42a9b45c9a6e0c9827d1bbb68bbaa924a157648c2dfcd2974126
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 1.00 vMB
Total Fees: 0.03333997 BTC
Feerates: 197.12 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (906,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,446 8,446 00000000479f42a88e1cb6c9fc39b2f7e42baa50685624eddde3bd517cf323fe 1 0.00/1.00 vMB 0
8,445 8,445 00000000c3015f3cc282595568401ed7ed512f399fc6fa7a33ed5de63d5abe83 1 0.00/1.00 vMB 0
8,444 8,444 00000000f097d15d4a19c0d1d9ebd4847f92c56c1d7e773d01dcff0aabc71e2b 1 0.00/1.00 vMB 0
8,443 8,443 00000000ee985adaa7242745800b7702d48558fbc517358be4fb597368f8b217 1 0.00/1.00 vMB 0
8,442 8,442 00000000c9f65fe6643536baef48c61f1c81a781c4acbf7e3458ef1c2d0427f8 1 0.00/1.00 vMB 0
8,441 8,441 00000000c33fa63f30b7b49b86b95a85990428e2ebbcceb20ea307ae4af855a8 1 0.00/1.00 vMB 0
8,440 8,440 00000000736636cebcad5cc39626c69dcad0a89eaa8a895226417bea93f88580 1 0.00/1.00 vMB 0
8,439 8,439 000000003bd708485b603f9d21e0d840ed5bfd25f9de87570c05fde1b6abc2be 1 0.00/1.00 vMB 0
8,438 8,438 000000009505ec73031ca38a87a4cc884075f1f75096845e24b1b74f5d133e20 1 0.00/1.00 vMB 0
8,437 8,437 000000007e455915d0126553db50e09d93bb381650d60f48c54081adf544be70 1 0.00/1.00 vMB 0
8,436 8,436 00000000f77e4f1ce45b44c702f01976c6fe588f7389f1aa2ca6f1669cdbb544 1 0.00/1.00 vMB 0
8,435 8,435 00000000df940fe8b0e1e0b0f980df46a42edc0658750f118ea0fefc5170febd 1 0.00/1.00 vMB 0
8,434 8,434 00000000111a049c708db300a8746bb8308d6e62dcbab2ca5665875040bf77a4 1 0.00/1.00 vMB 0
8,433 8,433 00000000ec229427b2dbcb712750a254cadb5a1b5da4df5c521fc3492985aa20 1 0.00/1.00 vMB 0
8,432 8,432 0000000039f573d63702926787950fd543889b60e4c434dd5be4e855afeb89b4 1 0.00/1.00 vMB 0
8,431 8,431 0000000040063ce77f3226139a9843d7cdccb7cf4b84e4afac79d6515791222f 1 0.00/1.00 vMB 0
8,430 8,430 00000000e6947759eea5751d8fa1d4b9dab382538e6d79630c1090e1fe039051 1 0.00/1.00 vMB 0
8,429 8,429 00000000d8e0686ad0e5b7400712a7935b0519fe2d10bdd402c9ba26d4676363 1 0.00/1.00 vMB 0
8,428 8,428 00000000309564d27c75e4aeba724b98c0566b165066e33c4f2572a1f08dd2ba 1 0.00/1.00 vMB 0
8,427 8,427 00000000262c5f9b4104678c92ec55b95406842de6612872774fdd8d3747f91f 1 0.00/1.00 vMB 0
8,426 8,426 00000000c9d2d95f40c3b5031b2982300ed4dc1093e880390c39265794bb8718 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 635.13 GB
    • Received: 12.29 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.