Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,807 transactions (1.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,135 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,233 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,134 (872,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,947 37,947 00000000a9d3f856e6d0250f54df90487c8f3d219d43bdbd13a2935f02af7a45 0.00 MB 1 0
37,946 37,946 0000000077684dd40b612e5aa20ce0465b096edb8a193b6e826c46707195d798 0.00 MB 1 0
37,945 37,945 00000000afa3cda3889ac95946e7106252bf196df1bad9a9f06cd78fb4d42f9f 0.00 MB 1 0
37,944 37,944 000000002f9460513f242bde096d58fd069230e42d8c074f9871f2cd5ebfd49f 0.00 MB 1 0
37,943 37,943 0000000066fd9fa5692a9a9a59e0a66460bd7d848111720e793a4d366fa7949b 0.00 MB 1 0
37,942 37,942 0000000030024c6385184dee157b9e604e3b6d1f9e10c92896481c841df15d1f 0.00 MB 1 0
37,941 37,941 000000009f3092083b22150d484eab3ab75d523194cdc68bd761e7f582ceed58 0.00 MB 1 0
37,940 37,940 0000000032322c2dfeed146b2f3813b25d1a478997e186c64f9a34b2fc4a808c 0.00 MB 1 0
37,939 37,939 00000000249893930cdae524954fc0b468ae49b1b2757a6e505ce670c10bda0e 0.00 MB 1 0
37,938 37,938 00000000843a9b75848dd26aade0e6f713995bcc88ea876073f8761e8a77daa0 0.00 MB 1 0
37,937 37,937 000000001485c8534d48d71cf17cb56201640c05c27aa9183e4bdb71860a92be 0.00 MB 1 0
37,936 37,936 000000009c4216845eeccb0a082825344bb4b1fb0f82ae7a9bd42d52fcb4bd30 0.00 MB 1 0
37,935 37,935 0000000058e778dfc8ae3173aa80fc36eddfaa166d1f3693c294eb284ff2281a 0.00 MB 1 0
37,934 37,934 00000000a7f6cac31d73dd36f75d96f04b2d1f42ee6cad6d6455006e7091424f 0.00 MB 1 0
37,933 37,933 0000000028eecbfd3e178225ad88c35acbca6eee61dd3e8361ac40a37382ae27 0.00 MB 1 0
37,932 37,932 0000000025e5e6d96445cb25b14e2d3f35aee31853d4733ec5d35ca890af8977 0.00 MB 1 0
37,931 37,931 000000003d290a3746a95866edca14661b6773cc13a4d7afe6691ffcf62b1dfd 0.00 MB 1 0
37,930 37,930 000000005d23e2ce2a20e3e9a0f4bb6b45992d404f6b138664429d26116c97b3 0.00 MB 1 0
37,929 37,929 00000000ba05eba35980ce07f80ba9419e2bfedadf234034274d7093fcede7f7 0.00 MB 1 0
37,928 37,928 00000000900259c7f0b46e903a8c2a2d0583ed5443d239333794f01943bb4689 0.00 MB 1 0
37,927 37,927 00000000370b41d111dc0fbb371289c61c467a75d1b0d090c088631331e8e15d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.64 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,192.85 GB sent, 116.70 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.