Memory Pool Memory Pool Refreshing

3,617 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (102,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,181 805,181 000000000000000000033b16305c2085dc04d8b9101bb3c6256df672275d8bd1 1.48 MB 2,937 17
805,180 805,180 000000000000000000042d85a3de0a290f8320a09fec5c0cd92c6977259a5139 1.45 MB 2,692 18
805,179 805,179 000000000000000000036a7c96367ae811d6c6d1145b113a0ddb01ee4744ffb4 1.08 MB 640 13
805,178 805,178 000000000000000000021fac105618d5c5aaf337e07cf90ee8b160396f1f525f 1.65 MB 2,936 18
805,177 805,177 0000000000000000000170fbe408d22fbbf1c9a01f997ab3b5de5ca0d084c617 1.67 MB 3,293 14
805,176 805,176 000000000000000000001405ee20d610abff1d6d5f736a5e7d839af57d9dca38 1.60 MB 2,613 21
805,175 805,175 0000000000000000000469604a3fcedb421ad32e19c98d4f1dfe9edd557eb9e7 1.46 MB 3,340 29
805,174 805,174 00000000000000000002a3e5d816cce24437afa03f9564ffd3592c032a2cf54e 1.44 MB 2,811 23
805,173 805,173 000000000000000000048a72a947f1c8b6c300b4590d746adea6e8d0e5e170ac 1.51 MB 3,360 23
805,172 805,172 00000000000000000001a113a28e94a0b6d1b037158c42d5b3135b53cd0542ff 2.03 MB 6,499 7
805,171 805,171 00000000000000000001295594bcd312c518aa76ee6af5c8f4ed3aefcfaaef34 1.92 MB 5,324 9
805,170 805,170 00000000000000000005054acac4aa92ed67092eeeec9dfedcf84fedac6b9502 2.08 MB 6,511 6
805,169 805,169 00000000000000000004b2a9b5818fd9f1420efbead9030c2e35d00b99db9e50 1.39 MB 2,349 7
805,168 805,168 00000000000000000002115180d76b9f8398bc5eabb78b479ad0f66b92055e80 1.64 MB 1,500 8
805,167 805,167 000000000000000000035df367cdff8acda30c989be480697821e3076b08a264 1.51 MB 2,767 15
805,166 805,166 0000000000000000000189b28b989475f2085433f67730bbdaf6ae66c1e82e75 1.66 MB 1,998 10
805,165 805,165 00000000000000000001ebf9b6f2d2e4cf0f54430de75a11bbf7000115f898dd 1.93 MB 1,822 9
805,164 805,164 00000000000000000001fc327433df1e9e025c00eb4501cfe4cd5eda1ceb31a1 1.42 MB 1,849 17
805,163 805,163 0000000000000000000481085c8c21b6ba458e1e34b666d6efa1a50da4f99b62 1.63 MB 2,856 16
805,162 805,162 000000000000000000040c5326b1c95f574c2d4bc3efe52c92df142767e858f8 1.60 MB 2,754 11
805,161 805,161 00000000000000000004da3ce88ce690002f72e2087017a099a2987a9170c071 1.55 MB 2,886 14
Previous 10 blocks ↓
Total Size: 769.24 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: 1,635.06 GB sent, 94.14 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.