Loading Tool

Explorer IconExplorer

Memory Pool

77,746 transactions
29.28 vMB
0.07883610 BTC
Random Selection Loading Transactions
Max Size: 177.04/200 MB

Candidate Block

Mining Attempt ff34c2112c72becb6b5c78572d7a572a225973ebef1078f27f943c3d8c47f5e5
Version 20000000
Previous Block 00000000000000000002055b4d853890d231ad2ac28db2cbc60442d9b176473a
Merkle Root 13f05c2f200473ef0c5eb5357e93db9ae592da5516528a7f12e805d10e9c6dc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.01711918 BTC
Feerates: 79.19 > 1.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,128 (299,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,273 615,273 00000000000000000001ae5f1b70d26259f092a16b3edaf70c21f5a37164a09b 2,451 1.00/1.00 vMB 13
615,272 615,272 0000000000000000000bf883a15a3536cd8e8972a92f8e5599560c0829128de3 2,762 1.00/1.00 vMB 11
615,271 615,271 00000000000000000002121c2506becb3dbd9f13ca1ccf20de6efbbca1071640 2,929 1.00/1.00 vMB 11
615,270 615,270 0000000000000000000b9edc59deb1364166810327590559220b4d80b895673c 3,111 1.00/1.00 vMB 16
615,269 615,269 0000000000000000000ef7a946d0b6ff54b2500e699c6c324302b510fb52b986 2,071 1.00/1.00 vMB 11
615,268 615,268 0000000000000000000670fa73fab03008a86a4a76831191d5ac63580804e7f5 2,500 1.00/1.00 vMB 15
615,267 615,267 00000000000000000006c50122ae002ffef8dd0f02dc05296eddd418ea1f06c4 2,358 1.00/1.00 vMB 19
615,266 615,266 000000000000000000021e4df0b4ff71c9e222ed1363c3147b1128fa06b6f7af 3,217 1.00/1.00 vMB 16
615,265 615,265 00000000000000000000226d04a8a85e2bfb7f219888d4f70b7ff183dc3226b1 2,438 1.00/1.00 vMB 16
615,264 615,264 0000000000000000000c1c4af70af27387f200f8f4b5b74e154cfe631cd964b9 2,930 1.00/1.00 vMB 22
615,263 615,263 000000000000000000049d3b3431aa88f2ab328c6b91792261cf6abb94cc3359 3,240 1.00/1.00 vMB 13
615,262 615,262 000000000000000000036ebfccbca7ae990af31592c0f292c36e6e7dfa2af196 3,029 1.00/1.00 vMB 18
615,261 615,261 0000000000000000000c1b40b4dda95d75a194f4afb4b20844094902b3d29297 2,753 1.00/1.00 vMB 20
615,260 615,260 0000000000000000000d975f434a225a1df5823494e0e2cef2a53abf3b618767 2,794 1.00/1.00 vMB 28
615,259 615,259 00000000000000000012277008e42beaccbd82248c239638bf407b9218da0823 2,932 1.00/1.00 vMB 36
615,258 615,258 000000000000000000052ccbb391a82b6496b6b350560b2d5e4c621ce7fccff5 2,778 1.00/1.00 vMB 15
615,257 615,257 0000000000000000000147ef614a598fcb0fb7882202372f8cbd899ef23f4707 3,297 1.00/1.00 vMB 18
615,256 615,256 000000000000000000063879a920686c3797e233674558e7c545beb94828def3 3,323 1.00/1.00 vMB 19
615,255 615,255 00000000000000000006876765d848058ba9120fc3d4d5d21b9a7d4dd040f8d2 2,967 1.00/1.00 vMB 22
615,254 615,254 0000000000000000000c67d074d1d080ad002e71790bb9b01ff2a5034bf969e4 2,331 1.00/1.00 vMB 33
615,253 615,253 000000000000000000073b0773bd0bb6cde218ff435c85f760cfd654a8b3c438 2,460 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.96 GB
    • Received: 16.08 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.