Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,135 transactions (0.98 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,908 000000000000000000022b910000000000000000000000000000000000000000 0.97 vMB 3,099 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,907 (546,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,633 365,633 000000000000000002e6128178146db5f3dd46f352a84e6fcc75df824ff8bc49 0.95 MB 1,734 38
365,632 365,632 0000000000000000127ebb6ff12c7e0754aea7b3802a064720f0ad0aae76f9fc 0.93 MB 2,120 51
365,631 365,631 00000000000000000b04e5d3af2679b06dfb94893d7760cb298852d1ff73fbd7 0.92 MB 486 8
365,630 365,630 00000000000000000d99598676b9147bc96e50caddd58817afaa2747e4ecc84f 0.23 MB 382 34
365,629 365,629 00000000000000001502a5ab4df4dd86eaacd17655d11db54cf5844c20882082 1.00 MB 629 10
365,628 365,628 000000000000000003893b5efbe6030d585daeaebea31527a8eca53d1561ed26 0.93 MB 921 17
365,627 365,627 000000000000000006f90c461557e32fbf4b4a52f412759f7562bfbff74683df 0.02 MB 35 36
365,626 365,626 00000000000000000124e57db1c9bff1ad04055057f2f997017a3cec9fbbafed 0.01 MB 16 33
365,625 365,625 00000000000000000e7fbf975bd56bfba342dbacb353072e7688e900b5027051 1.00 MB 1,009 18
365,624 365,624 000000000000000006fd807dbd76e0cdb7cd1212fe295e3ee8f967005a7fae80 0.43 MB 925 58
365,623 365,623 00000000000000001237d869992f829c77f17f14e33bfda01dc1b78c9c4ab2e3 1.00 MB 361 3
365,622 365,622 000000000000000015116568831402ceb51170ab7ab6919db53a64d226341fd6 0.07 MB 172 48
365,621 365,621 00000000000000001226ed0cc56ec5cdfe1da9cb8ffe43b649d2e951001d16c1 1.00 MB 1,142 23
365,620 365,620 00000000000000000fbf7eb8e64c86e0f87cedb8beae008aa739eb3247dcabe0 1.00 MB 546 9
365,619 365,619 00000000000000000a139658490d9d630c6f79a9b011bb5adf40cb1dc61a5456 1.00 MB 655 9
365,618 365,618 00000000000000000df16b3ab71fd55349f39444d49ef95d78932b4d50287fd6 0.32 MB 377 25
365,617 365,617 00000000000000000b42ac714ae17d4f7d4be2290a521961994a19ae63f95ed5 1.00 MB 2,516 54
365,616 365,616 00000000000000000abae417c4ec1fb5469e8fc35a503f70757ef788d80a7a04 1.00 MB 1,723 33
365,615 365,615 00000000000000000e6cce0093162075c14fe7a1ff5243f1a87305b780a0cc8d 0.75 MB 833 26
365,614 365,614 00000000000000000995c82ed80c989bb32ac3025acea4eb64b4e6185dfe6a86 0.15 MB 360 52
365,613 365,613 00000000000000000cd30561b95c603df743b62a8d1cb0b43960e698085528a7 1.00 MB 264 5
Previous 10 blocks ↓
Total Size: 776.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,480.12 GB sent, 133.05 GB received

Notes

  • This page updates every 5 seconds.
  • 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.