Memory Pool Memory Pool Refreshing

5,924 transactions
3.55 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,502 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,501 (523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,978 898,978 000000000000000000003781e9e9b3a8a9cbc364372b622fbac8946e354ad898 0.91 MB 1,565 2
898,977 898,977 0000000000000000000002bc8c47776f27583cfe4ea28114a459ca3e78489554 1.47 MB 2,447 2
898,976 898,976 00000000000000000000513f562d7d76014e098f8baac3912bbe011d6dce7148 0.76 MB 1,304 3
898,975 898,975 000000000000000000020d2da9941382539212a6832f51ae091e723a0e2f57c6 0.89 MB 1,926 3
898,974 898,974 00000000000000000001074b419c46715bf39f568c12ffbb32a326151fb1649b 1.32 MB 2,282 2
898,973 898,973 00000000000000000000115e8421977f4c2fac5362e8ae691b61ce38d4e6d6a9 0.08 MB 188 2
898,972 898,972 000000000000000000023d21a5304798dd70d8bd729b89920e07e1ad407e773a 1.28 MB 2,673 3
898,971 898,971 00000000000000000001308e9f98fe40eab99adb1279e987740445378ac99612 1.21 MB 2,060 2
898,970 898,970 000000000000000000006325246fbcfb82bb61449dd595746c3c3e46d05bdadf 1.43 MB 2,262 1
898,969 898,969 000000000000000000013c49482fc42844ef56670aebd9b7907db6c57280d26f 1.67 MB 2,052 2
898,968 898,968 00000000000000000000381d7e40e8bb500bcc92222a7360147a5d1afac32297 1.56 MB 2,812 3
898,967 898,967 00000000000000000001602674a23b8e9d30baceff515be911a568d883aafdf8 1.36 MB 1,333 2
898,966 898,966 00000000000000000000f28ba14df28c41ef3287e8d8a1660db7ac1a6e5766c8 1.55 MB 2,492 4
898,965 898,965 000000000000000000004b3d01f0ce9ed47be56ae987d0f1ca6ef537364c4437 1.51 MB 2,833 4
898,964 898,964 00000000000000000000d3aa58f650173ad8d1b31fa96c5947bc28898a93b1b7 1.60 MB 3,879 5
898,963 898,963 00000000000000000001b9c0a2d225382471f7f187713e067de3e4908770b8f3 0.32 MB 581 3
898,962 898,962 00000000000000000000f80e84dff0e1b8e274e86c0ac83eba05275171bc30bc 0.26 MB 356 3
898,961 898,961 00000000000000000000d66a3bb75e2df5fc8f9039702f92358c4b6e01072472 0.24 MB 491 3
898,960 898,960 000000000000000000005b174c5edc16457d9eb0d39d575ad3097df82cf47e9d 1.00 MB 1,466 3
898,959 898,959 00000000000000000000a3339b9bcdfcf256ed24344726af93e0b239481a432d 0.93 MB 1,508 3
898,958 898,958 0000000000000000000131a820a5e578761fd6bbd6f789f4368f7740e77a05d0 0.67 MB 1,268 3
Previous 10 blocks ↓
Total Size: 755.06 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: 488.78 GB sent, 24.37 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.