Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,182 transactions (3.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,567 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,499 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,566 (879,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,090 30,090 00000000be98459612c0a15b9b2bd255d574d23d35e1c5e1fa97b3795c637a56 0.00 MB 1 0
30,089 30,089 00000000d04d1329d735cbd398be363b2a4c220df67bddebba8bc3478754490b 0.00 MB 1 0
30,088 30,088 00000000e1b0293974c3ba76e0e0471ae5c64dce05783e38e7e8c9b63859a475 0.00 MB 1 0
30,087 30,087 00000000e53d63d6d491b9ef319f6506c3b76c867173f7fd9e8ee87f4bf8a6c8 0.00 MB 1 0
30,086 30,086 0000000048688debd4eb821955580f1818e4676ee4e6fe91bfd03b2fac00840b 0.00 MB 1 0
30,085 30,085 000000006a211a9c0aaa399e4a831fd5e5ef8adcd394da01a97235d001192ada 0.00 MB 1 0
30,084 30,084 00000000d6957440795876c3984dcb6612eb3d00a8286e73f4a225887c1695d7 0.00 MB 1 0
30,083 30,083 00000000aa3a8716891b6f8e7d87a28be2697ae81dc59fa85ef80d7bb0930e91 0.00 MB 1 0
30,082 30,082 00000000c731882fc29b13a45a1fc13c3c85fc5901b2f9c8c5987321221935b6 0.00 MB 1 0
30,081 30,081 00000000b3b2e1aaf0ccc7e60e998b07d77da1180041596fe6f411aed3405797 0.00 MB 1 0
30,080 30,080 000000006320a261d0246faa8c0f9d353e55a7cc5a682287e36700fba9a26c2f 0.00 MB 1 0
30,079 30,079 000000003b8cc0e7677ac5d3dafe9a9d049b9f80463756106fc6edbcadd8c03e 0.00 MB 1 0
30,078 30,078 000000005d2aba50c361024b6bcb400f69aa80a5613f741da7773a7b2ef9ed20 0.00 MB 1 0
30,077 30,077 000000006daf11bb8bea7a80ab2188c9667d875600d4e2aa3cb73872fea19ea1 0.00 MB 1 0
30,076 30,076 00000000db64b69a5dbc10dc1ac6e43c1418d39d27f8d8f682fceac767cf84e5 0.00 MB 1 0
30,075 30,075 00000000130b57b8823f7a762f76fe2207b9270327993fa740717dbe2ed31da0 0.00 MB 1 0
30,074 30,074 00000000d0de90257822995f9e61d06788f4241e1ccd86fa36f97acf28211b42 0.00 MB 1 0
30,073 30,073 00000000ef8616e3615b88d6c1c888dbe3b95d92eb9320a4b4126bc51bc8db05 0.00 MB 1 0
30,072 30,072 00000000e05a1ab112c4438b60e8e1367795884cf72b1d42b4840f6a30cb2ab7 0.00 MB 1 0
30,071 30,071 000000007ca80632d87f727ff4eeb12fcb677faa6bb1c3292ffc9b05d3ef881d 0.00 MB 1 0
30,070 30,070 000000007418d01a4be0cef333012057d5f3e1719466ae21db5272d0f5c565d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.60 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,090.11 GB sent, 111.29 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.