Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,685 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,494 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,674 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,493 (877,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,934 32,934 0000000008e58875c936d217ac799dbe821eb340e8b76ed922a47576c5188570 0.00 MB 1 0
32,933 32,933 00000000841693e9c264edc3d8302ebb107226db2d92c99c81cc9441dbd65bad 0.00 MB 1 0
32,932 32,932 00000000a2fa2e4afd46818bae230820211f41b206ef13ceff43d78cfc634ad3 0.00 MB 1 0
32,931 32,931 0000000008783feba7631d38344730a9d1711f5e903049ac8ff59f36cf7d50bc 0.00 MB 1 0
32,930 32,930 000000004018eea04fc7d1dce04ebd2374abf6b57105bfd2ea6570385ea13a86 0.00 MB 1 0
32,929 32,929 00000000b48f5222a863370e9e21e2a11f66bcdc92d500734a08bc43c41114b0 0.00 MB 1 0
32,928 32,928 00000000bd3a010e7c0cf51459e25caf4718ed5c31b512e2083dfdaf497acba1 0.00 MB 1 0
32,927 32,927 00000000a4f6ed841c4f3a39a42b72cb9a17ba88e73585a237732b21199415c3 0.00 MB 1 0
32,926 32,926 000000005c4b2feef387b42412366c51a83f900d364bb3123b4fa259721914b6 0.00 MB 1 0
32,925 32,925 0000000027d472c04d8a2a10a221ce11a533c925bd51c8f8cd2aca6e7e087b1a 0.00 MB 1 0
32,924 32,924 0000000028f53a478efe2c709e985e6d642453f8928be2879a727470b026f433 0.00 MB 1 0
32,923 32,923 0000000021bda062dfee3a9059cbb9b863e3d01ce1ac556a290fdccbb1afb957 0.00 MB 1 0
32,922 32,922 000000009fa4decf8c14e7e81637572b87bd812b5de519ff560bfc08009c256c 0.00 MB 1 0
32,921 32,921 00000000a88499cbba83736a04d25d6a268263b2e35ccde15f8630ebfd8b9a02 0.00 MB 1 0
32,920 32,920 00000000cb9ed0eefd2092c605f07c76896396ada16857ff274da9524f349d47 0.00 MB 1 0
32,919 32,919 00000000c400b8124e68c542b393a191a9d3f1c11981df0ed6e774b2c2f19964 0.00 MB 1 0
32,918 32,918 0000000022066b2f18fb4cbae77f63643b8f9d22e4c3c9f965dfa10b914bc405 0.00 MB 1 0
32,917 32,917 0000000048d2763ef5a5ef4128db67a5d7dd32d5654e4e47418e8e1a449c7ee1 0.00 MB 1 0
32,916 32,916 00000000af990da3936b0e3635e1b3dd490cfbd1610514d7d85bf03031f98e1f 0.00 MB 1 0
32,915 32,915 00000000b3137cd08f45d3917406ad932cb90102ce9a9e1b87b5fe136a0877b3 0.00 MB 1 0
32,914 32,914 000000002995fe48431a7f03492fd4cab430889a4492dfd2d6bc1cd9ef03889b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.08 GB sent, 120.06 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.