Loading Tool

Explorer IconExplorer

Memory Pool

74,978 transactions
27.45 vMB
0.06460604 BTC
Random Selection Loading Transactions
Max Size: 168.07/200 MB

Candidate Block

Mining Attempt cd6635bcd2b56da0b938f670110b2f196bf9cc8e2338462e49d120d865d40dce
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root d4379aa8ad82157598b41722c2ae5b816d98f34eb04a0f507d60efb42a46cf0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.00614264 BTC
Feerates: 24.01 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (307,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,336 607,336 000000000000000000013416e6f1d4b1c7aef9cf74f0d70fce004cd387c06365 2,852 0.87/1.00 vMB 14
607,335 607,335 000000000000000000086bafacc8ce4af0ec69d38d5e92f41b254ec88ab8b8c1 1,638 0.45/1.00 vMB 12
607,334 607,334 000000000000000000117c96f10f2b7196c1cc69dd0a039b4306af04ee14a34c 2,724 1.00/1.00 vMB 18
607,333 607,333 00000000000000000000800d4c6318212a5178236116a66220a934974501ecbc 2,274 1.00/1.00 vMB 11
607,332 607,332 00000000000000000014f49a28de8867c8a26bbfe83cd61b833de80fa3b5f804 2,468 1.00/1.00 vMB 3
607,331 607,331 000000000000000000011990f487d65a4bd6c55a6f6e4a41e9959e9b34ebf86e 2,361 1.00/1.00 vMB 16
607,330 607,330 0000000000000000000b5c58bf19ea3bccd8483ed0e04474f37362e75bc19f49 2,809 1.00/1.00 vMB 18
607,329 607,329 000000000000000000140aadfa7207abea1f80357cbcf094587133a797cdbd8c 2,518 1.00/1.00 vMB 36
607,328 607,328 0000000000000000000f8179b685c8fd96f3e934fea2f2a674aac4a1a558cf7e 91 0.02/1.00 vMB 33
607,327 607,327 0000000000000000000167b14abf5cc5750efa0ea58a8aba75731891c5ab71e3 1,884 0.74/1.00 vMB 11
607,326 607,326 000000000000000000152136866691ef10a57087569f5295109b7db8e7a668f5 773 0.26/1.00 vMB 22
607,325 607,325 0000000000000000000ccbaa82f4e3809956bf3e232bdfb51d54a2e9b181fab4 1,444 0.44/1.00 vMB 15
607,324 607,324 0000000000000000000283749bf10239d65d3bb93be5b658504bcca1cfd17d1f 1,046 0.30/1.00 vMB 19
607,323 607,323 00000000000000000009aa38162634b123229c0ec4a3c480e9589f75f686b972 996 0.32/1.00 vMB 8
607,322 607,322 000000000000000000051bcb301c6aacab0e922df1994b10ce45e9557646323f 2,906 1.00/1.00 vMB 19
607,321 607,321 0000000000000000000a672c8d8f84c271f74cb1c1b6901d0926d71f3f957707 1,328 0.43/1.00 vMB 18
607,320 607,320 00000000000000000009e5243382cd5e5caaaa173bd7ae27491dae50a599799a 396 0.14/1.00 vMB 15
607,319 607,319 000000000000000000092f58cacd9bb8951be5eece8fcb79f192b014438ae388 1,976 0.67/1.00 vMB 25
607,318 607,318 000000000000000000059502c43e531482f4348ffebfcbc4d9eb232f07d9a1b2 1,499 0.47/1.00 vMB 9
607,317 607,317 0000000000000000000a05730d9a3f98cf6176d23df46d81e42282fe07f83bbb 2,684 1.00/1.00 vMB 11
607,316 607,316 00000000000000000007af2501b4dda2b4c00a5c769463178b253af6f9e9c00b 3,109 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.