Loading Tool

Explorer IconExplorer

Memory Pool

77,386 transactions
29.08 vMB
0.10062134 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt 1ec327392b2f2e285f8df86bdb3d63e4f624372f288f67a309c4b37b1f1a71e4
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (476,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,373 438,373 0000000000000000040d1c34ddea74581c6a3b2009813f434d221496fa6a7a88 2,160 0.88/1.00 vMB 68
438,372 438,372 0000000000000000025fdebf700f2c8230ed0288d731b5e831548b6fad63a844 278 0.99/1.00 vMB 6
438,371 438,371 0000000000000000003be1370ec934ae7944fa694b5d0a891a77552bee0ef25b 637 0.61/1.00 vMB 29
438,370 438,370 0000000000000000004a77e0661e5c51f9b933405a9573453220d935208b589b 2,586 1.00/1.00 vMB 62
438,369 438,369 000000000000000002360c0fa7f3fa930c561e483a9dd97a80710eb09c014cd2 2,299 0.99/1.00 vMB 83
438,368 438,368 000000000000000000b01541f39913c2b776ed4173605db5d36284a7473756ba 975 1.00/1.00 vMB 33
438,367 438,367 000000000000000003dcd49d4e941fe48d0f17f813561191e62f396b4e53abf5 1,896 1.00/1.00 vMB 59
438,366 438,366 00000000000000000053e8a2835770016fa35de5f4c570c7b2a8e4bdd6dd1522 609 0.31/1.00 vMB 60
438,365 438,365 00000000000000000317bb1843b1fbabbb61639845a70849cbdf4b8aba113c23 882 0.99/1.00 vMB 27
438,364 438,364 000000000000000003806369d8ab745a837fc6cec22fef5722fd39e7c57f30ab 1,474 0.66/1.00 vMB 65
438,363 438,363 00000000000000000328ab3a0897cc1ff33dee59bd5b7e9571273106c4bce4c8 269 0.18/1.00 vMB 58
438,362 438,362 00000000000000000157d7c21b3ea9725748b0e386acaebc05610369d954c4fc 857 0.32/1.00 vMB 75
438,361 438,361 0000000000000000010b71c9624cf8749902498c9dc6d2b4c707a16b391f0c09 1,332 0.68/1.00 vMB 64
438,360 438,360 000000000000000003b85f0da48e2e04f856c3e42565177d0f85f2f57166144a 1,728 0.64/1.00 vMB 69
438,359 438,359 0000000000000000017c21f727b2c5a27439a1dbed8d244a4b2569c387f6bc85 2,468 1.00/1.00 vMB 71
438,358 438,358 00000000000000000292911ba1a431dd39b839486a6db99bfc1a068d2542ae7a 1,532 0.85/1.00 vMB 61
438,357 438,357 000000000000000000e91f3ecf2a2fa365c674a4ea244357eaee597bf02251a2 369 0.15/1.00 vMB 56
438,356 438,356 000000000000000003484d18bbaf80b2f988b9f5554da7687d0376cc5639ccc2 46 0.02/1.00 vMB 147
438,355 438,355 000000000000000002c7cc89c229eb15ca140f3eca391bf1d4443224fa0a620e 2,183 0.99/1.00 vMB 58
438,354 438,354 0000000000000000019b0dc85d7e46d4669d9ece80c4c4e96012519e3346d13a 2,702 1.00/1.00 vMB 87
438,353 438,353 00000000000000000189d2bd02a1d08cce4dbcbda8937e2bad101338ba420ab0 1,236 0.65/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.92 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.51 GB
    • Received: 17.56 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.