Loading Tool

Explorer IconExplorer

Memory Pool

78,984 transactions
29.55 vMB
0.07074426 BTC
Random Selection Loading Transactions
Max Size: 177.64/200 MB

Candidate Block

Mining Attempt 6be01b1695b0bf1f2d2dcc229a0d4504eabed39649689161e442f00c69b6e6fe
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 40257871ded6476593408eecda93a17e9de230c2d2129a802c2a6ed297d3bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01070424 BTC
Feerates: 50.25 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (605,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
309,251 309,251 000000000000000028711b9b6220938e829a63bc96af15e343c5e0ce70decb0d 581 0.33/1.00 vMB 30
309,250 309,250 00000000000000002184393a16721ff69684acb21d8475cd62127929335f4ca2 48 0.05/1.00 vMB 4
309,249 309,249 00000000000000003ce57467a5fb9ab97e26a6651fd3562d655b36d310b223af 43 0.02/1.00 vMB 24
309,248 309,248 000000000000000036928b83d6171f8a3d08327cb3e0928d33c60cce58208646 312 0.17/1.00 vMB 30
309,247 309,247 000000000000000011b96731590dd6315ba715d0f88d21c02120340e158de70a 909 0.50/1.00 vMB 52
309,246 309,246 00000000000000003d69b9988bfe653f132ada44f8794222ffff02220b51d2ba 290 0.16/1.00 vMB 30
309,245 309,245 00000000000000000af1fe1e9443a93783dd52bfeadde66c2d87f45bbd689ed4 593 0.36/1.00 vMB 29
309,244 309,244 00000000000000001c304dc08a517c170be9c6507bc46cd7a7cedd60b068a17c 240 0.14/1.00 vMB 27
309,243 309,243 0000000000000000274489ef39f1a95b610b5bfcbfac02b276188258d5b07b6b 271 0.13/1.00 vMB 32
309,242 309,242 0000000000000000062f51752b46b843b2f84d47e04326e8ce517e0cc876ec6d 15 0.01/1.00 vMB 20
309,241 309,241 000000000000000008847512d78c10a46e53249961f86d79f69ce69488f581be 98 0.05/1.00 vMB 26
309,240 309,240 000000000000000031b7630fe843862e06a6a7047286c24e726dcef2a7ed4e86 61 0.04/1.00 vMB 29
309,239 309,239 000000000000000020a9882919133f7b43dcd5b329774fc3c605830b8f8842fe 444 0.24/1.00 vMB 30
309,238 309,238 00000000000000000c86b466d0610a1d76c2dca5914955051762b923f0060be4 18 0.01/1.00 vMB 34
309,237 309,237 000000000000000028152d320630a7862d1818f6a9193205587789d94ac0fd46 171 0.13/1.00 vMB 23
309,236 309,236 00000000000000000bf434eb508e5691183279bf3fe611ff219e191fca269803 876 0.48/1.00 vMB 27
309,235 309,235 00000000000000002e096fa8bc3b4f504fca5acacb8a2c3891542d41c84b9491 730 0.25/1.00 vMB 44
309,234 309,234 000000000000000003a67945c8025427578b93dca5d848b24935f0b066241ea0 385 0.19/1.00 vMB 39
309,233 309,233 0000000000000000146e4e54ec9abeea7943fc2759ed1dce6ddaf90c7bbe9c52 318 0.33/1.00 vMB 19
309,232 309,232 00000000000000002558bf539b68a232c4cacb3dc5dfd6ef32a4e1e189044663 831 0.41/1.00 vMB 37
309,231 309,231 00000000000000002c4302c290fc82dcbcf3dedd44544f710602ec9ca261e04c 237 0.17/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.