Loading Tool

Explorer IconExplorer

Memory Pool

75,255 transactions
29.89 vMB
0.11020893 BTC
Random Selection Loading Transactions
Max Size: 173.56/200 MB

Candidate Block

Mining Attempt 6f2a978bb67a7f5a7511d4bde15b55d168c89cb8b0844376c997d86a245f8dc1
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root c483710cf125e206a83ea67321c0e4ec7abf914f0be1fdbfd2332934b71dc73d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.03863737 BTC
Feerates: 101.64 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (535,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,349 379,349 000000000000000002283744b8c32eba1dbbe4fc6a66e3ef2b973d2eeee52708 1 0.00/1.00 vMB 0
379,348 379,348 00000000000000000a22116172656ef3280abbacbd6d514c29442db17bdbea01 1,532 0.62/1.00 vMB 51
379,347 379,347 0000000000000000031632d0b3f75b8540be62552003eae3e56757f645f98259 1,554 0.65/1.00 vMB 38
379,346 379,346 00000000000000000713faf496bd98cae3b7440ce49fb7e7a59a4be1281d39b9 167 0.11/1.00 vMB 19
379,345 379,345 00000000000000000485dceb4e56a9f556402a8fb4498e9a6d941859ac93df05 1,829 0.95/1.00 vMB 36
379,344 379,344 000000000000000011e1f033e8619c110a11d22bfc9a6c0e362e7625c43fdfcc 2,123 1.00/1.00 vMB 39
379,343 379,343 00000000000000000ccebcac58ac6b3f10757040b12df4ae262e55c58ad67c59 745 0.76/1.00 vMB 16
379,342 379,342 00000000000000000e63e0d7bce1b589d8e7ede621d37386c7ccc1be5bce233f 2,462 0.93/1.00 vMB 54
379,341 379,341 00000000000000000ccf9d2f09824da0bee269dc68ece31d1ca76a3fd7d774cc 363 0.20/1.00 vMB 31
379,340 379,340 00000000000000000bdc8265a0d12233a88eb81887616bd62f5ac6b68e716cd9 518 0.25/1.00 vMB 35
379,339 379,339 000000000000000005e3cef013503c1f82eaf8dd0a06b73831f9e6ec5c29b82d 678 0.36/1.00 vMB 40
379,338 379,338 00000000000000000f72a5c7214612391baa0ab6c8e4920ccd3ee76a7f84f000 225 0.14/1.00 vMB 34
379,337 379,337 00000000000000000bcade4b79ef9dcba1b64fe9baf48b0d205d859450e2b84b 345 0.31/1.00 vMB 20
379,336 379,336 0000000000000000016c23fce2befaacbd677563a10701bc420bde69d50368e2 707 0.90/1.00 vMB 26
379,335 379,335 000000000000000008f96b4d07f84930f4c24a4e5a9566bd3621022e247b41d9 1,658 0.81/1.00 vMB 39
379,334 379,334 000000000000000005f54845da96ab40ff45aa06514c36f1fedefd6bce1bb749 2,000 0.93/1.00 vMB 40
379,333 379,333 000000000000000000de4eefb1526f0ddf848a4bad131e57e32f3c4289a27697 1,143 0.56/1.00 vMB 34
379,332 379,332 000000000000000002936034dbaa1b13d01a6b7271409c1a64205090ee6e80f7 548 0.34/1.00 vMB 36
379,331 379,331 0000000000000000001780323cc6de283f9721066c193b6b42d450aee0292d45 1,128 0.82/1.00 vMB 23
379,330 379,330 000000000000000002e2ecfed94cb8748faaa684518f3d81b140e627522a14e1 1 0.00/1.00 vMB 0
379,329 379,329 00000000000000000ad0ed6292f65c13ff537ac60c064f129538786ed5b00d71 453 0.25/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.