Memory Pool Memory Pool Refreshing

5,392 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (649,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,633 258,633 00000000000000058bfbb91aa86228aedb0d6d2cd8eeffc0610615b830e16c64 0.06 MB 96 54
258,632 258,632 0000000000000023612eacd296010d6a3d98166ae37256f215cc18c5e0c1703c 0.17 MB 414 124
258,631 258,631 000000000000001d41f06635b14ae44e57cc8a7b0a1db8a1230a280c3fc1579b 0.10 MB 232 572
258,630 258,630 000000000000001056a7782ca18649e91f82e4112c4c550ba4e9bbb5edbcd595 0.17 MB 357 378
258,629 258,629 000000000000001f880684dd0cddbd00a2b39c2c399ae247633f761b416ccafd 0.04 MB 110 101
258,628 258,628 000000000000001b0d7f45daff57ffff791c684106cb1420b73671d81c7694c7 0.23 MB 380 77
258,627 258,627 000000000000001bd46d884dee4f23790108452786e873e685a6e3e05788060c 0.21 MB 358 295
258,626 258,626 000000000000000842657af39d36afc2a0673e104117c04c9d598a107832b49e 0.25 MB 586 465
258,625 258,625 000000000000000ce630fe974e7461624d2fbf9e0d788f6d5de72ddcf41e52e4 0.25 MB 619 380
258,624 258,624 000000000000000b78898efaa99054d669991d4591b7f9e6182df900e4fd7d88 0.29 MB 512 776
258,623 258,623 000000000000001acfdaa8c737008eba8398db5f3f3497d1f5e8e52321915320 0.50 MB 1,193 255
258,622 258,622 000000000000001c454d2af2d124359c312c8ae2f7603948e74da2bfe4691bf0 0.12 MB 183 58
258,621 258,621 0000000000000002a8aef563b23a68a448acfd011ca996e7ca789c38c78ae01d 0.06 MB 176 162
258,620 258,620 000000000000000424cd1dd9811681c3f0234920ed142c1ae30ca7c55f285518 0.13 MB 256 91
258,619 258,619 00000000000000235ab167d2a214f749b473538d20b34872b38ea190717bf2b2 0.02 MB 57 14
258,618 258,618 0000000000000011e1d741d0fafe29a81b3bdb1aa75f7185d801166ed5bdeb48 0.15 MB 337 762
258,617 258,617 000000000000001e3cfe325e377b1a428a5903e2bd768af7960520547bfa24b9 0.29 MB 733 833
258,616 258,616 00000000000000222e791d04d53a7886fc1501150298fa6b87d3194f5fd621cc 0.14 MB 357 1,908
258,615 258,615 0000000000000004c759bbe9c3c960e64ee3e03565aede2a8bea27d1630be196 0.07 MB 162 86
258,614 258,614 0000000000000013384d129556bbed603f90bdd589e1add14ac5db65ab3cdb88 0.08 MB 218 731
258,613 258,613 000000000000001227db6a6717bb89ae55a204925cd2e3ca5bb13305d3c7e525 0.03 MB 73 78
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.